django1/docs/ref
Kevin Christopher Henry 9d700322b3 Fixed #19885 -- cleaned up the django.test namespace
* override_settings may now be imported from django.test
* removed Approximate from django.test
* updated documentation for things importable from django.test

Thanks akaariai for the suggestion.
2013-09-09 16:03:13 -04:00
..
class-based-views Fixed #20944 -- Removed inaccurate statement about View.dispatch(). 2013-08-22 09:20:50 -04:00
contrib Improved docs for `contrib.admin.options.ModelAdmin.response_*` 2013-09-07 11:33:10 -05:00
files Added links to file docs. 2013-08-29 12:48:59 -04:00
forms Fixed #21009 -- Added a versionchanged note regarding changes to clean(). 2013-09-05 05:47:45 -04:00
models Fixed spelling; refs #16895. 2013-09-09 11:30:31 -04:00
templates Fixed #16096 -- Added origin attribute to template instances. 2013-09-06 09:14:52 -04:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Fixed #20005 -- Documented that Oracle databases need execute permission on SYS.DBMS_LOB. 2013-09-07 13:59:57 -04:00
django-admin.txt Adding 'sqlmigrate' command and quote_parameter to support it. 2013-09-06 15:28:12 -05:00
exceptions.txt Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:33 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. 2013-07-25 07:38:14 -04:00
request-response.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
settings.txt Fixed #20973 -- Document serving static files without django.contrib.staticfiles 2013-09-03 08:59:08 -04:00
signals.txt Fixed #19885 -- cleaned up the django.test namespace 2013-09-09 16:03:13 -04:00
template-response.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
unicode.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
urlresolvers.txt Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:33 -04:00
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00
views.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00