summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-18Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin temp...Daniel Hepper
2012-06-16Fixed #18420 -- Prevented the admin JS from crashing when the main form conta...Julien Phalip
2012-06-16Updated the admin's minified JS files.Julien Phalip
2012-06-16Fixed #18477 -- Fixed colspan value when a TabularInline form contains valida...Julien Phalip
2012-06-10Corrected way to get URL of object in admin history templateLuke Plant
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-05Merge branch 'master' of https://github.com/django/djangomartin.bohacek
2012-06-05Ticket #17804 fix.martin.bohacek
2012-06-03Remove the summary attribute of the tableSamuel Sutch
2012-05-20Regenerated the minified versions of the admin actions and admin inlines Java...Jannis Leidel
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2012-05-18Merge pull request #24 from marcneuwirth/masterAdrian Holovaty
2012-05-16Swap out to === for the true comparison to avoid possible coercion issuesTravis Swicegood
2012-05-16Add missing semi-colonsTravis Swicegood
2012-05-16Remove `var` declaration---this variable is already delcared as an argumentTravis Swicegood
2012-05-16Make sure these functions don't bleed into the global scopeTravis Swicegood
2012-05-12Removed 'return false' in favor of preventDefault.Marc Neuwirth
2012-05-10Fixed #17518 -- CSS glitch in StackedInline.Aymeric Augustin
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-04-29Fixed #13196 -- Formatting in admin changelists.Aymeric Augustin
2012-04-29Fixed template syntax error, introduced in pull request #17Mike Yumatov
2012-04-29Fixed #17967: Hide "Change Password" link in admin if user.has_usable_passwor...Aviral Dasgupta
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-09Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...Julien Phalip
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
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