index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
Age
Commit message (
Expand
)
Author
2012-07-01
Fixed #18550 -- Ensured that the admin history view works with escaped primar...
Julien Phalip
2012-06-18
Fixed #18444 -- Replace hard coded "View on Site" URLs
Daniel Hepper
2012-06-18
Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin temp...
Daniel Hepper
2012-06-16
Fixed #18420 -- Prevented the admin JS from crashing when the main form conta...
Julien Phalip
2012-06-16
Updated the admin's minified JS files.
Julien Phalip
2012-06-16
Fixed #18477 -- Fixed colspan value when a TabularInline form contains valida...
Julien Phalip
2012-06-10
Corrected way to get URL of object in admin history template
Luke Plant
2012-06-08
Merge pull request #123 from apollo13/ticket18381
Aymeric Augustin
2012-06-07
Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...
Daniel Hepper
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Don't escape object ids when passing to the contenttypes.shortcut view.
Florian Apolloner
2012-06-05
Merge branch 'master' of https://github.com/django/django
martin.bohacek
2012-06-05
Ticket #17804 fix.
martin.bohacek
2012-06-03
Remove the summary attribute of the table
Samuel Sutch
2012-05-20
Regenerated the minified versions of the admin actions and admin inlines Java...
Jannis Leidel
2012-05-20
Imported reduce from functools for forward compatibility.
Claude Paroz
2012-05-18
Merge pull request #24 from marcneuwirth/master
Adrian Holovaty
2012-05-16
Swap out to === for the true comparison to avoid possible coercion issues
Travis Swicegood
2012-05-16
Add missing semi-colons
Travis Swicegood
2012-05-16
Remove `var` declaration---this variable is already delcared as an argument
Travis Swicegood
2012-05-16
Make sure these functions don't bleed into the global scope
Travis Swicegood
2012-05-12
Removed 'return false' in favor of preventDefault.
Marc Neuwirth
2012-05-10
Fixed #17518 -- CSS glitch in StackedInline.
Aymeric Augustin
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-29
Fixed #13196 -- Formatting in admin changelists.
Aymeric Augustin
2012-04-29
Fixed template syntax error, introduced in pull request #17
Mike Yumatov
2012-04-29
Fixed #17967: Hide "Change Password" link in admin if user.has_usable_passwor...
Aviral Dasgupta
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-09
Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...
Julien Phalip
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-31
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...
Julien Phalip
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-23
Pulled admin translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-17
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...
Julien Phalip
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Esperanto to the list of languages. Refs #17822.
Jannis Leidel
2012-03-14
Pulled the admin translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-09
Removed executable bits from some files that don't need them.
Ramiro Morales
2012-03-05
Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...
Aymeric Augustin
2012-03-05
Enabled the existing admin Selenium tests to be run with Internet Explorer. N...
Julien Phalip
2012-03-05
Updated admin base translation files with new strings. Refs #17822.
Jannis Leidel
2012-03-04
Added more thorough Selenium tests for the admin horizontal/vertical filter w...
Julien Phalip
2012-03-03
Fixed #17198 -- Ensured that a deterministic order is used across all databas...
Julien Phalip
2012-02-23
Added some Selenium tests for the admin's filter_horizontal and filter_vertic...
Julien Phalip
[prev]
[next]