django-categories/categories
2016-02-15 11:57:36 -06:00
..
editor Updated admin_tree_list_tags so that EMPTY_CHANGELIST_VALUE has a compatible way of working with Django 1.9 and older versions. 2016-02-15 11:56:35 -06:00
fixtures [-] 1.6/1.7/1.8 compatiable changes (WIP) 2015-06-09 15:17:48 -05:00
locale i18n: add french translation 2015-05-19 17:02:58 +02:00
management Fixed a test: file() doesn't work in Python 3, used open() instead. 2016-02-15 09:31:59 -06:00
migrations b'' doesn't work under Python 3 in a migration file 2016-02-11 14:53:20 -06:00
south_migrations [-] Missed some migrations 2015-06-09 15:17:48 -05:00
static/js Renamed 'media' directories to 'static' to work with the django 1.3 staticfiles app 2011-01-19 17:47:59 -05:00
templates Fixed tests so they run under Django 1.7 2015-06-09 15:17:47 -05:00
templatetags Made a fix for backwards compatibility with Python 2 2016-02-15 10:36:51 -06:00
tests Switched to using _meta.get_fields() instead of ._meta.get_all_field_names() for compatibility with Django 1.9 2016-02-15 11:57:36 -06:00
__init__.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
admin.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
apps.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
base.py Changed __unicode__ to __str__ on the CategoryBase class for Python 3 compatibility 2016-02-15 09:51:36 -06:00
fields.py Dramatically refactored how migrations are performed to work with Django 1.7 2015-06-09 15:21:38 -05:00
genericcollection.py [-] Fixed some tree editor and generic collection issues 2015-06-09 15:17:48 -05:00
migration.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
models.py Fixed the max_length setting to use a int instead of a string 2016-02-15 11:53:01 -06:00
registration.py Switched from using django.db.models.loading.get_model to using django.apps.apps.get_model 2016-02-10 16:28:40 -06:00
settings.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
south_migration.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
urls.py Updated urls to work without patterns since patterns is being deprecated 2016-02-15 11:54:25 -06:00
views.py Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00