Skip to content

Releases: openwisp/django-swappable-models

swapper 1.3.0 [2021-11-29]

29 Nov 18:54
v1.3.0
Compare
Choose a tag to compare
  • [change] Allow possibility to point swappable dependency to specific migration number
    (instead of only to __latest__)

swapper 1.2.0 [2021-11-12]

12 Nov 19:04
v1.2.0
0f84196
Compare
Choose a tag to compare
  • [feature] Add possibility to point swappable dependency to __latest__
  • [change] Added support for Python 3.9
  • [change] Added support for Django 3.2 and Django 4.0a1
  • [change] Dropped support for old Django versions (<2.2)
  • [change] Dropped support for old Python versions (<3.7)
  • [feature] Added optional require_ready argument to load_model function

swapper 1.1.2

15 Jan 01:06
Compare
Choose a tag to compare

swapper 1.1.2 confirms support for Python 3.8, Django 3.0, and Django REST Framework 3.11. No functional changes were required.

swapper 1.1.1

23 Jul 03:03
674b65d
Compare
Choose a tag to compare

swapper 1.1.1 is effectively the same as swapper 1.1.0.

  • Verify Django 2 support in tests (#17 via @gasman).
  • Test on Python 3.7 and drop Python 2.6 and 3.3.

swapper 1.1.0

11 May 02:05
Compare
Choose a tag to compare
  • Handle contrib apps and apps with dots in their app_label (#13 via @blag)
  • Verify support for Django 1.11 and Python 3.6

swapper 1.0.0

26 Aug 18:07
Compare
Choose a tag to compare

swapper 1.0.0 is effectively the same as swapper 0.3.0.

  • Confirmed compatibility with Django 1.10
  • Improved documentation and code style

swapper 0.3.0

16 Nov 20:32
Compare
Choose a tag to compare
  • Ensure support for Django 1.9 (#9 via @jproffitt) and Python 3.5.

swapper 0.2.2

15 Jun 20:17
Compare
Choose a tag to compare
  • Use tox for tests and verify Python 3.3 support (#7 via @ryanhiebert)
  • Compatibility with Python 2.6 (#8 via @woegjiub)

swapper 0.2.1

17 Nov 19:46
Compare
Choose a tag to compare
  • Update documentation
  • Restore load_model()'s required = False functionality under Django 1.7 (729a4ed)

swapper 0.2.0

12 Sep 22:01
Compare
Choose a tag to compare
  • Test Suite
  • Updates for Django 1.7:
    • Ensure swappable_settings exist on settings object
    • New swapper.dependency() function for use in new migrations

See an example of swapper.dependency() in vera's new migrations.