1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/docs/ref
2013-09-20 23:21:49 +01:00
..
class-based-views Fixed -- Removed inaccurate statement about View.dispatch(). 2013-08-22 09:20:50 -04:00
contrib Fixed -- Deprecated get_formsets in favor of get_formsets_with_inlines. 2013-09-20 07:47:24 -04:00
files Added links to file docs. 2013-08-29 12:48:59 -04:00
forms Fixed -- Added min_num and validate_min on formsets. 2013-09-19 13:11:49 -04:00
models Fixed -- Documented new requirement for dates lookups. 2013-09-13 09:56:19 +02:00
templates Fixed -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
clickjacking.txt
databases.txt Fixed -- Documented that Oracle databases need execute permission on SYS.DBMS_LOB. 2013-09-07 13:59:57 -04:00
django-admin.txt Fixed - Improved doc for calling call_command with arguments. 2013-09-10 09:17:47 -04:00
exceptions.txt Fixed -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:33 -04:00
index.txt
middleware.txt Fixed -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:17:15 -04:00
request-response.txt
settings.txt Fixed -- Document serving static files without django.contrib.staticfiles 2013-09-03 08:59:08 -04:00
signals.txt Fixed -- cleaned up the django.test namespace 2013-09-09 16:03:13 -04:00
template-response.txt
unicode.txt
urlresolvers.txt Fixed -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:33 -04:00
urls.txt
utils.txt Fixed -- added a performance optimization guide 2013-09-20 23:21:49 +01:00
validators.txt
views.txt