summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Updated translationsClaude Paroz
2013-02-21[1.5.x] Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-19[1.5.x] Checked object permissions on admin history view.Carl Meyer
2013-02-04[1.5.x] Updated translations (bn/es/eu/lb/mn)Claude Paroz
2013-02-02[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder....Julien Phalip
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...Nick Sandford
2013-01-15Updated contrib apps translationsClaude Paroz
2013-01-01[1.5.x] Updated translation catalogs for core and adminClaude Paroz
2012-12-30[1.5.x] Added further flexibility to ModelAdmin for controlling post-save red...Julien Phalip
2012-12-24[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...Julien Phalip
2012-12-24[1.5.x] Made admin generated changelist URLs independent of dict orderingLuke Plant
2012-12-15[1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in...Russell Keith-Magee
2012-12-08[1.5.x] Fixed #19439 -- Removed unused template tag library in change_passwor...Claude Paroz
2012-12-08[1.5.x] Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield...Claude Paroz
2012-12-06[1.5.x] Fixed #19429 -- Applied linebreaksbr to read-only fields in inlinesMarc Aymerich
2012-12-04[1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templ...Ramiro Morales
2012-12-03[1.5.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...Sebastián Magrí
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-28[1.5.x] Fixed a comment typo.Ramiro Morales
2012-11-25[1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values are...Edward Tjörnhammar
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...Julien Phalip
2012-11-24[1.5.x] Fixed #18722 -- Adjusted width of sortable columns in adminJonatan Heyman
2012-11-23Added new languagesClaude Paroz
2012-11-20[1.5.x] Fixed #19331 (again) use the right admin named URL.Ramiro Morales
2012-11-20[1.5.x] Fixed #19331 -- Added missing trailing slash in auth admin templateClaude Paroz
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-18Updated admin base translation file.Ramiro Morales
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
2012-11-17[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-11-03[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...Ulrich Petri
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-10-15Updated base translation filesClaude Paroz
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
2012-10-02Fixed #19056 -- Ensure admin change password template doesn't rely on usernam...Russell Keith-Magee
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
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-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-26Made model instance history admin view link not hard-coded. Refs #15294.Ramiro Morales
2012-08-14There's no need to do `list(dict.keys())` list(dict)` is enough.Alex Gaynor
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin