Hugo Osvaldo Barrera
|
977c73c4c3
|
Make runtests compatible with older django versions again
|
2015-12-16 10:31:36 -03:00 |
|
Hugo Osvaldo Barrera
|
adcad20b48
|
Update all tests (and runtests.py)
|
2015-12-16 10:31:36 -03:00 |
|
Hugo Osvaldo Barrera
|
b996d1c377
|
Avoid broken references to declared_fieldset
Check if this attribute exists first, since it does not in recent django
versions.
|
2015-12-16 10:31:33 -03:00 |
|
Hugo Osvaldo Barrera
|
a779187012
|
Add migrations for example app
Since running the app requires database initialization, it makes sense
to bundle these.
|
2015-10-21 22:27:18 -03:00 |
|
Hugo Osvaldo Barrera
|
ad5ce60158
|
Remove reference to obsolete request.REQUEST
|
2015-10-21 22:27:00 -03:00 |
|
Hugo Osvaldo Barrera
|
31bfe8d1e7
|
Remove deprecated django.conf.urls.patterns
|
2015-10-21 22:18:21 -03:00 |
|
Hugo Osvaldo Barrera
|
d4f061de8b
|
Update documentation to reflect recent changes
|
2015-10-21 22:16:35 -03:00 |
|
Hugo Osvaldo Barrera
|
c48d4f589b
|
Don't import models and managers in __init__
This is deprecated as of django 1.8, and does not work as of django 1.9.
|
2015-10-21 22:11:06 -03:00 |
|