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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
e8cbc2b322
Refs
#2495
-- Documented that MySQL cannot have TextField(unique=True).
2015-08-27 09:29:13 -04:00
..
class-based-views
Used consistent capitalization and hyphenation of "class-based views" in docs.
2015-08-18 19:07:10 -04:00
contrib
Updated PROJ.4 link to new GitHub wiki.
2015-08-25 09:57:04 -04:00
files
…
forms
…
models
…
templates
Refs
#24451
-- Corrected Django version for {% cycle %} deprecation.
2015-08-19 08:37:27 -04:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
Recommended the JavaScript Cookie library instead of jQuery cookie.
2015-08-19 10:04:01 -04:00
databases.txt
Refs
#2495
-- Documented that MySQL cannot have TextField(unique=True).
2015-08-27 09:29:13 -04:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#25309
-- Corrected that ATOMIC_REQUESTS applies per view not per request.
2015-08-25 09:53:22 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Used consistent capitalization and hyphenation of "class-based views" in docs.
2015-08-18 19:07:10 -04:00
validators.txt
…
views.txt
…