Skip to content

Releases: ckc-org/django-ckc

v0.0.10

15 Jun 01:02

Choose a tag to compare

What's Changed

  • Bump python versions we're working against (Django, DRF, etc.)
  • Add SnackbarError

Full Changelog: v0.0.9...v0.0.10

v0.0.9

31 Oct 16:44
82fe663

Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

16 Jul 20:28
e57961d

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

27 Nov 00:53

Choose a tag to compare

PrimaryKeyWriteSerializerReadField added.

v0.0.6

22 Oct 22:50
9af682c

Choose a tag to compare

  • Adds QuerySet.delete() protection on SoftDeletableModels

v0.0.5

08 Jun 02:14

Choose a tag to compare

  • Fixes imports when not using GDAL and geo spatial jazz

v0.0.4

03 Jun 21:49
9855da6

Choose a tag to compare

  • Adds geo_point provider for factoryboy

v0.0.3

20 Jan 01:38

Choose a tag to compare

  • Adds DefaultUserCreateMixin for ModelSerializers

v0.0.2

04 May 00:55

Choose a tag to compare

  • Refactors SoftDeletableModel to use all_objects to view deleted models.
  • Adds ./manage.py upload_file <src> <dest> where src is a local path and dest is the remote default storage path

Initial release

08 Apr 09:42

Choose a tag to compare

  • Adds SoftDeletableModel