Commit graph

365 commits

Author SHA1 Message Date
Petr Dlouhý
3db5f8ae40 Bumped version for normal release. 2024-05-22 11:14:16 +02:00
Petr Dlouhý
6d51c51ac1 Bumped version for normal release. 2024-05-22 11:09:42 +02:00
Petr Dlouhý
faf3503db3 Bumped version for normal release. 2024-05-22 11:09:42 +02:00
Petr Dlouhý
7d93346352 fix ValueError in tests 2024-05-22 11:09:42 +02:00
Petr Dlouhý
2c1130c9b8 fix duplicate slugs in tests 2024-05-22 11:09:42 +02:00
Petr Dlouhý
5f3eba8f1c make datamigration for non-unique slugs, test the migration 2024-05-22 11:09:42 +02:00
Petr Dlouhý
841e14a17c make Category.slug unique 2024-05-22 11:09:42 +02:00
Petr Dlouhý
815e6a231d fix for Django 5.1 2024-05-22 10:01:48 +02:00
Petr Dlouhý
c14479d96a Bumped version for normal release. 2024-04-19 10:51:13 +02:00
Petr Dlouhý
c7e14fe60b remove dependency on unicode-slugify, use Django builtin function 2024-04-19 10:46:39 +02:00
Petr Dlouhý
2497ce11ea Bumped version for normal release. 2024-04-17 16:30:56 +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ý
82cef8fe7c remove code for obsolete Django versions, remove support for Django 2.0 2024-01-23 16:52:12 +01:00
Petr Dlouhý
fc489a8d98 add tests for the THUMBNAIL_STORAGE and THUMBNAIL_STORAGE_ALIAS 2024-01-23 16:38:30 +01:00
Petr Dlouhý
1068fdf395 simple implementation of Django STORAGES 2024-01-23 16:38:30 +01:00
Petr Dlouhý
c674948cb7 remove obsolete import 2024-01-23 12:01:51 +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ý
c8b94801ec admin: add autocomplete field to make the change view quicker 2024-01-23 11:11:08 +01:00
Petr Dlouhý
a1e259a27e fix testing in Python 3.12 2024-01-23 11:06:30 +01:00
Corey Oordt
556a416b85 Version updated from 1.9.1 to 1.9.2 2022-09-22 09:49:55 -05:00
Petr Dlouhý
73142dafae add tests for GenericCollectionInlineModelAdmin 2022-09-22 14:09:58 +02:00
Petr Dlouhý
d0700892c0 update gen_coll_tabular.html to new Django versions 2022-09-22 14:09:58 +02:00
Petr Dlouhý
5e0bdebb87 fix installation from source 2022-09-22 14:09:58 +02:00
Corey Oordt
ddb243eebc Version updated from 1.9.0 to 1.9.1 2022-09-21 12:12:52 -05:00
Corey Oordt
0cb846172f Version updated from 1.8.0 to 1.9.0 2022-09-21 11:47:28 -05:00
Petr Dlouhý
d24aab4d42 more Django 4.1 fixes 2022-09-21 17:56:54 +02:00
Petr Dlouhý
b66777ef70 fix handling get_table_description in Django 4.1 as well as in DB engines other than sqlite3 2022-09-21 17:56:54 +02:00
pre-commit-ci[bot]
4f1b9eb0e0 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-21 09:44:15 +00:00
Petr Dlouhý
bd3e807ac6 fixes for Django 4.0 2022-02-24 14:56:17 +01:00
Corey Oordt
4d19a7a067 Debugging the doc generation process 2021-12-23 15:40:04 -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]
1d7654e5e1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-12-11 13:29:35 +00:00
Corey Oordt
035fdf693e Changed version management to bump2version 2021-12-11 07:28:34 -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
3f9109ffe0 Update the version to 1.8 2020-08-31 09:22:21 -05:00
gantonayde
833789891b
Add support for Django 3.1
In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.

So we'd have to update the package by replacing:
from django.db.models.fields import FieldDoesNotExist
with
from django.core.exceptions import FieldDoesNotExist
2020-08-11 23:16:58 +01:00
Brent O'Connor
2dfbc8ef64 Update the version to 1.7.2 2020-05-18 16:16:57 -05:00
Carlos Cesar Caballero Díaz
3dbc96bf36
include missing migration 2020-05-17 15:03:33 -04:00
Petr Dlouhý
a3a3f8106e fix #152 2020-03-13 19:55:27 +01:00
Brent O'Connor
ac0f3c39c4 Update the version to 1.7.1 2020-03-06 11:09:40 -06:00
Brent O'Connor
dd201de641 Add missing migrations 2020-03-06 11:07:29 -06:00
Brent O'Connor
cd405f4ba1 Update the version to 1.7 2020-02-04 08:08:44 -06:00
Petr Dlouhý
654dddce81 fixes to Django 3.0 2020-02-02 09:15:22 +01:00
Brent O'Connor
f9c351bbdd Update the version to 1.6.1 2019-06-26 14:04:17 -05:00
Brent O'Connor
79fec52e90 Remove skip 2019-06-26 13:12:44 -05:00
Frankie Dintino
61e156b385 Fix 'Models aren't loaded yet' warning on import
categories.registration._process_registry was being called in
categories/__init__.py, but since Django 1.9 it hasn't been possible to
perform operations with models until the app registry is fully
loaded. Currently the `AppRegistryNotReady` exception is being caught
and printed, which means it is never actually executed on load.

Since this code isn't currently doing anything (other than emitting a
print() of a warning), I've removed it.
2019-06-26 13:08:46 -05:00
Brent O'Connor
abec2164f2 Fix tests
Also dropped testing Django 1.10 since django-mptt requires Django>=1.11.
2019-06-26 13:03:43 -05:00
Gagandeep Singh
d542684e36 Fix for TOXENV=py27-lint 2018-11-28 00:48:19 +05:30
Gagandeep Singh
6aacff3f4c Fix for TOXENV=py27-lint 2018-11-28 00:31:46 +05:30