You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
535 B
19 lines
535 B
0.2.7 2018-09-04 |
|
- Make sure the slug field is never empty. |
|
- Enforce unique=True if unique_slug=True. |
|
- Allow function in AutoSlugfield populate_from. |
|
|
|
0.2.6 |
|
- Added missing requirement for django-dirtyfields |
|
|
|
0.2.5 |
|
- Improved slug functions, slug fields (DowngradingSlugField). |
|
- Move location of SLUG_HELP, DEFAULT_SLUG and AutoSlugField, now in shared.utils.models.slugs. |
|
- Added SlugTreeMixin and helper signal functions. |
|
- __str__ function for PageTitlesMixin |
|
|
|
0.2.4 |
|
- Added RuntimeMixin. |
|
|
|
0.2.3 |
|
- Added PageTitlesFunctionMixin.
|
|
|