summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-11-29Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. PointedMalcolm Tredinnick
2007-11-29Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out byMalcolm Tredinnick
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-11-29Added better error handling in the basic feed class example. Refs #5855Malcolm Tredinnick
2007-11-29Fixed #5854 -- Added an example to the newforms documentation showing how toMalcolm Tredinnick
2007-11-29Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc forMalcolm Tredinnick
2007-11-29Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP headerMalcolm Tredinnick
2007-11-29Fixed #4653 -- Improved the logic to decide when to include (and select asMalcolm Tredinnick
2007-11-19Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...Gary Wilson Jr
2007-11-19Fixed link to settings documentation in the i18n docs.Gary Wilson Jr
2007-11-18Rewrote the section about writing autoescaping-aware filters, based on feedbackMalcolm Tredinnick
2007-11-17Fixed #5945 -- Treat string literals in template filter arguments as safeMalcolm Tredinnick
2007-11-15Fixed #5898 -- Updated docs for r6662, as pointed out by arien.Malcolm Tredinnick
2007-11-15Fixed #5892, #5930 -- Fixed some typos pointed out by ars@iki.fi and nickl.Malcolm Tredinnick
2007-11-14Documented the time-saver in flatpages: title and content are marked as safeMalcolm Tredinnick
2007-11-14Content coming via {{ block.super }} is always going to be correctly escapedMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-11Fixed #5890 -- Fixed a ReST markup error. Thanks, arien.Malcolm Tredinnick
2007-11-05Documentation for creating custom model fields.Malcolm Tredinnick
2007-11-04Added pretty tables for `floatformat` documentation.Gary Wilson Jr
2007-11-04Fixed #5868 -- Provided an example of how to extend simplejson to serializeMalcolm Tredinnick
2007-11-04Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...Gary Wilson Jr
2007-10-31Fixed #5842 -- Marked cache template tag as "New in development version", tha...Gary Wilson Jr
2007-10-30Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thoma...Gary Wilson Jr
2007-10-30Fixed #5834 -- Fixed import in `formtools` documentation, thanks telenieko.Gary Wilson Jr
2007-10-30Changed name of `PythonInterpreter` so as not to get confused with the use of...Gary Wilson Jr
2007-10-30Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com.Gary Wilson Jr
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-23Edited docs/django-admin.txt changes from [6400]. (I'm behind on editing!)Adrian Holovaty
2007-10-21Tweaked the caching docs to be consistent about the format for database cachesMalcolm Tredinnick
2007-10-21Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...Malcolm Tredinnick
2007-10-21Changed the default form presentation of datetime values to not include theMalcolm Tredinnick
2007-10-21Fixed #5013 -- Corrected the documentation about which how further middlewareMalcolm Tredinnick
2007-10-21Fixed #4493 -- Noted that the LocaleMiddleware's placement w.r.tMalcolm Tredinnick
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2007-10-20Fixed #4123 -- Changed the firstof template tag to correctly handle a literalMalcolm Tredinnick
2007-10-20Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch fromMalcolm Tredinnick
2007-10-20Fixed #4944 -- Added a note about Model.save() raising IntegrityError is aMalcolm Tredinnick
2007-10-20Updated the new default value for BooleanFields, clarified the behaviour ofMalcolm Tredinnick
2007-10-20Added a section to the template documentation to clarify the arbitrary PythonMalcolm Tredinnick
2007-10-20Fixed #5512 -- Added a note about a common MySQLdb upgrade problem. Thanks,Malcolm Tredinnick
2007-10-20Fixed #5601 -- Point out the existence of pep8.py for people wanting some extraMalcolm Tredinnick
2007-10-20Fixed #5637 -- Clarified that nothing extra is required when using SQLite andMalcolm Tredinnick
2007-10-20Added "new in development version" marker for [6545].Malcolm Tredinnick
2007-10-20Fixed #4724 -- Added support for configurable session cookie paths. Helps withMalcolm Tredinnick
2007-10-20Fixed #5782 -- Fixed a small typo spotted by obeattie.Malcolm Tredinnick
2007-10-20Fixed #4854 -- Recommended the use of forward slashes even in Windows configu...Malcolm Tredinnick
2007-10-19Fixed #5633, refs #5626: Change "Max OS X" to "Mac OS X" in tutorial01.Matt Boersma
2007-10-19Added default value for LOCALE_PATHS from [6530].Malcolm Tredinnick
2007-10-19Fixed #5658 -- Added a note to the top of the "for template authors" template...Gary Wilson Jr