Commit graph

9 commits

Author SHA1 Message Date
Jannis Leidel
2dcbffe297
Merge branch 'master' into master 2020-02-07 11:04:41 +01:00
Jannis Leidel
d8542ffb87
Blacken the code. 2020-02-07 10:50:47 +01:00
Julien Delasoie
c50368eb34 Change module discovery to use the one from Django 2017-10-12 15:45:59 +02:00
greg
57684b94df Add a blank line for the last line + adapt tox.ini for django1.10 2016-08-15 11:30:38 +02:00
greg
91929a76c9 Features removed in 1.9 :
1. All models need to be defined inside an installed application or declare an explicit app_label. Furthermore, it isn’t possible to import them before their application is loaded. In particular, it isn’t possible to import models inside the root package of an application

2. The django.contrib.contenttypes.generic module is removed

3. django.db.models.loading is removed.
2016-07-27 18:41:25 +02:00
Bob Cribbs
2c2927f696 add compat.py file for user model 2015-11-10 22:45:10 +02:00
Dylan Lukes
b1f63c8d25 Django 1.7 compatibility 2014-02-20 13:35:33 -05:00
Travis Chase
770e696313 Updated to be straight import for readability 2013-06-11 21:52:34 -05:00
Travis Chase
5a2ea092e6 Updates to handle custom user model change from Django 1.5 2013-06-11 17:26:41 -05:00