| .. |
|
editor
|
[-] Fixed some tree editor and generic collection issues
|
2015-06-09 15:17:48 -05: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 tests so they run under Django 1.7
|
2015-06-09 15:17:47 -05:00 |
|
migrations
|
[-] Missed some migrations
|
2015-06-09 15:17:48 -05: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
|
[-] 1.6/1.7/1.8 compatiable changes (WIP)
|
2015-06-09 15:17:48 -05:00 |
|
tests
|
[-] 1.6/1.7/1.8 compatiable changes (WIP)
|
2015-06-09 15:17:48 -05:00 |
|
__init__.py
|
small fixes in some fields
|
2015-06-09 15:19:36 -05:00 |
|
admin.py
|
Added the fields property with it set to '__all__' in order to not get the RemovedInDjango18Warning
|
2015-06-09 15:17:47 -05:00 |
|
base.py
|
Renamed get_query_set to get_queryset to get Django categories to work in Django 1.7. I'm not sure of a good way to make this work in Django 1.6.
|
2015-06-09 15:17:47 -05:00 |
|
fields.py
|
pep8 cleanup
|
2012-07-12 19:24:55 -04:00 |
|
genericcollection.py
|
[-] Fixed some tree editor and generic collection issues
|
2015-06-09 15:17:48 -05:00 |
|
migration.py
|
small fixes in some fields
|
2015-06-09 15:19:36 -05:00 |
|
models.py
|
Fixed the RemovedInDjango19Warning deprecation warning
|
2015-06-09 15:17:47 -05:00 |
|
registration.py
|
Version 1.2.3: Added a new way to register models manually
|
2015-05-05 18:05:37 -05:00 |
|
settings.py
|
Fixing a merge conflict
|
2013-03-20 06:54:34 -05:00 |
|
urls.py
|
Fixing a few minor Django 1.5 incompatibilities
|
2013-03-20 06:54:34 -05:00 |
|
views.py
|
Using custom model in CategoryDetailView
|
2013-07-29 15:24:11 +02:00 |