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-03-03 21:46:28 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Ryan Cheley
68bd8f4cb4
Fixed
#24048
-- Corrected QuerySet.only() docs about interaction with defer().
2022-12-06 08:24:26 +01:00
..
class-based-views
…
contrib
Updated various links to HTTPS and new locations.
2022-12-06 05:59:43 +01:00
files
…
forms
…
models
Fixed
#24048
-- Corrected QuerySet.only() docs about interaction with defer().
2022-12-06 08:24:26 +01:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
Updated various links to HTTPS and new locations.
2022-12-06 05:59:43 +01:00
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
Fixed
#31090
-- Logged transaction management queries.
2022-11-21 09:10:14 +01:00
middleware.txt
Updated various links to HTTPS and new locations.
2022-12-06 05:59:43 +01:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#34064
-- Adjusted locale override wording in settings docs.
2022-11-24 14:23:20 +01:00
signals.txt
Corrected a typo in signals reference.
2022-11-23 14:16:59 +01:00
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#34194
-- Added django.utils.http.content_disposition_header().
2022-12-05 13:08:00 +01:00
validators.txt
…
views.txt
…