summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-08-24Fixed #8129: Modified the password reset email template to use a URL lookup, ...Russell Keith-Magee
2008-08-24Added app_label to the context for the add user admin view.Russell Keith-Magee
2008-08-24Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...Russell Keith-Magee
2008-08-23Avoid a crash when unencoding session data for the db backend. This is requiredMalcolm Tredinnick
2008-08-23Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. PatchMalcolm Tredinnick
2008-08-23Fixed #8359 -- Add an admin log entry when creating a new user.Malcolm Tredinnick
2008-08-23Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;...Justin Bronn
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick
2008-08-23Updated password change template (in admin templates) to use current formMalcolm Tredinnick
2008-08-23Fixed #8498 -- Add the ability to customize the template for app_index simila...Brian Rosner
2008-08-23Fixed #7946: Modified object history template to use a common date format. Th...Russell Keith-Magee
2008-08-23Fixed #7776: Ensured that the test cookie is always deleted once a login has ...Russell Keith-Magee
2008-08-23Fixed #8465. Mark KML input as safe so elements aren't escaped; added some de...Justin Bronn
2008-08-23Fixed #8367 -- Pass the object to get_form from get_fieldsets in ModelAdmin. ...Brian Rosner
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner
2008-08-23Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...Brian Rosner
2008-08-22Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...Brian Rosner
2008-08-21When logging in, change the session key whilst preserving any existingMalcolm Tredinnick
2008-08-21Fixed #8376 -- Use request.path and request.path_info at the right moments whenMalcolm Tredinnick
2008-08-20Fixed #8457 -- Fixed a missing import.Malcolm Tredinnick
2008-08-19Fixed #8415 -- Fixed a typo in the localflavor for the Netherlands. Thanks,Malcolm Tredinnick
2008-08-18GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...Justin Bronn
2008-08-18Moved admin form helpers to their own module to clean-up django/contrib/admin...Brian Rosner
2008-08-18Fixed `GeoQuery.get_columns()` to be compatible with the changes in r8426.Justin Bronn
2008-08-17Fixed #8113. Made `get_width_height` a `GoogleZoom` method that takes the ex...Justin Bronn
2008-08-17Fixed #8353 -- Corrected the case when adminform is not in the context when r...Brian Rosner
2008-08-16Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...Justin Bronn
2008-08-16Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe...Malcolm Tredinnick
2008-08-16Fixed #8229: Added handling for a special case in the validation of Spanish I...Russell Keith-Magee
2008-08-15Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...Brian Rosner
2008-08-15Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...Brian Rosner
2008-08-15Fixed #5385 -- Made the date returned from the calendar picker consistent wit...Brian Rosner
2008-08-15Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...Brian Rosner
2008-08-15Removed unused and redefined imports.Gary Wilson Jr
2008-08-15Fixed #957 -- prepopulated_fields now works correctly on inlines.Brian Rosner
2008-08-15Fixed media creation in the add_view. It was not pulling media from the corre...Brian Rosner
2008-08-15Fixed #7364 -- Never cache the contrib.auth login view.Gary Wilson Jr
2008-08-15Made a few small tweaks to reduce persistent storage accesses in the sessionMalcolm Tredinnick
2008-08-14Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.Brian Rosner
2008-08-14Fixed #8324 -- Corrected the simple case where list_display is not given. Tha...Brian Rosner
2008-08-14Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner
2008-08-14Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (viaMalcolm Tredinnick
2008-08-14Removed some testing code inadvertently commited in [8348].Gary Wilson Jr
2008-08-14Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...Gary Wilson Jr
2008-08-14Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes anMalcolm Tredinnick
2008-08-14Fixed #8276 -- Changed the names of a few Polish localflavor classes to matchMalcolm Tredinnick
2008-08-14Fixed #6984 -- Make sure to load session data from the file (if necessary)Malcolm Tredinnick
2008-08-14Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick
2008-08-14Implemented a flush() method on sessions that cleans out the session andMalcolm Tredinnick