Swen Kooij
5df44b0d62
Merge pull request #7 from MELScience/import_error
...
fixed "Apps aren't loaded yet." exception
2017-03-22 17:48:18 +02:00
Swen Kooij
5aef1d791b
Merge pull request #9 from MELScience/bleach_import
...
fixed ImportError if django-bleach not installed
2017-03-22 17:45:25 +02:00
seroy
465e35ba8a
fixed ImportError if django-bleach not installed
2017-03-18 19:04:51 +03:00
seroy
9278e99b18
import fixed
2017-03-18 18:44:26 +03:00
seroy
9754134298
fixed "Apps aren't loaded yet." exception
2017-03-18 18:26:33 +03:00
Swen Kooij
3951266747
Bump version to 3.5
v3.5
2017-03-09 14:32:48 +02:00
Swen Kooij
b5f4c43d6b
LocalizedValue is now cast-able to dict
2017-03-09 14:32:33 +02:00
Swen Kooij
3d08475468
__eq__ should only compare same types
...
unless it's a string
2017-03-09 11:59:21 +02:00
Swen Kooij
b3d7092b91
Bump version to 3.4
v3.4
2017-02-28 15:00:13 +02:00
Swen Kooij
97a785e9b0
Upgrade django-postgres-extra to 1.4
2017-02-28 14:59:58 +02:00
Swen Kooij
97c14fd2ba
Bump version to 3.3
v3.3
2017-02-24 14:35:57 +02:00
Swen Kooij
6cb4cdf52e
Now inheriting from PostgresModel for upserts
2017-02-24 14:35:29 +02:00
Swen Kooij
bcb2ff0092
Bump version to 3.2
v3.2
2017-02-24 12:29:27 +02:00
Swen Kooij
43a48403e9
LocalizedField should not set required twice
2017-02-24 12:28:56 +02:00
Swen Kooij
f453c44a73
Bump version to 3.1
v3.1
2017-02-23 16:54:55 +02:00
Swen Kooij
3cb8b04195
Update REAMDE on back-end changes
2017-02-23 16:54:34 +02:00
Swen Kooij
3f8fc77c4d
Remove pylint plugins, Scrutinizer doesn't like it
2017-02-23 16:48:44 +02:00
Swen Kooij
9245c85e5d
Scrutinizer should use PostgreSQL 9.6
2017-02-23 16:43:12 +02:00
Swen Kooij
818a0a2fe3
Test requirements should inherit from base.txt
2017-02-23 16:38:43 +02:00
Swen Kooij
c206005cae
Add django-postgres-extra 1.2 as a dependency
2017-02-23 16:25:27 +02:00
Swen Kooij
3850c34374
Add scrutinizer-ci configuration
2017-02-23 16:24:52 +02:00
Swen Kooij
99c8830f10
Bump version number to 3.0
2017-02-21 17:37:20 +02:00
Swen Kooij
d7bd217a90
Ported to use django-postgres-extra
2017-02-21 17:36:56 +02:00
Swen Kooij
b9a4d3be2c
Bump version number to 2.9.2
v2.9.2
2017-02-16 10:20:09 +02:00
Swen Kooij
6d7a937eac
Don't regenerate slug if not needed
2017-02-16 10:13:10 +02:00
Swen Kooij
2e9b83e49b
Bump version to 2.9.1
v2.9.1
2017-02-16 09:36:34 +02:00
Swen Kooij
679dcafef6
Pop kwargs after calling super constructor
2017-02-16 09:36:26 +02:00
Swen Kooij
ad2ef34546
Bump version number to 2.9
v2.9
2017-02-15 19:29:29 +02:00
Swen Kooij
1317023160
Bump version number to 2.8
v2.8
2017-02-15 19:13:40 +02:00
Swen Kooij
ca6b1c88fa
Add option include_time to LocalizedUniqueSlugField
2017-02-15 19:13:19 +02:00
Swen Kooij
64c3c06612
Bumped version number to 2.7
v2.7
2017-02-09 14:57:25 +02:00
Swen Kooij
b121dfc2d7
Added __eq__ operator to LocalizedValue
2017-02-09 14:57:08 +02:00
Swen Kooij
d529da8886
Fixed bug with with missing populate_from
v2.6
2017-02-03 11:14:37 +02:00
Swen Kooij
ca879087ea
Bumped version to 2.6
2017-02-03 10:41:05 +02:00
Swen Kooij
302a64a02c
Updated base classes in documentation
2017-02-03 10:40:37 +02:00
Swen Kooij
bb11253207
Moved retry mechanism to mixin
2017-02-03 10:35:39 +02:00
Swen Kooij
5db87763fb
Rename LocalizedMagicSlugField to LocalizedUniqueSlugField
2017-02-03 10:27:30 +02:00
Swen Kooij
759d03133b
Bump version number to 2.5
2.5
2017-02-02 17:09:15 +02:00
Swen Kooij
d5ed3ced40
Raise IntegrityError if it's not about the slug
2017-02-02 17:08:06 +02:00
Swen Kooij
d740d442b2
Added missing test for LocalizedValue __init__
2.4
2017-02-02 15:04:01 +02:00
Swen Kooij
9a976d5ec8
Added max retries option + tests
2017-02-02 15:01:40 +02:00
Swen Kooij
1ef02616ec
Added tests for custom db-backend
2017-02-02 14:36:22 +02:00
Swen Kooij
5ba9be4aeb
Add FAQ to the README
2017-02-02 11:20:01 +02:00
Swen Kooij
25d0e98eaa
Fix ReText syntax error in README
2017-02-02 11:02:37 +02:00
Swen Kooij
d067660e7f
Added documentation on LocalizedMagicSlugField
2017-02-02 11:00:31 +02:00
Swen Kooij
a48eb12370
Add a new auto-slug field that is concurrency resistent
2017-02-02 10:58:04 +02:00
Swen Kooij
1adcd5a399
Ignore stupid .DS_Store files
2017-02-02 10:56:56 +02:00
Swen Kooij
e14350fbf3
Started work on LocalizedMagicSlugField
...
This will be a superior version of LocalizedAutoSlugField, but one
that doesn't have concurrency issues and takes advantage of the
new UNIQUE CONSTRAINTs.
2017-02-01 16:59:13 +02:00
Swen Kooij
105c1e7b6b
Move LocalizedValue and add get_language_codes
2017-02-01 15:06:36 +02:00
Swen Kooij
680383b636
Added custom back-end to allow uniqueness
2017-01-31 18:04:32 +02:00