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-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
7c0850028f
Documented a limitation of Options.required_db_features.
2015-09-03 13:37:39 -04:00
..
class-based-views
…
contrib
Fixed
#25331
-- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00
files
…
forms
…
models
Documented a limitation of Options.required_db_features.
2015-09-03 13:37:39 -04:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
Refs
#2495
-- Documented that MySQL cannot have TextField(unique=True).
2015-08-27 09:29:13 -04:00
django-admin.txt
Moved misplaced versionadded annotation.
2015-09-03 08:58:17 -04:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
Cleaned up example migration files in docs
2015-08-31 22:15:05 +10:00
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#25318
-- Made SILENCED_SYSTEM_CHECKS suppress all messages.
2015-08-28 13:34:56 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…