Commit graph

44 commits

Author SHA1 Message Date
Petr Dlouhý
7aeb1aa124 fix migration ref in test and fix test run 2024-05-22 11:09:42 +02:00
pre-commit-ci[bot]
91d9a8bbd7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-04-17 12:18:12 +02:00
Petr Dlouhý
fc489a8d98 add tests for the THUMBNAIL_STORAGE and THUMBNAIL_STORAGE_ALIAS 2024-01-23 16:38:30 +01:00
pre-commit-ci[bot]
1e6bbad09b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-01-23 11:22:01 +01:00
Petr Dlouhý
bd3e807ac6 fixes for Django 4.0 2022-02-24 14:56:17 +01:00
Corey Oordt
30258ac456 Marked several files as not executable 2021-12-22 12:10:13 -06:00
Corey Oordt
076debb44d Adds doc strings for lots of functions. 2021-12-22 12:03:21 -06:00
Corey Oordt
45d47ab646 Fixed the tests 2021-12-12 08:45:41 -06:00
pre-commit-ci[bot]
5961d6b80f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-12-05 14:34:46 +00:00
Brent O'Connor
dd201de641 Add missing migrations 2020-03-06 11:07:29 -06:00
Gagandeep Singh
6aacff3f4c Fix for TOXENV=py27-lint 2018-11-28 00:31:46 +05:30
Gagandeep Singh
579aa2a8bf Fixing model for TOXENV=py36-django110 2018-11-28 00:27:55 +05:30
Brent O'Connor
366ff74619 Made updates to get everything working with Django 2 2017-12-26 11:27:42 -06:00
Corey Oordt
dd23a2dba7 [-] Updated test settings to test generic relations 2017-10-12 22:50:37 -05:00
Corey Oordt
408e69d010 [-] Add migrations for simpletext example app 2017-10-12 22:49:12 -05:00
Brent O'Connor
c4f7978eef PEP8 fixes 2016-11-14 12:29:05 -06:00
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