Commit Graph

36 Commits

Author SHA1 Message Date
Andy Baker 03935c8ef9 fix version check 2015-07-07 15:04:39 +01:00
David Jean Louis 5e33375042 Make use of the new TEMPLATES settings variable for django >= 1.8 2015-07-07 11:37:41 +02:00
David Jean Louis 6891e59fc3 Added tests for custom menu and dashboard media 2015-07-07 10:41:21 +02:00
David Jean Louis 025d13dba5 Fixed Django 1.9 deprecation warning on django.contrib.contenttypes 2015-07-04 15:13:34 +02:00
Andy Baker 57e3ae902c get tox test working with Django1.8. 2015-07-04 12:49:53 +01:00
Andy Baker 8b144dddf0 Add initial Django 1.7 migrations and move south migrations until we decide to remove them completely. Remove South from test_proj 2015-07-04 12:28:06 +01:00
David Jean Louis ea17fb072d Merged in hirokiky/django-admin-tools/supportdj16 (pull request #27) and also added python3.3/django1.6 environment 2013-12-27 11:45:43 +01:00
hirokiky 8a213db74b Adding tests for Django1.6 with Python2.7
* Fixed tox
* Fixed test_proj

--HG--
branch : supportdj16
2013-12-08 17:29:20 +09:00
Venelin Stoykov 78e2cc736b Support for Django > 1.4 for test proj 2013-08-23 01:35:12 +03:00
Venelin Stoykov a40b33f7d3 Add Python 3 support 2013-08-23 01:33:41 +03:00
David Jean Louis 01efa69867 Removed symlink to admin_tools media folder 2013-02-26 00:04:39 +01:00
David Jean Louis a3cdba6eec django 1.3 compat 2013-02-25 22:35:18 +01:00
David Jean Louis fdb53cd77d Use natural keys for permissions fixtures 2013-02-25 22:34:46 +01:00
David Jean Louis 2ff7396a30 Fixed broken test 2013-02-25 16:53:28 +01:00
David Jean Louis fd99514404 Added a test GroupModule 2013-02-25 16:32:11 +01:00
David Jean Louis e1432bb03b Fixed tests 2013-02-25 15:50:54 +01:00
David Jean Louis f2448c7d21 Added south initial migrations 2010-12-11 14:12:25 +01:00
Mike Korobov 8520bf1256 include_list and exclude_list are now deprecated for ModelList and AppList 2010-11-10 03:39:05 +05:00
David Jean Louis 2158010362 Fixed issue #51: more robust test running (thanks to Tom von Schwerdtner for the idea) 2010-10-02 11:39:10 +02:00
David Jean Louis 8644833d30 Fixed wrong test 2010-09-18 15:47:00 +02:00
Mike Korobov 40a7712061 A very basic test for custom menu 2010-09-18 17:07:34 +06:00
Mike Korobov f47a63a396 More positional args + less verbose LinkList link definitions 2010-07-26 02:26:32 +06:00
Mike Korobov ada01362a9 Dashboard modules' constructors now have 'title' positional argument 2010-07-26 00:05:33 +06:00
Mike Korobov 8650f40bf4 Support for 'models' and 'exclude' parameters for dashboard.modules.ModelList, dashboard.modules.AppList, menu.items.AppList 2010-04-28 03:20:10 +06:00
Mike Korobov fbdc4f1745 New API for menu items and dashboard modules. DashboardModule and MenuItem suffixes are removed from class names. Python namespaces should be used instead. Old names are deprecated but still work. 2010-04-27 11:57:09 +06:00
Mike Korobov 362e7eaa65 Show deprecation warnings for old import paths. Docstrings are updated for new recommended import paths. 2010-04-26 10:43:38 +06:00
Mike Korobov cdef8653f6 Include admin_tools root package in test coverage 2010-04-26 09:56:51 +06:00
Mike Korobov d4ab38e547 Remove empty view files 2010-04-26 06:59:54 +06:00
Mike Korobov a24f69abf3 Test & bug fix for custommenu management command 2010-04-26 06:40:43 +06:00
Mike Korobov 67bc2e79ce Fix tests from previous commit 2010-04-26 05:10:08 +06:00
Mike Korobov e6ca83eaff more tests 2010-04-26 05:03:53 +06:00
Mike Korobov 1a4fe615b8 Simple test for permissions 2010-04-26 04:42:57 +06:00
Mike Korobov 0f4d6ccc7e Tests for customdashboard management command 2010-04-26 01:12:27 +06:00
Mike Korobov 09ed2dcae1 Move user to initial data. Static file serving for ./manage testserver. 2010-04-24 05:33:22 +06:00
Mike Korobov 596cba1961 Very basic test to ensure that admin index page can be loaded 2010-04-24 05:11:49 +06:00
Mike Korobov bbf03705c9 Basic testing infrastructure 2010-04-24 04:49:23 +06:00