| .. |
|
editor
|
Switched to importing the correct templatetags that got renamed.
|
2016-02-11 08:49:58 -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
|
Ran the 2to3 script 2to3 -w .
|
2016-02-10 11:47:30 -06:00 |
|
tests
|
Ran the 2to3 script 2to3 -w .
|
2016-02-10 11:47:30 -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
|
Switched form using force_unicode to force_text
|
2016-02-10 11:58:03 -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
|
Switched form using force_unicode to force_text
|
2016-02-10 11:58:03 -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
|
Fixing a few minor Django 1.5 incompatibilities
|
2013-03-20 06:54:34 -05:00 |
|
views.py
|
Ran the 2to3 script 2to3 -w .
|
2016-02-10 11:47:30 -06:00 |