.. |
bin
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
locale
|
Updated translations from Transifex
|
2014-09-30 20:55:50 +02:00 |
migrations
|
Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initial migration.
|
2014-06-23 13:13:45 -04:00 |
static/admin
|
Fixed typos using https://github.com/vlajos/misspell_fixer
|
2014-11-03 20:59:30 -05:00 |
templates
|
Fixed #23793 -- Clarified password reset messages.
|
2014-11-15 16:29:13 +01:00 |
templatetags
|
Removed redundant numbered parameters from str.format().
|
2014-12-03 14:27:38 -05:00 |
views
|
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
2014-09-29 00:01:38 +07:00 |
__init__.py
|
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
|
2014-08-04 09:39:02 -04:00 |
actions.py
|
Fixed #23898 -- Added missing context to admin's deleted_selected view.
|
2014-11-25 11:22:15 -05:00 |
apps.py
|
Fixed #23750 -- Allowed core.checks.register to be used as a function
|
2014-11-11 16:29:32 +01:00 |
checks.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
decorators.py
|
Fixed typo in exception message; refs #19414
|
2013-09-19 06:24:12 -04:00 |
exceptions.py
|
Prevented data leakage in contrib.admin via query string manipulation.
|
2014-08-20 14:39:40 -04:00 |
filters.py
|
Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset.
|
2014-08-30 10:07:00 -03:00 |
forms.py
|
Fixed #22329 -- Used label_tag() in some admin auth templates.
|
2014-03-29 08:54:56 -04:00 |
helpers.py
|
Removed redundant numbered parameters from str.format().
|
2014-12-03 14:27:38 -05:00 |
models.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
options.py
|
Fixed #23934 -- Fixed regression in admin views obj parameter.
|
2014-12-02 08:42:17 -05:00 |
sites.py
|
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
|
2014-11-29 10:31:09 -05:00 |
tests.py
|
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
|
2014-08-28 08:44:26 +02:00 |
util.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
utils.py
|
Removed redundant numbered parameters from str.format().
|
2014-12-03 14:27:38 -05:00 |
validation.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
widgets.py
|
Removed redundant numbered parameters from str.format().
|
2014-12-03 14:27:38 -05:00 |