issues
search
justinmayer
/
django-autoslug
AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
https://readthedocs.org/projects/django-autoslug/
GNU Lesser General Public License v3.0
295
stars
105
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Import "autoslug" could not be resolved
#86
sir-meee
opened
7 months ago
2
slug doesn't work peoperly in Farsi even with allow_unicode=True
#85
amirreza8002
opened
10 months ago
0
Fix transliteration and add types
#84
msopacua
opened
1 year ago
3
Jd 2022 12 renovate
#83
goapunk
closed
1 year ago
3
Add type information
#82
fabiommendes
opened
1 year ago
4
Unique atribute double sense.
#81
0ralo
closed
1 year ago
0
The letter "ə,ç,ı" is not supported
#80
vahidzhe
opened
2 years ago
0
Remove trailing dash or underscore with first cropping. Fix #78
#79
fuzzylogic2000
closed
1 year ago
2
slug that has a dash at the end initially is changed with next model save
#78
fuzzylogic2000
closed
1 year ago
0
add test to show problem with dash at the end
#77
fuzzylogic2000
closed
2 years ago
0
GitHub Action to run tox
#76
cclauss
closed
1 year ago
0
GitHub Action to lint Python code
#75
cclauss
closed
1 year ago
0
Remove support for EOL Python and Django versions
#74
ulgens
closed
1 year ago
3
Fix typo discovered by codespell
#73
cclauss
closed
2 years ago
1
Lambda functions no longer work with Django migrations
#72
bschuon
opened
2 years ago
0
Documentation: Explicitly showcase how to install the package
#71
willyhakim
closed
2 years ago
2
Update README.rst
#70
Behoston
closed
3 years ago
0
error when used model.save()
#69
i-m-d
opened
4 years ago
1
Doesn't work with Django 3.1
#68
maxmalysh
closed
4 years ago
2
Import 'FieldDoesNotExist' from 'django.core.exceptions'
#67
kangfend
closed
4 years ago
2
Check if manager is None instead of Falsy
#66
wkleinheerenbrink
opened
4 years ago
2
Uniqueness Manager is always overridden
#65
wkleinheerenbrink
opened
4 years ago
0
allow_unicode should not be popped off the kwargs
#64
CaptainCuddleCube
opened
4 years ago
2
Test Python 3.8 and Django 3.0
#63
giff-h
closed
4 years ago
1
Slug is always regenerated
#62
igo
opened
4 years ago
3
Feature request: generating slug from multiple fields
#61
just-developr-m
opened
4 years ago
3
Fix/empty slug
#60
mpasternak
closed
4 years ago
6
How to increase maximum length of AutoSlug field
#59
subhajeet2107
closed
5 years ago
0
Add `pyproject.toml` file and AutoPub support
#58
justinmayer
closed
5 years ago
0
autoslug 1.9.4 python 3.7.3 django 2.2 import successfull but importlib fails
#57
FanatoniQ
opened
5 years ago
0
Add license to sdist and wheels
#56
jayvdb
closed
5 years ago
8
Include LICENSE and run_tests.py in PyPI sdist
#55
jayvdb
closed
5 years ago
0
autoslug should work with no arguments
#54
xlotlu
opened
6 years ago
0
Supress urlresolvers warning
#53
Maks3w
opened
6 years ago
0
Allow unique_with to have reference to BooleanField
#52
jgadelange
opened
6 years ago
0
unique_with does not work with BooleanFields
#51
jgadelange
opened
6 years ago
0
Support for Django 2.1.x
#50
fandrefh
closed
5 years ago
11
New release?
#49
mldulaney
closed
5 years ago
12
Check if we're running Django 2.x and import the get_callable function
#48
jaywhy13
closed
6 years ago
2
Adding support for Django >= 2.0
#47
abomariam
closed
6 years ago
1
Update import of get_callable to be Django 2.x compatible
#46
davidstockwell
closed
6 years ago
1
django 2 fix
#45
theromis
closed
6 years ago
1
django.urls issue fixed for django 2
#44
BuildWithLal
closed
6 years ago
1
Update settings for compatibility with django 2
#43
Farahzadi
closed
6 years ago
3
django 2.0 compatible url import
#42
gurmukhspider
closed
6 years ago
2
Support Django 2.0
#41
jackton1
closed
6 years ago
3
add install_requires
#40
metalogical
closed
5 years ago
4
ModuleNotFoundError: No module named 'django.core.urlresolvers' on python 3.6.3
#39
sadaf2605
closed
5 years ago
7
Support for Django 2.0
#38
abdelba
closed
6 years ago
2
AutoSlugField with two charfields
#37
Allan-Nava
closed
6 years ago
14
Next