..
bin
Started attackign the next flake8 violation
2013-10-31 08:42:28 -07:00
locale
[1.7.x] Fetched translations from Transifex
2014-08-20 10:05:47 +02:00
migrations
[1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initial migration.
2014-06-23 13:23:09 -04:00
static /admin
Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.
2014-03-11 06:56:27 -04:00
templates
[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made it default for admin
2014-08-27 09:16:51 +02:00
templatetags
[1.7.x] Added a newline to appease flake8
2014-07-14 10:54:43 -04:00
views
[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.
2014-08-20 14:42:48 -04:00
__init__.py
Avoided importing models from django.contrib.admin.
2014-02-01 20:38:15 +01:00
actions.py
Used application verbose names in the admin.
2013-12-22 16:53:57 +01:00
apps.py
[1.7.x] Fixed #22195 -- Used constants to define built-in tags for check framework.
2014-04-10 08:54:32 -04:00
checks.py
[1.7.x] Fixed #22792 -- Updated checks for list_display_links in model admin
2014-06-10 09:43:24 -04:00
decorators.py
Fixed typo in exception message; refs #19414
2013-09-19 06:24:12 -04:00
exceptions.py
[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.
2014-08-20 14:42:48 -04:00
filters.py
Fixed E127 pep8 warnings.
2013-12-14 11:59:15 -05:00
forms.py
Removed two imports which are now unused
2014-02-04 15:45:18 -08:00
helpers.py
[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.
2014-03-25 09:34:12 -04:00
models.py
Fixed #17627 -- Renamed util.py files to utils.py
2013-09-16 12:52:05 -04:00
options.py
[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
2014-09-08 13:54:21 -04:00
sites.py
Prevented admin from importing auth.User.
2014-03-09 20:29:00 +01:00
tests.py
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
2014-08-28 08:46:54 +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
Fixed #22207 -- Added support for GenericRelation reverse lookups
2014-03-05 22:37:53 +02:00
validation.py
[1.7.x] Corrected many style guide violations that the newest version of flake8 catches
2014-04-21 07:50:43 -04:00
widgets.py
Fixed #22137 -- Made Widget.is_hidden a read-only property
2014-03-01 10:36:48 +01:00