summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2012-02-22Stopped hiding the original exception's message when a selenium driver's inst...Julien Phalip
2012-02-19Moved an import statement to handle the case where selenium isn't installed.Julien Phalip
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
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-09Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...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
2012-02-04Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...Jannis Leidel
2012-01-23Reverted [17378] until a public API is available for application labels.Ramiro Morales
2012-01-19Fixed translatability of application names in admin app.Ramiro Morales
2012-01-02Improved the labels and help texts in the admin filter widget.Julien Phalip
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-09Checking in latest results of running Google Closure Compiler on the admin JS...Adrian Holovaty
2011-12-09Fixed #17218 -- Fixed bug with SelectFilter where the 'to' box had a height=0...Adrian Holovaty
2011-12-09Changed admin/js/collapse.js to take advantage of jQuery chaining in three pl...Adrian Holovaty
2011-12-09Removed way-outdated comment in SelectFilter2.js admin JS file. And we should...Adrian Holovaty
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-11-22Disentangled some parts of the admin ChangeList and ListFilter's internals. W...Julien Phalip
2011-11-22Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...Julien Phalip
2011-11-20Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...Julien Phalip
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-17Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.Jannis Leidel
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
2011-10-26Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...Julien Phalip
2011-10-22Fixed #17064 -- Improved the UX for the admin's time and date picker widgets ...Julien Phalip
2011-10-16Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...Julien Phalip
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Fixed a padding issue in admin tabular inline headers.Julien Phalip
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-10Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...Ramiro Morales
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-10-09Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for...Julien Phalip
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-09-24Simplified the admin changelist multi-sort interface specifically by removing...Julien Phalip
2011-09-22Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken s...Ramiro Morales
2011-09-22Fixed #16837 -- Improved error message for admin login.Paul McMillan
2011-09-21Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...Carl Meyer
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-19Fixed #16659 -- Made the admin's date drilldown links in the changelist have ...Julien Phalip
2011-09-16Reverted the change in r16683, which, while fixing an alignment issue in IE7 ...Julien Phalip