1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref
Tim Graham e051930123 Fixed #25748 -- Added clarification on projects vs. applications.
Thanks Thomas Güttler for motivating this addition.
2015-12-30 17:46:53 -05:00
..
class-based-views Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
contrib Fixed #25979 -- Dropped support for PostgreSQL 9.1. 2015-12-23 13:48:48 -05:00
files Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
forms Fixed typo in docs/ref/forms/validation.txt. 2015-12-09 07:20:33 -05:00
models Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk(). 2015-12-26 17:57:19 -05:00
templates Removed an extra header in docs/ref/templates/api.txt. 2015-12-23 19:05:09 -05:00
applications.txt Fixed #25748 -- Added clarification on projects vs. applications. 2015-12-30 17:46:53 -05:00
checks.txt
clickjacking.txt
csrf.txt Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 09:14:32 -05:00
databases.txt Fixed #25979 -- Dropped support for PostgreSQL 9.1. 2015-12-23 13:48:48 -05:00
django-admin.txt Discouraged use of /tmp with predictable names. 2015-12-24 09:54:33 -05:00
exceptions.txt Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00
index.txt
middleware.txt
migration-operations.txt Added docs example for manually creating a column with RunSQL. 2015-12-25 18:28:45 -05:00
request-response.txt Fixed #25725 -- Made HttpReponse immediately close objects. 2015-12-14 12:46:48 -05:00
schema-editor.txt
settings.txt Fixed #25918 -- Removed unused LOGOUT_URL setting. 2015-12-11 12:43:02 -05:00
signals.txt
template-response.txt Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 09:14:32 -05:00
unicode.txt Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
urlresolvers.txt
urls.txt
utils.txt Refs #13008 -- Forwardported 1.8.8 release note. 2015-12-24 11:37:21 -05:00
validators.txt
views.txt