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-24 09:04:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Tim Graham
5fa4f40f45
Fixed
#29227
-- Allowed BooleanField to be null=True.
...
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
2018-03-20 12:10:10 -04:00
..
_images
…
auth
Fixed
#29161
-- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
2018-02-26 09:05:18 -05:00
class-based-views
…
db
Fixed
#29192
-- Corrected docs regarding overriding fields from abstract base classes.
2018-03-13 12:45:01 -04:00
forms
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
http
Fixed incorrect regex in re_path() example.
2018-02-26 19:57:52 -05:00
i18n
Fixed
#29144
-- Made untranslated strings for territorial language variants use translations from the generic language variant.
2018-03-03 12:08:24 -05:00
testing
Fixed
#29082
-- Allowed the test client to encode JSON request data.
2018-02-06 18:29:04 -05:00
cache.txt
…
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
…
index.txt
Fixed
#28139
-- Added another level of headings in the topics index.
2017-05-01 08:53:54 -04:00
install.txt
Improved clarity of docs/topics/install.txt.
2018-03-05 10:17:23 -05:00
logging.txt
…
migrations.txt
…
pagination.txt
…
performance.txt
…
security.txt
…
serialization.txt
…
settings.txt
…
signals.txt
…
signing.txt
…
templates.txt
…