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-09-17
Changed a slightly suspicious usage of request.POST to request.method == 'POST'.
Malcolm Tredinnick
2008-09-17
Fixed #9096 -- Fixed a slightly out-of-date comment.
Malcolm Tredinnick
2008-09-17
Fixed #8574 -- Made Sitemap a new-style class
Adrian Holovaty
2008-09-16
Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'po...
Adrian Holovaty
2008-09-16
Changed the app-level links on the admin index page to include trailing slash...
Adrian Holovaty
2008-09-16
Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a s...
Adrian Holovaty
2008-09-16
Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...
Wilson Miner
2008-09-16
Fixed #8917 -- Comments are now displayed in reverse order by submit_date in ...
Wilson Miner
2008-09-15
Moved imports so that other tests may be imported without specifying Django s...
Justin Bronn
2008-09-15
Fixed #9008 -- now use the correct library path for loading the `WinDLL` inst...
Justin Bronn
2008-09-14
Fixed #8570: Corrected some code that was using 8-space tabs for some reason....
Russell Keith-Magee
2008-09-10
Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields r...
Adrian Holovaty
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty
2008-09-10
Fixed #8959 -- Removed redundant calls to the 'escape' template filter in the...
Adrian Holovaty
2008-09-09
Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...
Justin Bronn
2008-09-08
Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...
Adrian Holovaty
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-09-03
Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.
Malcolm Tredinnick
2008-09-03
Fixed a small initialisation edge-case in the raw_id_fields section of admin.
Malcolm Tredinnick
2008-09-03
Fixed #8832 -- Position the error icons on the right of the screen in the admin
Malcolm Tredinnick
2008-09-03
Fixed #8614 -- Typo fix.
Malcolm Tredinnick
2008-09-03
Fixed #8812 -- Fixed up the positioning of the "delete" link in the admin
Malcolm Tredinnick
2008-09-03
Fixed #8669 -- Use a consistent version of create() across the board for
Malcolm Tredinnick
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-09-02
Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...
Jacob Kaplan-Moss
2008-09-02
Fixed #8805 -- Make sure proper type coercion happens before dumping data int...
Brian Rosner
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
Fixed `GeoRSSSitemap` to no longer use both `args` and `kwargs` with `urlreso...
Justin Bronn
2008-09-02
Cleaned up a bunch of minor doc stuff:
Jacob Kaplan-Moss
2008-09-02
Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...
Jacob Kaplan-Moss
2008-09-02
Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...
Brian Rosner
2008-09-02
Avoid a deprecation warning when running on Python 2.6. Patch from Karen Tracey.
Malcolm Tredinnick
2008-09-01
Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fi...
Brian Rosner
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. Fixes #...
Jacob Kaplan-Moss
2008-09-01
Added a related name to the ForeignKey in the abstract base class of the
Malcolm Tredinnick
2008-09-01
Make sure to use force_unicode when looking up comment objects by `object_pk`...
Jacob Kaplan-Moss
2008-08-31
Fixed #8433 -- Deal with the add user popup on models that foreign key to Use...
Brian Rosner
2008-08-31
Fixed #8194 (again): correctly focus on the first declared field in the admin...
Jacob Kaplan-Moss
2008-08-31
Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`.
Jacob Kaplan-Moss
2008-08-31
Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...
Brian Rosner
2008-08-31
Fixed #8631 -- Corrected a display issue with the popup submit_row where the ...
Brian Rosner
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-30
Fixed #8716: correctly handle name and email in comments from authenticated u...
Jacob Kaplan-Moss
2008-08-30
Fixed #8616 (again): prevent a race condition in the session file backend. Ma...
Jacob Kaplan-Moss
2008-08-30
Fixed #8710: removed a few stray tabs. Thanks, gkelly.
Jacob Kaplan-Moss
2008-08-29
Changed [8727] to use ImportError, which seems to actually work. Not sure what
Malcolm Tredinnick
2008-08-29
Fixed #8680 -- Changed a couple of GEOExceptions to Python's RuntimeError so
Malcolm Tredinnick
2008-08-29
Properly reference FieldDoesNotExist as it does not exist in global of django...
Brian Rosner
[prev]
[next]