summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-21Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d...Luke Plant
2008-07-21It's time for the "newforms" documentation to arrive:Gary Wilson Jr
2008-07-21Added a link to admin docs in add_ons.txt. Refs #7829.Jacob Kaplan-Moss
2008-07-21Improved the bit of the tutorial that explains how to enable the admin. Fixes...Jacob Kaplan-Moss
2008-07-21Modified the comments in the skeleton urls.py to be more clear about how to e...Jacob Kaplan-Moss
2008-07-21Fixed reST error in [8024].Jacob Kaplan-Moss
2008-07-21Tweaked forms/oldforms docs to better represent the current state of things.Jacob Kaplan-Moss
2008-07-21Corrected link to ModelForm doc.Gary Wilson Jr
2008-07-21Refs #7864 -- Corrected more instances of "newforms" in the docs.Gary Wilson Jr
2008-07-21Corrected the privileges needed to run the test suite under OracleIan Kelly
2008-07-21Refs #7864 -- Updates to documentation for the oldforms/newforms switch.Gary Wilson Jr
2008-07-21Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss
2008-07-21Moved RedirectAdmin in django.contrib.redirects to an admin.py module.Brian Rosner
2008-07-21FIxed #7666: use a bare queryset when accessing single related objects so tha...Jacob Kaplan-Moss
2008-07-21Fixed #7727 -- Improved the checks for import failure when using PIL. Under P...Russell Keith-Magee
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-21Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...Brian Rosner
2008-07-21Corrected typo.Gary Wilson Jr
2008-07-20Fixed filter_horizontal and filter_vertical handling in admin so that they canMalcolm Tredinnick
2008-07-20Fixed #7850 -- Added adding django.contrib.admin to INSTALLED_APPS to the ste...Brian Rosner
2008-07-20Added admin.autodiscover() to project template urls.py. It is left commented ...Brian Rosner
2008-07-20Fixed #7842 -- Added a raw string identifier in project template urls.py for ...Brian Rosner
2008-07-20Fixed #6450 -- Improved the checking of errors when creating the directories ...Russell Keith-Magee
2008-07-20Fixed #7775 -- Removed some duplicated code from the admin login sequence. Th...Russell Keith-Magee
2008-07-20Made the test case for doctest comparison of XML fragments a little more rigo...Russell Keith-Magee
2008-07-20Fixed #7339 -- Added manual calls to the garbage collector. This is required ...Russell Keith-Magee
2008-07-20Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...Russell Keith-Magee
2008-07-19Modified [7999] based on some feedback from Marty Alchin.Malcolm Tredinnick
2008-07-19Update es_AR l10n to post nf-a merging (actually r7984).Ramiro Morales
2008-07-19Added a cavaet to the use of get_FOO_filename() and get_FOO_url(). ThisMalcolm Tredinnick
2008-07-19Reverted [7986].Malcolm Tredinnick
2008-07-19it translation: updated to r7996Nicola Larosa
2008-07-19it translation: regenerated po file, now let's get to workNicola Larosa
2008-07-19Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'boutMalcolm Tredinnick
2008-07-19Fixed #7774 -- Updated Norwegian translation from jonklo.Malcolm Tredinnick
2008-07-19Starting to do the reverse() threading stuff.Malcolm Tredinnick
2008-07-19Allow avoidance of the Apache mod_rewrite undo.Malcolm Tredinnick
2008-07-19First part of setting request.path correctly.Malcolm Tredinnick
2008-07-19Fixed #7761 -- Updated Georgian translation. Thanks, David Avsajanishvili.Malcolm Tredinnick
2008-07-19Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.Malcolm Tredinnick
2008-07-19Fixed #7471 -- If the 400 response handler raises an exception, pass control toMalcolm Tredinnick
2008-07-19Fixed #6009 -- Added regression tests to show that uploading non-ASCIIMalcolm Tredinnick
2008-07-19Fixed #5619 -- Return the same path in get_FOO_filename() before and after aMalcolm Tredinnick
2008-07-19Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch from ...Malcolm Tredinnick
2008-07-19Fixed #7838 -- Corrected an invalid class name the 'classes' usage in the tut...Brian Rosner
2008-07-19Fixed #7839 -- Corrected admin documentation and tutorial to reflect that 'cl...Brian Rosner
2008-07-19Added svn:ignore properties to some recently added directories.Russell Keith-Magee
2008-07-19Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...Russell Keith-Magee
2008-07-19Fixed #7832 -- Corrected a formatting error in the newforms docs. Thanks to o...Russell Keith-Magee
2008-07-19Fixed #4412 -- Added support for optgroups, both in the model when defining c...Russell Keith-Magee