issues
search
dcramer
/
django-uuidfield
A UUIDField for Django
BSD 3-Clause "New" or "Revised" License
262
stars
115
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ImportError: cannot import name 'SubfieldBase'
#68
miket0o
opened
7 years ago
1
Remove use of SubFieldBase.
#67
kariantti
opened
7 years ago
3
Remove use of SubFieldBase.
#66
kariantti
closed
7 years ago
0
py3 respects subfieldtype metaclass
#65
thinkt4nk
closed
7 years ago
0
Adds license information to the setup function
#64
anweshadas
opened
8 years ago
0
Django 1.8+
#63
rjmoggach
opened
8 years ago
1
SubfieldBase has been deprecated
#62
dduong42
closed
8 years ago
1
Fix an assert message and convert to new style string formatting
#61
marksteve
closed
6 years ago
0
Add a note about Django 1.8 UUIDField
#60
kracekumar
opened
9 years ago
0
Added introspection rules for South.
#59
jdzero
opened
9 years ago
0
merge in changes from pypi version 0.5.0
#58
macropin
opened
9 years ago
0
Version 0.5.1 release
#57
kottenator
opened
9 years ago
6
added empty tuple for middleware classes, Django 1.7 spits out warnings ...
#56
Niklas9
opened
9 years ago
0
a bug when hyphenate=true
#55
shmilyoo
opened
9 years ago
0
Added a warning about migration limitation
#54
rikkiprince
closed
9 months ago
0
django.db.utils.ProgrammingError: column "uuid" is of type uuid but default expression is of type integer
#53
ninajlu
opened
9 years ago
2
Python3 support.
#52
hellysmile
opened
9 years ago
0
unicode() method does not work in Python 3.3
#51
linkmic
opened
9 years ago
4
Fixed #46 and #49: get_db_prep_value() returns arbitrary UUID hex for badly-formatted ...
#50
lingxiaoyang
opened
9 years ago
5
Inconsistent backend UUID values in method get_db_prep_value()
#49
lingxiaoyang
opened
9 years ago
3
Raise ValueError in get_db_prep_value() when value is of invalid length
#48
ksonbol
closed
9 years ago
4
Not JSON serializable
#47
brunofin
closed
7 years ago
2
PostgreSQL throws DataError when trying to retrieve objects with invalid UUID
#46
lingxiaoyang
closed
9 years ago
3
Fix get db prep value when value is unicode
#45
zebuline
opened
9 years ago
3
Fix get_db_prep_value() with Unicode values, Python 2 and 3
#44
ghost
opened
10 years ago
1
Update problem with hyphenate.
#43
hobbestigrou
closed
10 years ago
1
Django 1.7 migrations support
#42
coagulant
closed
9 years ago
1
Some bug fix to improve python3 compatibility
#41
vitaly4uk
opened
10 years ago
3
Hyphenate problems
#40
SteveAyre
closed
9 years ago
4
bugfix: fix field length for hyphenated uuids
#39
SteveAyre
closed
9 years ago
1
Remove "(calculated using the UUID1 method)" doc
#38
chris-martin
closed
9 years ago
1
Support for BinaryField in Django 1.6+
#37
kevinlondon
closed
10 years ago
1
ValueError: badly formed hexadecimal UUID string
#36
pazooki
closed
9 years ago
3
fix prefetch related with UUID fields
#35
berndtj
opened
10 years ago
3
Python 3 Support (#33)
#34
luto
closed
9 years ago
7
Serialization failure on Python3 due to unicode calls
#33
emyller
closed
9 years ago
1
Move logic from get_db_prep_value() to get_prep_value()
#32
Suor
opened
10 years ago
0
Form validation of mal-formed uuid is broken
#31
julienaubert
opened
10 years ago
0
Python3
#30
julienaubert
closed
9 years ago
7
fix get_db_prep_value when value is unicode
#29
zebuline
closed
9 years ago
4
python 3.3 support fix
#28
vitaly4uk
closed
10 years ago
1
Remove hyphens from UUIDs passed into queries
#27
MikeAmy
closed
10 years ago
1
Always return unicode string for StringUUID.__unicode__
#26
Natim
closed
10 years ago
2
Can you increment version number and upload to PyPI?
#25
cyc
opened
10 years ago
5
Encounting syntax error when running Django 1.6 on Python 3.3
#24
jeffself
closed
9 years ago
1
StringUUID not scriptable
#23
pdxwebdev
opened
10 years ago
0
Return StringUUID's __unicode__ in to_python for compatability with Django's prefetch_related implementation
#22
pwalsh
closed
11 years ago
11
Added hyphenate kwarg to UUIDField.
#21
rca
closed
11 years ago
1
String value with hyphens
#20
bfirsh
closed
11 years ago
4
introspection rules
#19
toudi
opened
11 years ago
3
Next