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-11-21
[1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
Claude Paroz
2013-10-02
[1.6.x] Fixed #21129 -- Prevented admin filter params modifications from thro...
tschilling
2013-08-04
[1.6.x] Fixed backport error in previous commit; refs #15961
Tim Graham
2013-08-04
[1.6.x] Moved get_search_results from BaseModelAdmin to ModelAdmin.
Loic Bistuer
2013-07-26
[1.6.x] Updated contrib.admin to use Email/URLInputs; refs #16630
Tim Graham
2013-07-18
[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Loic Bistuer
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-01
Fixed #18388 - Added InlineModelAdmin.get_max_num hook.
Tim Graham
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
[next]