django/docs/ref
Ramiro Morales 248b1dea3d Removed obsolete 'date' filter -> 'now' tag link.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-25 12:48:56 +00:00
..
contrib Fixed #14526 -- Updated wording regarding the minimum Python version required for GeoDjango. Thanks to PaulM for the report. 2010-10-23 22:24:34 +00:00
files Fixed #13040 -- Added info on where to import File class from to File reference docs, and improved Sphinx formatting. Thanks to stherrien for the report. 2010-10-24 09:12:40 +00:00
forms
models Fixed #14493 -- Corrected use of the wrong attribute in the model validation example pseudo-code. Thanks to wogan for the report and patch. 2010-10-20 21:08:06 +00:00
templates Removed obsolete 'date' filter -> 'now' tag link. 2010-10-25 12:48:56 +00:00
authbackends.txt
class-based-views.txt Modified the implementation of get_object() to be consistent with the approach used elsewhere in the API. Also added documentation for get_object() which seems to have been accidentally omitted. 2010-10-20 00:21:47 +00:00
databases.txt
django-admin.txt Fixed #14173 -- Added sections about contrib apps-provided commands to django-admin.py docs. 2010-10-23 16:37:51 +00:00
exceptions.txt Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improved Sphinx metadata. 2010-10-23 21:15:35 +00:00
generic-views.txt Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
index.txt Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
middleware.txt
request-response.txt
settings.txt Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting docs. Thanks to akelm for the report and suggested fix. 2010-10-23 22:14:57 +00:00
signals.txt Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed signal actions not having been updated to "pre_add", "post_add", etc. Thanks to slink and andrews for reporting several instances of it, and andrews for the draft patch. 2010-10-20 22:14:26 +00:00
unicode.txt
utils.txt
validators.txt Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. 2010-10-23 22:06:01 +00:00