django-admin2/djadmin2
2015-03-21 12:55:06 -05: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 Added tests for ModelAdmin.get_urls 2015-03-21 12:55:06 -05:00
themes Fix: "there are no" instead "there isn't" on the empty form message. 2013-12-17 23:43:49 -03:00
__init__.py bump to 0.6.1 2014-02-26 10:21:56 -08:00
actions.py many fixes to django-admin2 with py3 2014-10-10 22:19:02 -05: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 fixes to review by @andrewsmedina #403 2015-01-08 08:41:41 +01: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 problems with permissions 2015-01-06 18:29:29 +01:00
renderers.py fixing next py3 problems... only 57 failing tests left. 2014-10-10 22:19:04 -05:00
settings.py Implemented ordering, tests in the next commit. 2013-08-01 12:00:03 -04:00
types.py Raise syntax no longer accepts comma-separated arguments in python3 2015-03-21 12:48:10 -05:00
utils.py fix for type in filters.py 2014-10-10 22:19:04 -05:00
viewmixins.py fix for django-braces>=1.4.0 2014-06-19 10:12:13 -07:00
views.py fixes to review by @andrewsmedina #403 2015-01-08 08:41:41 +01:00