Alexandr Artemyev
|
590fa02eb3
|
Drop support py<3.5 django<2.2 (#359)
* Drop support py<3.5 django<2.2
* Remove admin_static
|
2019-12-23 16:20:41 -05:00 |
|
ykh
|
887ee92e62
|
fix bug of can't change permission chang_config's name
|
2018-04-20 17:50:20 +08:00 |
|
Dillon Dixon
|
5763010f16
|
CONSTANCE_DBS setting for directing constance permissions/content_type settings to certian DBs only
|
2018-03-02 15:40:41 -08:00 |
|
Camilo Nova
|
2d86960ab9
|
Remove translation from the app name. Fixes #204
|
2017-11-06 11:43:08 -05:00 |
|
Laszlo Ratsko
|
3ba4780a13
|
Fix create_perm in apps.py to use database alias given by the post_migrate signal
|
2017-02-05 13:27:07 +01:00 |
|
Camilo Nova
|
94fabdf7c3
|
Added signal on change, refs #158
|
2016-09-14 12:22:32 -05:00 |
|
Jannis Leidel
|
19109b98bc
|
Merge remote-tracking branch 'vinnyrose/compat_changes'
|
2015-09-24 11:02:45 +02:00 |
|
Mario Rosa
|
e1f9e52a08
|
Compatibility changes.
Drop python 2.6, 3.2
Drop Django 1.4, 1.5, 1.6
Remove models.py under constance and move to an appconfig imported file.
|
2015-08-25 08:14:01 -04:00 |
|
Jannis Leidel
|
48704b9aa5
|
Try to fix #88 by being lazy a different way.
|
2015-01-06 12:24:58 +01:00 |
|
Jannis Leidel
|
13980f39a6
|
More laziness for preventing import time issues.
Fixes #84.
|
2014-12-04 10:37:10 -08:00 |
|
Jannis Leidel
|
94e3989b9b
|
Be a good Python citizen and call super.
|
2014-11-25 22:20:18 +01:00 |
|
Jannis Leidel
|
69221ba2b4
|
Renamed config module to base to prevent ambiguity
This should fix #80 that is triggered by Django's new strickter import time loading process.
|
2014-11-21 20:16:39 +01:00 |
|
Jannis Leidel
|
8b0ed361d6
|
Added database cache autofill feature.
This refs #47 and #45.
|
2014-11-21 20:08:20 +01:00 |
|
Lin Xianyi
|
db43632907
|
Fixed AppRegistryNotReady exception on runserver on Django 1.7rc2.
|
2014-08-12 10:10:43 +08:00 |
|
vl
|
ecde8c7b11
|
Add translation to the app name
|
2014-08-07 13:15:22 +03:00 |
|
Jonas
|
26742d06f2
|
Use app framework for initializing in Django 1.7
|
2014-05-23 10:02:34 +02:00 |
|