1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
2015-06-22 09:39:54 -04:00
..
class-based-views
contrib Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified. 2015-06-22 09:39:54 -04:00
files Fixed #24963 -- Added File.seekable() on Python 3. 2015-06-12 10:17:21 -04:00
forms Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField 2015-06-16 14:37:58 -04:00
models Fixed #24881 -- Clarified Meta.order_with_respect_to documentation 2015-06-19 07:01:54 -04:00
templates
applications.txt
checks.txt Fixed #24922 -- Added system check for templates setting 2015-06-06 19:40:26 -04:00
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt Fixed #24970 -- Added --managers and --admins options to the sendtestemail management command. 2015-06-22 07:21:26 -04:00
exceptions.txt
index.txt
middleware.txt Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES. 2015-06-08 12:32:38 -04:00
migration-operations.txt Capitalized "Python" in docs. 2015-06-05 08:24:53 -04:00
request-response.txt Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None. 2015-06-20 18:52:33 -04:00
schema-editor.txt
settings.txt Fixed #25010 -- Documented APP_DIRS default in startproject's settings.py 2015-06-20 19:28:17 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces. 2015-06-06 10:44:43 -04:00
urls.txt Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
utils.txt
validators.txt
views.txt