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-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Alasdair Nicol
0c100f8b57
Clarified docs about ISO 8601 week numbering.
2018-03-21 20:00:39 -04:00
..
class-based-views
…
contrib
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
files
…
forms
Fixed a couple mistakes in docs/ref/forms/widgets.txt.
2018-03-12 09:39:09 -04:00
models
Clarified docs about ISO 8601 week numbering.
2018-03-21 20:00:39 -04:00
templates
…
applications.txt
…
checks.txt
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#29161
-- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
2018-02-26 09:05:18 -05:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#27449
-- Added django.utils.translation.get_supported_language_variant().
2018-02-23 14:49:00 -05:00
validators.txt
…
views.txt
…