Commit graph

305 commits

Author SHA1 Message Date
Camilo Nova
dfff37d8db Test django 1.9 2016-01-07 11:50:15 -05:00
Camilo Nova
55d1152a71 Merge pull request #116 from aidanlister/patch-1
Update tox.ini to test for Django 1.9
2016-01-07 11:49:16 -05:00
Jannis Leidel
ce3ae85b42 Quote package names with extras in installation docs. Fix #118. 2016-01-01 12:35:46 +01:00
Camilo Nova
803cf465c7 Merge pull request #108 from PetrDlouhy/custom_fields
Allow to override field config_type and set custom additional fields
2015-12-30 08:15:16 -05:00
Jannis Leidel
326488423b Moved to Jazzband. 2015-12-17 09:45:19 +01:00
Jürno Ader
201ba03762 Safer custom fields 2015-11-13 12:02:41 +01:00
Petr Dlouhý
55ddbad52c Merge remote-tracking branch 'jezdez/master' into custom_fields 2015-11-13 11:44:56 +01:00
Aidan Lister
123dc39ce3 Update tox.ini 2015-10-22 15:21:55 +11:00
Jannis Leidel
6b04a3169e Bumped up version. 2015-10-01 18:20:14 +02:00
Jannis Leidel
c82d76fc28 Fix #115 - stop shadowing the context processor's config variable when rendering the admin change list. 2015-10-01 18:16:39 +02:00
Jannis Leidel
a005625f97 Bumped version. 2015-09-24 12:50:29 +02:00
Jannis Leidel
6be3fb1398 Happy new year! 2015-09-24 12:50:22 +02:00
Jannis Leidel
cc538fef50 Added TEMPLATES setting to example app. 2015-09-24 12:48:23 +02:00
Jannis Leidel
6fa03fdef8 Updated authors, changelog and docs config. 2015-09-24 12:46:52 +02:00
Jannis Leidel
527bc0ca7e Updated Chinese translation. 2015-09-24 12:37:35 +02:00
Jannis Leidel
20e424898c sigh, more travis/tox fixes. 2015-09-24 12:29:14 +02:00
Jannis Leidel
1a8ac8a97d sigh, more travis/tox fixes. 2015-09-24 12:25:43 +02:00
Jannis Leidel
e41710616b Allow line breaks in config descriptions - Fix #95 2015-09-24 12:21:29 +02:00
Jannis Leidel
7f5ca04f25 Don't use 3.5 on Travis as it doesn't have it yet. 2015-09-24 12:00:30 +02:00
Jannis Leidel
e1d27a6250 Merge remote-tracking branch 'chornsby/add-test-utils' 2015-09-24 11:59:55 +02:00
Jannis Leidel
b36aaf8fa6 More test fixes. 2015-09-24 11:56:19 +02:00
Jannis Leidel
13768bc7ae Fixed some Travis config issues 2015-09-24 11:07:46 +02:00
Jannis Leidel
19109b98bc Merge remote-tracking branch 'vinnyrose/compat_changes' 2015-09-24 11:02:45 +02:00
Jannis Leidel
f829ae543c Merge remote-tracking branch 'caktus/fixes_recent_djangos' 2015-09-24 10:45:14 +02:00
Jannis Leidel
95d751a7ce Merge pull request #103 from funkybob/master
[Fixes #93] Make models.py 1.8 compatible
2015-09-24 10:42:48 +02:00
Jannis Leidel
e94c832d11 Merge pull request #113 from jmerdich/jmerdich-django-master-fix
Work around for pip bug w/ Django zips
2015-09-24 10:39:59 +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
Jake Merdich
60a7b792e2 Work around for pip bug w/ Django zips 2015-08-19 22:46:33 -07:00
Dan Poirier
b44f5f5409 Some fixes for recent Djangos
* Add Django 1.8 to test environments in tox.ini
* Update python versions supported by Django master in tox.ini
* Don't load 'url' from template library 'future' - it is no longer
  available in Django master, and is not needed in Django 1.4 and later,
  which is as far back as django-constance tests
  * get_cache dropped from Django master
  * post_syncdb signal dropped
  * django.utils.importlib dropped

There are still errors on some environments that I didn't try to
address:

* coverage seems broken on py32
* django-master seems currently broken on py27 (non-ASCII character
somewhere,
I expect django-master will be fixed soon since they still claim py27
support)
* django14 seems broken: "NoReverseMatch: u"'admin" is not a registered
namespace"
2015-08-07 08:14:26 -04:00
Petr Dlouhý
0e447ee3e2 add tests for custom additional fields 2015-06-14 17:34:53 +02:00
Petr Dlouhý
12245b0f71 allow to override field config_type and set custom additional fields 2015-06-14 17:34:53 +02:00
Charlie Hornsby
3ea96e7529 Add documentation for override_config decorator 2015-06-02 22:14:26 +03:00
Charlie Hornsby
2bbffd5eec Add test cases for override_config
Test usage of override_config in different forms
Ensure flexibility between decorator and context manager
2015-06-02 21:19:13 +03:00
Charlie Hornsby
3338d1c092 Implement override_config decorator for use in testing
Subclass django.test.utils.override_settings for similar pattern
Allow use as both TestCase decorator and context manager
Support Django versions 1.4 to 1.8
2015-06-02 21:18:19 +03:00
Curtis Maloney
de4dc304f8 Django master (1.9+) does not support Py3.2 2015-05-27 13:38:41 +10:00
Curtis Maloney
353c6a30de Make 1.8 compatible 2015-05-27 13:23:28 +10:00
Jannis Leidel
fcf8d5763b Merge pull request #90 from AxiaCore/master
master  Added spanish translation
2015-01-16 20:29:33 +01:00
Igor Támara
f3604a3a73 master Added spanish translation 2015-01-15 16:39:04 -05:00
Jannis Leidel
fd4d0f3598 Increased speed of builds. 2015-01-07 09:35:49 +01:00
Jannis Leidel
8dfdc75334 Bumped version to 1.0.1. 2015-01-07 09:32:38 +01:00
Jannis Leidel
48704b9aa5 Try to fix #88 by being lazy a different way. 2015-01-06 12:24:58 +01:00
Jannis Leidel
87c83d6dba Fix directive name. 2014-12-04 18:41:20 -08:00
Jannis Leidel
d59e1c9c5f Use url tag from the future to fix rendering. 2014-12-04 18:20:00 -08:00
Jannis Leidel
880ece5cc1 1.0 \o/ 2014-12-04 17:24:51 -08:00
Jannis Leidel
a209f84ac4 Correct date. 2014-12-04 17:24:34 -08:00
Jannis Leidel
7bd1513a4f Docs tweaks. 2014-12-04 17:24:25 -08:00
Jannis Leidel
2c03498d91 Fix minor cosmetic issue. 2014-12-04 16:45:24 -08:00
Jannis Leidel
d93dd7d2d9 Use breadcrumbs code from Django. 2014-12-04 16:38:50 -08:00
Jannis Leidel
13980f39a6 More laziness for preventing import time issues.
Fixes #84.
2014-12-04 10:37:10 -08:00
Jannis Leidel
7a6e0602d3 Use Django's own static template tag in the admin. 2014-12-04 10:36:29 -08:00