django-uuidfield icon indicating copy to clipboard operation
django-uuidfield copied to clipboard

Remove use of SubFieldBase.

Open kariantti opened this issue 8 years ago • 3 comments

kariantti avatar Feb 04 '17 20:02 kariantti

Any news on this pull request? I've been encountering Issue #68 so am interested!

TheArchDev avatar Jun 12 '17 14:06 TheArchDev

3 Years down the line, are there any updates?

onlinejudge95 avatar Jun 06 '20 11:06 onlinejudge95

I recently discovered that my fork referenced in this PR is still being used by some people. If you are still using this library, you should switch to the django built-in UUIDField. It's almost a drop-in replacement. If you run into errors in your migration files, either squash your migration history, or edit the migration files to use the django builtin. The latter is what I did years ago, though I've forgotten the details. (I think there's like one parameter difference, but it's a pretty rote change.)

I can't speak for @dcramer, but it seems pretty clear to me that there is no reason for continued maintenance in this library since Django now natively provides this functionality.

lucaswiman avatar Dec 13 '21 18:12 lucaswiman