1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref
2014-12-02 13:24:56 +08:00
..
class-based-views Fixed #21587 -- Added a warning for changing default of RedirectView.permanent. 2014-11-25 09:22:18 -05:00
contrib Removed instructions to create a PostgreSQL cluster in GIS docs 2014-11-29 11:21:25 +01:00
files
forms Fixed incorrect use of rst section heirarchy in form fields docs. 2014-12-02 13:24:56 +08:00
models Fixed #901 -- Added Model.refresh_from_db() method 2014-11-28 06:54:00 -05:00
templates Fixed #23914 -- Improved {% now %} to allow storing its result in the context. 2014-11-25 22:11:35 +01:00
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 Fixed #23682 -- Enhanced circular redirects detection in tests. 2014-11-25 10:12:28 -05:00
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Updated formtools docs to point at new package outside the Django repo. 2014-11-26 09:41:52 -05:00
signals.txt Added notes on registering signals in ready() and using dispatch_uid. 2014-11-27 11:22:36 -05:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt