summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2012-03-23Pulled admin translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-17Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...Julien Phalip
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the admin translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-03-05Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...Aymeric Augustin
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-05Updated admin base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-04Added more thorough Selenium tests for the admin horizontal/vertical filter w...Julien Phalip
2012-03-03Fixed #17198 -- Ensured that a deterministic order is used across all databas...Julien Phalip
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
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