django-admin2/djadmin2
2016-05-07 21:09:58 +02:00
..
locale Compiled all messages. Ready for release. Fixes #314, refs #317 2013-07-09 12:22:36 +02:00
static/themes/bootstrap A nice margin for a nice message. :) 2013-09-27 00:52:51 -04:00
templatetags "djadmin2theme_default" should not be hard-coded in templatetags. 2013-12-03 11:33:39 +01:00
tests Merge pull request #417 from montiniz/py3-fix 2015-03-30 22:53:44 +02:00
themes Use static template tag instead of STATIC_URL 2015-08-21 10:27:35 +09:00
__init__.py bump to 0.6.1 2014-02-26 10:21:56 -08:00
actions.py Fix collector in BaseListAction who generate bug when trying to delete multiple object from action list 2016-05-07 21:09:22 +02:00
admin2.py prep for #273 2013-07-18 16:32:50 +02:00
apiviews.py Fixes for compatibility with python3. 2014-11-26 09:42:17 -06:00
core.py fixes to review by @andrewsmedina #403 2015-01-08 08:41:41 +01:00
filters.py Add field_name attribute for build_date_filter 2016-05-07 21:09:58 +02:00
forms.py fixing test with modelforms 2014-10-10 22:19:03 -05:00
models.py Remove accidental dependency on django.contrib.admin 2013-08-02 12:52:38 +02:00
permissions.py Fix some Django 1.8 compatibility issues. 2015-03-21 16:26:12 +00:00
renderers.py Fixed datetime_renderer to be compatible with django 1.8. Django ticket #23466 2015-03-30 12:50:08 -05:00
settings.py Implemented ordering, tests in the next commit. 2013-08-01 12:00:03 -04:00
types.py Merge pull request #417 from montiniz/py3-fix 2015-03-30 22:53:44 +02:00
utils.py Fix some Django 1.8 compatibility issues. 2015-03-21 16:26:12 +00:00
viewmixins.py Fix some Django 1.8 compatibility issues. 2015-03-21 16:26:12 +00:00
views.py Add field_name attribute for build_date_filter 2016-05-07 21:09:58 +02:00