Skip to content

Releases: Brobin/django-seed

0.3.1

08 Oct 16:29
183bc95
Compare
Choose a tag to compare
  • Drop Django 1.11 support
  • Update Django 2.x to 2.2 LTS
  • Update Django 3.x to 3.2 LTS

0.3.0

08 Jul 14:53
3765a88
Compare
Choose a tag to compare
  • Added localization documentation
  • Fixed choice fields to only select from available options
  • Fix SlugField guesser to have more available options
  • Added default hint guesser before failing for non-recognized field type
  • Added seeder field hints to CLI command
  • Handles relationship fields better
  • Uniqueness on fields is respected and throws better errors
  • Added integration test suite with bootcamp and Django CRM
  • Moved CI to Github Actions
  • Upgraded setup.py to remove EoL Python versions

0.2.2

04 Feb 23:06
27deaa2
Compare
Choose a tag to compare

Fix user-specified locale not being used

0.2.1

04 Feb 22:42
Compare
Choose a tag to compare
  • Pep8 cleanup
  • UUID primary key support
  • More verbose logging in seed command
  • fix for faker seed_instance
  • Django 2.2, 3.0 added to build matrix
  • Python 3.6, 3.7, 3.8 added to build matrix

Max Length attribute

14 May 18:30
Compare
Choose a tag to compare

Max length is now taken into account, thanks to a PR by @abekroenem

Django update and Default argument

15 Jan 19:53
635fa83
Compare
Choose a tag to compare

With this release, we drop support for django versions lower than 1.11, which will be the last to support Python 2.7. Also, we add Django 2.0

Additionally, if a model field has default defined, it will take that instead of asking faker for another. Thanks to @abekroenem for his contribution.

Django 1.9 support

01 Feb 02:21
Compare
Choose a tag to compare
  • Made a few tweaks for Django 1.9 support
  • Removed support for Python 3.3

Dependency Sorting

18 Nov 19:20
Compare
Choose a tag to compare

Model dependencies are now found and sorted. Resolves all issues related to null foreign keys.

Fix Timezone Aware Dates

10 Oct 17:41
Compare
Choose a tag to compare

Removed warning suppression for timezone aware dates

Bug fix

09 Jul 04:10
Compare
Choose a tag to compare

Bugfixes

  • Added django_seed.management package to setup to avoid installation errors.