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-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
2008-08-29
Fixed #7466: do a better job figuring out links from the admin docs into the ...
Jacob Kaplan-Moss
2008-08-29
Fixed #7810: added named URLs for admin docs, and use them in the admin base ...
Jacob Kaplan-Moss
2008-08-29
Fixed #8653: make formtools' security hash more rubust. Silly that I didn't t...
Jacob Kaplan-Moss
2008-08-29
Fixed some edge-case error handling from [8699]. Thanks, gkelly.
Malcolm Tredinnick
2008-08-29
Reverted #8688 for now, since it merely introduced different bugs, rather than
Malcolm Tredinnick
2008-08-29
Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...
Brian Rosner
2008-08-29
Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`....
Jacob Kaplan-Moss
2008-08-29
Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.
Jacob Kaplan-Moss
2008-08-29
When a form in the admin has no fields prevent failure.
Brian Rosner
2008-08-29
Fixed #8616 -- Fixed a race condition in the file-based session backend.
Malcolm Tredinnick
2008-08-28
Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...
Jacob Kaplan-Moss
2008-08-28
Fixed #8194: `AdminForm.first_field` now correctly returns the first field wh...
Jacob Kaplan-Moss
2008-08-28
Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...
Jacob Kaplan-Moss
2008-08-28
Fixed #8608: corrected doc link in comment 400 error page.
Jacob Kaplan-Moss
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-08-28
Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...
Jacob Kaplan-Moss
2008-08-28
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
Malcolm Tredinnick
[next]