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-02-09 00:45:23 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
David Sanders
7714ccfeae
Refs
#34964
-- Doc'd that Q expression order is preserved.
2024-02-28 11:41:06 +01:00
..
class-based-views
…
contrib
Fixed
#10743
-- Allowed lookups for related fields in ModelAdmin.list_display.
2024-02-05 21:42:04 -03:00
files
…
forms
…
models
Refs
#34964
-- Doc'd that Q expression order is preserved.
2024-02-28 11:41:06 +01:00
templates
…
applications.txt
…
checks.txt
Fixed
#10743
-- Allowed lookups for related fields in ModelAdmin.list_display.
2024-02-05 21:42:04 -03:00
clickjacking.txt
…
csrf.txt
…
databases.txt
Fixed
#24018
-- Allowed setting pragma options on SQLite.
2024-02-16 12:59:19 +01:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
Fixed
#34806
-- Made cached_db session backend resilient to cache write errors.
2024-02-21 21:51:58 -03:00
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#35153
-- Added note about locale name notation to FORMAT_MODULE_PATH docs.
2024-02-20 05:29:15 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
Fixed
#35090
-- Deprecated registering URL converters with the same name.
2024-02-23 15:54:49 +01:00
utils.txt
…
validators.txt
…
views.txt
…