summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #8374 -- Add the admindocs/templates/ directory to the source tarballMalcolm Tredinnick2008-08-171-0/+1
* Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks ja...Brian Rosner2008-08-171-2/+0
* Fixed #8353 -- Corrected the case when adminform is not in the context when r...Brian Rosner2008-08-171-7/+8
* Fixed #8178: Another update to debug template to aid rendering of exception t...Russell Keith-Magee2008-08-171-1/+1
* Fixed #7241 -- More robust exception catching in the transaction managementMalcolm Tredinnick2008-08-171-4/+2
* Fixed #5133 -- Explicitly close memcached connections after each requestMalcolm Tredinnick2008-08-162-0/+12
* Documented that GenericForeignKey fields can't be used transparently inMalcolm Tredinnick2008-08-161-0/+10
* Fixed #8132 -- Updated tutorial 2 to describe the current way to customise theMalcolm Tredinnick2008-08-161-8/+7
* Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and `ManyRela...Gary Wilson Jr2008-08-163-0/+108
* Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...Justin Bronn2008-08-169-11/+333
* Fixed #8283 -- Fixed an edge case when adding things to the "where" tree andMalcolm Tredinnick2008-08-162-1/+7
* Updated the es_AR localization.Ramiro Morales2008-08-162-299/+434
* Fixed #8315 -- If an exception is raised whilst trying to rollback aMalcolm Tredinnick2008-08-161-1/+4
* Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe...Malcolm Tredinnick2008-08-162-0/+5
* Fixed #8007: removed mention of admin options in models from docs/design_phil...James Bennett2008-08-161-2/+4
* Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAG...James Bennett2008-08-161-1/+1
* Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th...Russell Keith-Magee2008-08-161-1/+2
* Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()...James Bennett2008-08-161-0/+9
* Fixed #8229: Added handling for a special case in the validation of Spanish I...Russell Keith-Magee2008-08-162-2/+4
* Fixed #7285: Improved inspectdb handling of dashes in table and field names. ...Russell Keith-Magee2008-08-161-4/+11
* Fixed #6935: Modified inspectdb to provide better handling for table names wi...Russell Keith-Magee2008-08-161-1/+1
* Fixed #8355: Removed some whitespace that was apparently causing difficulty w...Russell Keith-Magee2008-08-161-2/+1
* Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset...Russell Keith-Magee2008-08-161-2/+0
* Fixed #8268: Modified admin scripts tests to use JYTHONPATH when appropriate....Russell Keith-Magee2008-08-161-20/+13
* Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...Gary Wilson Jr2008-08-162-0/+10
* Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...Gary Wilson Jr2008-08-152-1/+11
* Fixed #8219 -- More robust date to string conversion in syndication feeds.Malcolm Tredinnick2008-08-151-12/+12
* Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...Brian Rosner2008-08-151-7/+20
* Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta...Brian Rosner2008-08-151-3/+11
* Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks...Brian Rosner2008-08-151-1/+1
* Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...Gary Wilson Jr2008-08-152-5/+14
* Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...Brian Rosner2008-08-151-0/+2
* Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...Gary Wilson Jr2008-08-152-5/+42
* Fixed #5385 -- Made the date returned from the calendar picker consistent wit...Brian Rosner2008-08-151-1/+1
* Polish locales updatedJarek Zgoda2008-08-152-272/+346
* Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...Brian Rosner2008-08-152-2/+2
* Fixed a typo and added a bit more ReST markup to cache middleware docstring.Gary Wilson Jr2008-08-151-10/+10
* Removed unused and redefined imports.Gary Wilson Jr2008-08-151-7/+1
* Fixed #957 -- prepopulated_fields now works correctly on inlines.Brian Rosner2008-08-154-15/+37
* Fixed media creation in the add_view. It was not pulling media from the corre...Brian Rosner2008-08-151-2/+1
* Fixed #7364 -- Never cache the contrib.auth login view.Gary Wilson Jr2008-08-151-0/+2
* Fixed typo in comment.Gary Wilson Jr2008-08-151-1/+1
* Made a few small tweaks to reduce persistent storage accesses in the sessionMalcolm Tredinnick2008-08-154-1/+11
* Reverted [8318] and [8329], since the change turned out to have no effect, uponMalcolm Tredinnick2008-08-151-12/+0
* Use failIf() instead of assertFalse() so that tests work with python 2.3.Malcolm Tredinnick2008-08-151-4/+4
* Fixed a ReST error in cache docs.Gary Wilson Jr2008-08-151-4/+5
* Fixed #8137 -- Replaced an outdated link in the transactions docs.Gary Wilson Jr2008-08-151-3/+3
* Fixed #8244: Modified the temporary directory used by file storage tests so t...Russell Keith-Magee2008-08-151-2/+11
* Fixed 8186: Updated German locale, thanks benjixxJannis Leidel2008-08-154-491/+687
* Fixed #6551: clarify the meaning of ``DATABASE_NAME`` for SQLite in docs/tuto...James Bennett2008-08-151-2/+6