This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-12 00:09:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
nessita
6bedb102e9
[5.1.x] Reindented attributes and methods for classes in docs/ref/middleware.txt.
...
Backport of 1feedc8ef8a34484cb5afe33f5c45b543b860210 from main.
2024-10-02 14:21:43 -03:00
..
class-based-views
…
contrib
[5.1.x]
Fixed
#35681
-- Corrected geoip2 docs when describing GeoIP2Exception.
2024-09-07 00:04:59 -03:00
files
…
forms
…
models
[5.1.x] Removed outdated note about lack of subquery support in MySQL.
2024-08-28 15:56:35 -03:00
templates
[5.1.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters.
2024-09-03 09:24:13 -03:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
[5.1.x] Fixed typo of --no-startup in django-admin docs.
2024-08-13 11:21:06 +02:00
exceptions.txt
…
index.txt
…
logging.txt
[5.1.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.
2024-09-03 09:24:21 -03:00
middleware.txt
[5.1.x] Reindented attributes and methods for classes in docs/ref/middleware.txt.
2024-10-02 14:21:43 -03:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
Fixed
#34140
-- Reformatted code blocks in docs with blacken-docs.
2023-03-01 13:03:56 +01:00
unicode.txt
…
urlresolvers.txt
…
urls.txt
[5.1.x] Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.
2024-09-30 13:32:39 -03:00
utils.txt
…
validators.txt
…
views.txt
…