summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-20Fixed #6445 -- Allow model instances to be used as a default for ForeignKeysMalcolm Tredinnick
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2008-03-20Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes aMalcolm Tredinnick
2008-03-20Merged the tests and documentation from #4720 to support the changes in [7295].Malcolm Tredinnick
2008-03-19Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su...Jacob Kaplan-Moss
2008-03-19Oops, forgot AUTHORS for [7324].Jacob Kaplan-Moss
2008-03-19Fixed #5107: swapped in RequestContext for Context in syndication feeds. Than...Jacob Kaplan-Moss
2008-03-19Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2008-03-19Replaced dict reprs in tests with explicit looks at each key. This should fix...Jacob Kaplan-Moss
2008-03-19Fixed #6789 -- Added some small amount of extra protection for learners tryingMalcolm Tredinnick
2008-03-19Fixed a corner case in management.setup_environ (it was triggered under Cygwi...Jacob Kaplan-Moss
2008-03-18Fixed #6659: explained where "forloop.counter" comes fromJames Bennett
2008-03-18Fixed #6245: Added note about watching Django development when using the deve...James Bennett
2008-03-18Cleaned up German localeJannis Leidel
2008-03-18Fixed #4783: Added a note that "admin media" means "media used by the admin a...James Bennett
2008-03-18Added docs/pagination.txtAdrian Holovaty
2008-03-18Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not...Adrian Holovaty
2008-03-18Improved docs/generic_views.txt to note the new template context for the obje...Adrian Holovaty
2008-03-18Changed pagination tests to suppress the DeprecationWarningAdrian Holovaty
2008-03-18Changed list_detail.object_list generic view to use the new Paginator class. ...Adrian Holovaty
2008-03-18Added a new and improved Paginator class, which allows you to pass a Page obj...Adrian Holovaty
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