1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/docs/ref
Andrew Brown 17be12df47 Removed a trailing space in the template name on line 174.
This trailing space may seem innocuous, but can be easily copied-and-pasted from the docs.
This can lead to bizarre File Not Found errors where the checked paths look correct, but actually aren't because
the trailing space is hard to see in an error message.
2013-04-05 01:52:12 -04:00
..
class-based-views Improved FormView docs in class-based views index. 2013-03-29 07:57:07 -04:00
contrib Fixed #9913 - Clarified User.is_authenticated docs. 2013-03-31 03:59:34 -04:00
files
forms Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models Fixed #15124 -- Changed the default for BooleanField. 2013-03-24 13:47:01 +01:00
templates Removed a trailing space in the template name on line 174. 2013-04-05 01:52:12 -04:00
clickjacking.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
databases.txt Added warn note to docs about MySQL issues with 0000-00-00 date strings 2013-03-18 21:05:38 -03:00
django-admin.txt Fixed #18277 - Clarified startproject documentation. 2013-03-30 08:36:31 -04:00
exceptions.txt
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt
request-response.txt Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookie 2013-03-24 12:12:23 -04:00
settings.txt Fix #20195: wrong reference in session settings documentation. 2013-04-04 18:12:12 +02:00
signals.txt
template-response.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
unicode.txt Fixed #19968 -- Dropped support for PostgreSQL < 8.4. 2013-03-18 21:16:29 +01:00
urlresolvers.txt
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Fixed #19748 - Documented django.utils.module_loading.import_by_path 2013-04-02 12:59:43 -04:00
validators.txt
views.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00