summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
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 #15961Tim 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 #16630Tim Graham
2013-07-18[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-05-31Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no l...Loic Bistuer
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-29Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponsesTim Graham
2013-05-19Made 2d309a70 compatible with Python 3.Aymeric Augustin
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-19Fixed #12674 -- provide a way to override admin validationHonza Kral
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Removed fragile admin validation of fields on ModelFormLuke Plant
2013-04-08Merge pull request #938 from darklow/ticket_20111Jannis Leidel
2013-04-08Fix #20111 Added more precise message level for succcess and warning messagesKaspars Sprogis
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-28Fixed spelling of "consistent" in admin/options.pyRocky Meza
2013-03-11Switched the admin to use @transaction.atomic.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-06Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.Igor Támara
2013-03-04Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...Juan Pedro Fisanotti
2013-03-04Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...Javier Mansilla
2013-02-19Checked object permissions on admin history view.Carl Meyer
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-12-30Added further flexibility to ModelAdmin for controlling post-save redirections.Julien Phalip
2012-12-29Removed interpolation of post_url_continue in the admin.Aymeric Augustin
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin redirec...Julien Phalip
2012-12-16Fixed #19469 -- Removed opts.get_ordered_objects() and related codeAnssi Kääriäinen
2012-12-08Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overridesClaude Paroz
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-28Fixed two docstring/comment typos.Ramiro Morales
2012-11-25Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...Julien Phalip
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex 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-21Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...Julien Phalip
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant