summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
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
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-06-05Ticket #17804 fix.martin.bohacek
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
2012-03-17Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...Julien Phalip
2012-02-09Fixed #17239 -- Stopped an inconsitent and unneeded use of mark_safe in the M...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2012-02-05Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...Julien Phalip
2011-11-01Fixed #5704 - Admin popup windows won't close when using application/xhtml as...Luke Plant
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip