1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/docs/ref
2014-07-25 06:22:02 -04:00
..
class-based-views Fixed reference to pk in RedirectView.get_redirect_url doc. 2014-07-16 13:23:11 -04:00
contrib Improved docs for GEOSGeometry.simplify() 2014-07-25 06:22:02 -04:00
files
forms Fixed #21942 -- Moved Form.clean() to form API docs. 2014-06-30 16:30:57 -04:00
models Fixed #23094 -- Removed redundant argument in select_related() example. 2014-07-24 13:57:00 -04:00
templates Fixed #22789 -- Deprecated django.contrib.webdesign. 2014-07-14 08:45:19 -04:00
applications.txt Checked more precisely whether the app registry is ready. 2014-07-12 18:49:37 +02:00
checks.txt Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField. 2014-07-09 16:01:09 -04:00
clickjacking.txt
databases.txt Updated current state of MySQL Connector/Python. 2014-06-03 08:10:07 -04:00
django-admin.txt Document -l as well as --list on migrate 2014-07-08 10:30:11 -07:00
exceptions.txt
index.txt
middleware.txt Removed reference to old middleware 2014-06-30 20:36:18 +02:00
migration-operations.txt Corrected headings in migration docs. 2014-07-24 09:39:20 -04:00
request-response.txt Fixed #13755 -- Added a tip for caching responses that vary on AJAX. 2014-07-01 17:32:14 -04:00
schema-editor.txt
settings.txt Fixed a few PEP8 errors in settings doc. 2014-07-06 18:31:10 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
urls.txt
utils.txt Alphabetized django.utils sections. 2014-07-16 13:54:13 -04:00
validators.txt
views.txt