File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/pages/examples/django Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,18 @@ The django-jsonfield project is open source under the
333333[ MIT license] ( https://github.com/dmkoch/django-jsonfield/blob/master/LICENSE ) .
334334
335335
336+ ### django-linear-migrations
337+ [ django-linear-migrations] ( https://github.com/adamchainz/django-linear-migrations )
338+ ([ PyPI package information] ( https://pypi.org/project/django-linear-migrations/ ) )
339+ is a [ Django] ( /django.html ) code library to mitigate conflicting database
340+ migrations, which can cause non-deterministic behavior in different
341+ environments. The
342+ [ introductory blog post by the package author] ( https://adamj.eu/tech/2020/12/10/introducing-django-linear-migrations/ )
343+ does a good job of explaining the problem and how this library prevents
344+ the issue. This library is open sourced under the
345+ [ MIT license] ( https://github.com/adamchainz/django-linear-migrations/blob/master/LICENSE ) .
346+
347+
336348### django-loginas
337349[ django-loginas] ( https://github.com/skorokithakis/django-loginas )
338350([ PyPI package information] ( https://pypi.org/project/django-loginas/ ) )
@@ -608,6 +620,7 @@ can cause problems if they vary from the expected versions.
608620django-version-checks is provided as open source under the
609621[ MIT license] ( https://github.com/adamchainz/django-version-checks/blob/master/LICENSE ) .
610622
623+
611624### django-webshell
612625[ django-webshell] ( https://github.com/onrik/django-webshell ) is an extension
613626for executing arbitrary code in the
You can’t perform that action at this time.
0 commit comments