django/docs/howto
Luke Plant 171df93170 Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore
Thanks to aaugustin for implementing this.

(Technically this doesn't fix the original report, as we've decided against
having *any* default values, but the new feature makes it possible, and the
docs have an example addressing #15954).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-05 20:49:26 +00:00
..
deployment Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. 2011-01-03 13:29:17 +00:00
apache-auth.txt
auth-remote-user.txt
contribute.txt Converted the new contributions docs to unix line endings. 2011-02-27 23:31:46 +00:00
custom-file-storage.txt Tweaked title level in custom file storage systems documentation. 2011-03-21 15:39:26 +00:00
custom-management-commands.txt Fixed a couple of documentation typos. 2011-02-14 15:02:02 +00:00
custom-model-fields.txt Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs. 2011-02-16 00:24:49 +00:00
custom-template-tags.txt Fixed #14262 -- Added new assignment_tag as a simple way to assign the result of a template tag to a context variable. Thanks, Julien Phalip. 2011-05-03 11:52:42 +00:00
error-reporting.txt Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 2011-05-05 20:49:26 +00:00
i18n.txt
index.txt Fixed #14401 -- Added a contributing howto guide for new users. Thank you to everyone who added their advice, feedback, and wisdom to the wiki article while constructing this new guide. 2011-02-25 02:45:48 +00:00
initial-data.txt Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin 2011-04-17 20:45:06 +00:00
jython.txt
legacy-databases.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
outputting-csv.txt
outputting-pdf.txt
static-files.txt Corrected another part of the staticfiles docs which was missed in r15913. Refs #15681. 2011-03-24 17:58:13 +00:00