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-02 21:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Sergey Fedoseev
338f741c5e
Fixed
#29546
-- Deprecated django.utils.timezone.FixedOffset.
2018-07-09 16:33:36 -04:00
..
class-based-views
…
contrib
Fixed
#26067
-- Added ordering support to ArrayAgg and StringAgg.
2018-06-28 20:29:33 -04:00
files
Fixed word choice in ContentFile example.
2018-07-07 17:20:02 -04:00
forms
…
models
Fixed
#29549
-- Doc'd that Field.choices are enforced by model validation.
2018-07-09 15:06:36 -04:00
templates
Fixed typo in docs/ref/templates/builtins.txt.
2018-07-04 13:15:35 -04:00
applications.txt
…
checks.txt
…
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
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#29546
-- Deprecated django.utils.timezone.FixedOffset.
2018-07-09 16:33:36 -04:00
validators.txt
Fixed argument name for validators inheriting from BaseValidator.
2018-06-30 18:58:35 -04:00
views.txt
…