0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/ref
Ramiro Morales 5866a49369 Note about static files dirs paths on Windows.
Added it to the settings reference. We used to have it in comment form
in our old, bigger default project template settings.py file.
2013-09-28 20:32:55 -03:00
..
class-based-views Fixed malformed directive in CBV date-based-mixins docs. 2013-09-27 11:58:41 -06:00
contrib Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines. 2013-09-20 07:47:24 -04:00
files
forms Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
models Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
templates Added docs for changes in commit dd3a883894. 2013-09-22 15:43:27 -03:00
clickjacking.txt
databases.txt
django-admin.txt
exceptions.txt
index.txt
middleware.txt Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:17:15 -04:00
request-response.txt
settings.txt Note about static files dirs paths on Windows. 2013-09-28 20:32:55 -03:00
signals.txt Removed extra p (topppings->toppings) 2013-09-23 19:24:40 -04:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt A few doc additions for changes from d228c1192e. 2013-09-22 13:46:16 -03:00
utils.txt Fixed #20877 -- added a performance optimization guide 2013-09-20 23:21:49 +01:00
validators.txt
views.txt