django1/django/contrib/admin
Bas Peschier 83a3add4be Removed _actions_icnt declaration from local scope in admin JS.
Commit 4523fcd introduces _actions_icnt to the local scope,
which overrides the value set in the HTML.

The admin would incorrectly show selected rows in a change list
as "1 of undefined selected".
2014-02-13 14:30:18 -05:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
static/admin Removed _actions_icnt declaration from local scope in admin JS. 2014-02-13 14:30:18 -05:00
templates Fixed #21371 -- Added the block.super to admin bodyclass blocks. 2014-02-10 09:13:29 -05:00
templatetags Removed some unnecessary __exact operators in filters. 2014-01-17 18:12:45 -05:00
views Made staff_member_required redirect to login 2014-02-04 20:02:28 +01: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 Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
checks.py Fixed typo in error message. 2014-01-24 17:40:43 +01:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07: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 Avoided importing models from django.contrib.admin. 2014-02-01 20:38:15 +01:00
models.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
options.py Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and change_view. 2014-02-13 07:31:18 -05:00
sites.py Removed two imports which are now unused 2014-02-04 15:45:18 -08:00
tests.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. 2014-02-11 14:05:12 -05:00
validation.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
widgets.py Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. 2014-02-11 14:05:12 -05:00