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
333
333
[ MIT license] ( https://github.com/dmkoch/django-jsonfield/blob/master/LICENSE ) .
334
334
335
335
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
+
336
348
### django-loginas
337
349
[ django-loginas] ( https://github.com/skorokithakis/django-loginas )
338
350
([ PyPI package information] ( https://pypi.org/project/django-loginas/ ) )
@@ -608,6 +620,7 @@ can cause problems if they vary from the expected versions.
608
620
django-version-checks is provided as open source under the
609
621
[ MIT license] ( https://github.com/adamchainz/django-version-checks/blob/master/LICENSE ) .
610
622
623
+
611
624
### django-webshell
612
625
[ django-webshell] ( https://github.com/onrik/django-webshell ) is an extension
613
626
for executing arbitrary code in the
You can’t perform that action at this time.
0 commit comments