django1/docs/ref
Ramiro Morales 5303afcd97 [1.6.x] 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.

5866a49369 from master.
2013-09-28 20:35:47 -03:00
..
class-based-views [1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting. 2013-09-21 06:56:00 -04:00
contrib [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
files [1.6.x] Added links to file docs. 2013-08-29 12:49:27 -04:00
forms [1.6.x] Fixed #21120 -- Added more explicit text on using validators and link to writing validators. 2013-09-23 10:39:10 -04:00
models [1.6.x] Correct very minor typo 2013-09-21 18:18:42 -04:00
templates [1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting. 2013-09-21 06:56:00 -04:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt [1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permission on SYS.DBMS_LOB. 2013-09-07 14:01:05 -04:00
django-admin.txt [1.6.x] Fixed #21075 - Improved doc for calling call_command with arguments. 2013-09-10 09:18:14 -04:00
exceptions.txt [1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:58 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt [1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:18:48 -04:00
request-response.txt [1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop 2013-07-25 11:08:47 -04:00
settings.txt [1.6.x] Note about static files dirs paths on Windows. 2013-09-28 20:35:47 -03:00
signals.txt [1.6.x] Removed extra p (topppings->toppings) 2013-09-23 19:25:07 -04:00
template-response.txt Add missing imports and models to the examples in the view layer documentation 2013-05-18 18:39:11 +02:00
unicode.txt [1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. 2013-07-03 08:46:05 -04:00
urlresolvers.txt [1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:58 -04:00
urls.txt [1.6.x] A few doc additions for changes from d228c1192e. 2013-09-22 13:54:54 -03:00
utils.txt [1.6.x] Added more on @cached_property, refs #20870 2013-08-08 09:47:24 -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