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
/
admin
/
options.py
Age
Commit message (
Expand
)
Author
2013-05-31
Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no l...
Loic Bistuer
2013-05-30
Fixed #19425 - Added InlineModelAdmin.get_extra hook.
Tim Graham
2013-05-29
Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponses
Tim Graham
2013-05-19
Made 2d309a70 compatible with Python 3.
Aymeric Augustin
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-05-19
Fixed #12674 -- provide a way to override admin validation
Honza Kral
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-09
Removed fragile admin validation of fields on ModelForm
Luke Plant
2013-04-08
Merge pull request #938 from darklow/ticket_20111
Jannis Leidel
2013-04-08
Fix #20111 Added more precise message level for succcess and warning messages
Kaspars Sprogis
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-28
Fixed spelling of "consistent" in admin/options.py
Rocky Meza
2013-03-11
Switched the admin to use @transaction.atomic.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-06
Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.
Igor Támara
2013-03-04
Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...
Juan Pedro Fisanotti
2013-03-04
Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...
Javier Mansilla
2013-02-19
Checked object permissions on admin history view.
Carl Meyer
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-30
Added further flexibility to ModelAdmin for controlling post-save redirections.
Julien Phalip
2012-12-29
Removed interpolation of post_url_continue in the admin.
Aymeric Augustin
2012-12-24
Fixed #19505 -- A more flexible implementation for customizable admin redirec...
Julien Phalip
2012-12-16
Fixed #19469 -- Removed opts.get_ordered_objects() and related code
Anssi Kääriäinen
2012-12-08
Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overrides
Claude Paroz
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-28
Fixed two docstring/comment typos.
Ramiro Morales
2012-11-25
Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...
Julien Phalip
2012-11-19
Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-10-20
Fixed #17856 -- Passed obj to get_inline_instances
Aymeric Augustin
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-21
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...
Julien Phalip
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-01
Fixed #18550 -- Ensured that the admin history view works with escaped primar...
Julien Phalip
2012-06-05
Ticket #17804 fix.
martin.bohacek
2012-03-31
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...
Julien Phalip
2012-03-17
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...
Julien Phalip
2012-02-09
Fixed #17239 -- Stopped an inconsitent and unneeded use of mark_safe in the M...
Jannis Leidel
2012-02-09
Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...
Jannis Leidel
2012-02-05
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...
Julien Phalip
2012-02-05
Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...
Julien Phalip
2011-11-01
Fixed #5704 - Admin popup windows won't close when using application/xhtml as...
Luke Plant
2011-10-26
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...
Julien Phalip
2011-10-26
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...
Julien Phalip
[prev]
[next]