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-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
ebfadb8080
Corrected example in Form.has_changed() docs.
2014-12-05 13:17:14 -05:00
..
class-based-views
…
contrib
Added versionadded annotation for contrib.postgres.
2014-12-04 16:42:24 -05:00
files
…
forms
Corrected example in Form.has_changed() docs.
2014-12-05 13:17:14 -05:00
models
Fixed
#901
-- Added Model.refresh_from_db() method
2014-11-28 06:54:00 -05:00
templates
…
applications.txt
…
checks.txt
Fixed
#23338
-- Added warning when unique=True on ForeigKey
2014-11-27 19:42:30 -05:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#23728
-- Added the --exit option to makemigrations.
2014-11-28 07:48:39 -05:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Fixed typo in docs/ref/request-response.txt.
2014-12-03 18:41:46 -05:00
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Removed redundant numbered parameters from str.format().
2014-12-03 14:27:38 -05:00
validators.txt
…
views.txt
…