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-03 05:24:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
9ecf280394
Branches
Tags
View all branches
django
/
docs
/
ref
History
Tim Graham
d18227e341
Fixed
#28471
-- Clarified that Meta.indexes is preferred to index_together.
2017-08-08 09:20:42 -04:00
..
class-based-views
Removed unneeded right quotes in docs to fix spelling errors.
2017-07-18 08:24:49 -04:00
contrib
Fixed
#28415
-- Clarified what characters ASCII/UnicodeUsernameValidator accept.
2017-07-27 08:42:01 -04:00
files
…
forms
…
models
Fixed
#28471
-- Clarified that Meta.indexes is preferred to index_together.
2017-08-08 09:20:42 -04:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#28363
-- Allowed naming the migration generated by squashmigrations.
2017-07-26 13:47:35 -04:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#28435
-- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
2017-07-25 15:12:50 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#28076
-- Added support for PostgreSQL's interval format to parse_duration().
2017-07-03 19:53:19 -04:00
validators.txt
…
views.txt
…