Commit graph

28 commits

Author SHA1 Message Date
Brent O'Connor
f6e7b3f2ff Moved all template settings for the example app into the TEMPLATES Django setting 2016-03-14 19:46:25 -05:00
Brent O'Connor
0a1e7db9a6 Added some tests to test the admin 2016-03-05 19:45:14 -06:00
Brent O'Connor
64686cdaa8 Made a bunch of flake8 fixes and also added flake8 testing to Travis and Tox 2016-02-15 15:47:21 -06:00
Brent O'Connor
0a5a3efac5 Updated urls to work without patterns since patterns is being deprecated 2016-02-15 11:54:25 -06:00
Brent O'Connor
dfc277f08a Updated settings to remove all the TEMPLATE_* settings and put them into the TEMPLATES dict for Django 1.9 compatibility. 2016-02-15 11:52:33 -06:00
Brent O'Connor
c5c459fe42 Ran the 2to3 script 2to3 -w . 2016-02-10 11:47:30 -06:00
Orestes Sanchez
3a238b17b5 Run the test with a different configuration 2015-08-12 18:28:24 +02:00
Corey Oordt
7c73bd51c4 Removing outdated settings and updating outdated files 2015-06-09 15:20:09 -05:00
Brent O'Connor
70abc1c807 Fixed tests so they run under Django 1.7 2015-06-09 15:17:47 -05:00
Corey Oordt
a232b8e6e3 Version 1.2.1: Fixed i18n and failing test in Django 1.4 2013-03-22 06:25:52 -05:00
Corey Oordt
c6f122d724 Fixing a few minor Django 1.5 incompatibilities 2013-03-20 06:54:34 -05:00
Corey Oordt
0f2f24d2ce Added customization of admin fieldsets 2013-03-20 06:54:34 -05:00
Corey Oordt
86d9b376e1 Fixed some Django 1.4 cosmetic issues 2012-07-12 19:26:45 -04:00
Jose Soares
0e7e7bbbf4 Minor fix to example app 2012-05-03 11:06:04 -04:00
Corey Oordt
09175c7ef4 Updated documentation for 1.0b1 2012-02-15 08:56:24 -05:00
Corey Oordt
7120668df6 Test of the CategoryBase class subclassed without extras. 2012-02-15 08:54:33 -05:00
Jose Soares
07f698c638 Moved the editor app so its inside the categories app 2012-01-11 15:22:29 -05:00
Corey Oordt
fa2b680c14 Enabled new registry in the example app for testing. 2011-05-16 08:58:05 -04:00
Corey Oordt
93cd476c57 Updating settings for Django 1.3 2011-05-12 10:03:11 -04:00
Corey Oordt
7d295843aa Fixed the deprecated settings int he example app 2011-05-12 07:17:57 -04:00
Corey Oordt
8e843fbcd1 Adding South migrations 2011-05-11 08:58:39 -04:00
Corey Oordt
4ce5a9e297 Slight refactor of the default settings to clean it up. 2011-05-11 07:09:19 -04:00
Corey Oordt
91227edccf Refactored the templates to extend a categories/base.html 2010-12-18 14:46:37 -05:00
Corey Oordt
bb4a7b0f2b New template and media 2010-12-16 12:27:43 -05:00
Corey Oordt
c55e56e48f Made the media delivery work 2010-12-16 12:26:20 -05:00
Corey Oordt
d1bf06b39f Don't need to set that EDITOR_MEDIA_PATH any more 2010-12-16 11:47:08 -05:00
Corey Oordt
c5759a17c6 Added the necessary files to test the generic relations 2010-04-23 11:37:47 -04:00
Corey Oordt
2faa6c8180 Renamed sample to example because that is what every other one is called, damnit 2010-04-23 11:13:35 -04:00