summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2013-03-25Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.Adam Wentz
2013-03-25Moved removeChildren to core.jsAndrew Jesaitis
2013-03-25Moved cancelEventPropagation into core.jsAndrew Jesaitis
2013-03-25Removed quickElement from calendar.jsAndrew Jesaitis
2013-03-22Fixed #16350 -- Forced capitalization in template.Aymeric Augustin
2013-03-20Fixed #19972 -- Fixed overflow issue in admin changelist pages.Florian Apolloner
2013-03-19Merge pull request #931 from catalanojuan/fix-admin-log-dependency-on-user-id...Preston Holmes
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-19Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-03-17Fixed #19550 -- Made the filtered select widget wider in the admin.Aymeric Augustin
2013-03-15Fixed #20055 -- Add url, email, and number input types to admin CSS.Baptiste Mispelon
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-03-02Fixed #19177 -- Better layout for admin login form field labels.Pedro Mourelle
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin
2013-02-24Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2n...Wiktor Kolodziej
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
2013-02-23Merge pull request #778 from viciu/19609Honza Král
2013-02-23Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletesHonza Kral
2013-02-23Fixed #19609: admin Inlines doesn't display help_text for readonly fieldsWiktor Kolodziej
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-20Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-20Fixed #19598 -- Fixed jQuery tagName retrievingClaude Paroz
2013-02-20Replaced the obsolete toggle event handling JS functionClaude Paroz
2013-02-20Fixed #14571 -- Updated embedded jQuery from 1.4.2 to 1.9.1Claude Paroz
2013-02-19Checked object permissions on admin history view.Carl Meyer
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-02-01Merge pull request #334 from dlo/tickets/18755Aymeric Augustin
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-21Fixed #18051 -- Allowed admin fieldsets to contain listsClaude Paroz
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-24Made admin generated changelist URLs independent of dict orderingLuke Plant
2012-12-16Fixed #19469 -- Removed opts.get_ordered_objects() and related codeAnssi Kääriäinen
2012-12-15Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...Russell Keith-Magee
2012-12-08Fixed #19439 -- Removed unused template tag library in change_password.htmlClaude Paroz
2012-12-08Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overridesClaude Paroz