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