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-01-22 08:10:28 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Jacob Walls
659a73bc0a
Fixed
#29308
-- Clarified how assertQuerysetEqual()'s transform works.
2020-07-04 23:13:21 +02:00
..
auth
…
class-based-views
…
db
Adjusted multi-db example to avoid confusion with DATABASES keys.
2020-07-03 12:41:00 +02:00
forms
Fixed
#9061
-- Allowed FormSets to disable deleting extra forms.
2020-06-24 09:26:25 +02:00
http
…
i18n
Refs
#31493
-- Replaced var with const/let in documentation JS.
2020-06-24 12:20:57 +02:00
testing
Fixed
#29308
-- Clarified how assertQuerysetEqual()'s transform works.
2020-07-04 23:13:21 +02:00
async.txt
…
cache.txt
Refs
#5691
-- Made cache keys independent of USE_L10N.
2020-06-22 10:55:12 +02:00
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
…
index.txt
…
install.txt
…
logging.txt
…
migrations.txt
Fixed
#31529
-- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations.
2020-06-24 11:45:34 +02:00
pagination.txt
…
performance.txt
…
security.txt
…
serialization.txt
…
settings.txt
…
signals.txt
…
signing.txt
…
templates.txt
…