summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-18Fixed #6266: Added note to docs/modelforms.txt pointing out that they're just...James Bennett
2008-03-18Fixed #6382: Documented request.urlconfJames Bennett
2008-03-18Fixed #6541: Corrected documentation of how the admin chooses a default manag...James Bennett
2008-03-18Fixed #6759: Corrected example of get_db_prep_save() in docs/custom_model_fie...James Bennett
2008-03-18Fixed #6683: corrected some typos in docs/newforms.txt. Thanks PJCrosier for ...James Bennett
2008-03-18Fixed #6166: Improved example of autoescaping with template inheritance. Base...James Bennett
2008-03-18Fixed #6120: First stab at documenting newforms field types which handle rela...James Bennett
2008-03-18Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.Jacob Kaplan-Moss
2008-03-18Added more robust processing to parameterised syndication feeds for the caseMalcolm Tredinnick
2008-03-18Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,Malcolm Tredinnick
2008-03-18Fixed #5574 -- Serialize a FileField using its filename from the database, notMalcolm Tredinnick
2008-03-18Fixed #6494 -- Factored out the HTML debug output into a method of its own forMalcolm Tredinnick
2008-03-18Fixed #6230: Fixed the addition of id values to the select widgets inMalcolm Tredinnick
2008-03-18Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. BasedMalcolm Tredinnick
2008-03-18Fixed #6641 -- If we lose a race when creating a new object in get_or_create,Malcolm Tredinnick
2008-03-18Edited docs/templates.txt changes from [7276]Adrian Holovaty
2008-03-18Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non...Adrian Holovaty
2008-03-18Fixed #6351: added more examples to template filters. Thanks, David Tulig and...Jacob Kaplan-Moss
2008-03-17Fixed #6666: Corrected a bind param formatting issue when performing 'year' l...Ian Kelly
2008-03-17Changed the project-id string to "Django" throughout the translation files (weMalcolm Tredinnick
2008-03-17Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...Gary Wilson Jr
2008-03-17Fixed #6795 -- Added some translation info to docs/contributing.txt. Thanks, ...Adrian Holovaty
2008-03-17Added section to docs/form_wizard.txt about extra_context. Thanks, HonzaAdrian Holovaty
2008-03-17Fixed the inevitable ReST errors in docs/form_wizard.txtAdrian Holovaty
2008-03-17Added docs/form_wizard.txtAdrian Holovaty
2008-03-17Tweaked an i18n test that is a bit sensitive to Python versions. It returnsMalcolm Tredinnick
2008-03-17Added parse_params() hook to FormWizardAdrian Holovaty
2008-03-17Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag.Malcolm Tredinnick
2008-03-17Fixed #5884 -- Added better display error handling for template variables.Malcolm Tredinnick
2008-03-17Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ...Malcolm Tredinnick
2008-03-17Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti...Malcolm Tredinnick
2008-03-17Fixed #6764 -- Added some error checking around cookie decoding. Thanks,Malcolm Tredinnick
2008-03-17Fixed #6794 -- Updated French translation. Thanks Karderio.Malcolm Tredinnick
2008-03-16 * Unified det här/den här/detta/denna to detta/denna.Ludvig Ericson
2008-03-16Update Swedish translation. Fixes #6694.Ludvig Ericson
2008-03-14Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks...Gary Wilson Jr
2008-03-14Added a "new in development version" marker that I randomly realised I'd forg...Malcolm Tredinnick
2008-03-13Edited settings.txt and i18n.txt changes from [7185]Adrian Holovaty
2008-03-13Fixed a typo in docs/model-api.txtAdrian Holovaty
2008-03-13Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and...Adrian Holovaty
2008-03-12Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org an...Gary Wilson Jr
2008-03-12Fixed #5570: generic foreign keys no longer do multiple lookups on the conten...Jacob Kaplan-Moss
2008-03-11Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gm...Russell Keith-Magee
2008-03-11Another minor grammatical fix in docs/modelforms.txtJames Bennett
2008-03-11Correct an example in docs/modelforms.txt, and fix some reST formattingJames Bennett
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss
2008-03-10Fixed #6374: cross-app and circular FK constraints are now detected and added...Jacob Kaplan-Moss
2008-03-09Fixed #6742 -- Fixed numbering error in docs/flatpages.txtAdrian Holovaty
2008-03-09Fixed #6716 -- Fixed typo in docs/faq.txt. Thanks, AdamGAdrian Holovaty
2008-03-09Fixed #6740 -- Documented in docs/flatpage.txt that the flatpages app require...Adrian Holovaty