django-dbtemplates/dbtemplates
2016-01-03 00:01:45 +01:00
..
locale Fix localization 2015-10-16 17:05:42 +05:00
management Fix some Python 3 issues - thanks @vikingco 2015-08-19 11:42:39 +02:00
migrations use managers for django 1.8+ 2015-07-23 15:42:07 +02:00
south_migrations added django migrations and south moved to own directory 2015-07-14 23:30:53 +02:00
static/dbtemplates Moved media/* to static/* for new staticfiles compatibility. 2011-04-11 18:00:48 +02:00
utils Use native importlib. 2016-01-03 00:01:45 +01:00
__init__.py update readme and added notice about compatibility, bump version and changelog 2015-06-15 21:03:09 +02:00
admin.py ModelForm now requires either fields or exclude - mentoined in #52 thanks @volksman 2015-06-15 16:54:21 +02:00
conf.py Fix some Python 3 issues - thanks @vikingco 2015-08-19 11:42:39 +02:00
loader.py fix flake8 2015-06-15 16:44:34 +02:00
models.py fixed (fields.W340) null has no effect on ManyToManyField and import sorting 2015-07-06 22:16:43 +02:00
test_cases.py fix settings runtime patching which cause fails because if we set correct template dirs is not there test dirs 2015-06-16 00:07:27 +02:00
test_settings.py omg fix pep8 passing 2015-06-15 21:17:18 +02:00