Django-orderable

Latest version: v6.1.2

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

3.1.0

======

* Default to hosted jQuery and jQuery UI from google CDN. `\o/`

3.0.0

======

* Drop support for django 1.5 and python 2.6.
* Add (preliminary) support for django 1.7 and python 3.4.
* Code quality related refactor.

2.0.3

======

* Accept zero as a valid value for sort_order

2.0.2

======

* Use model_name instead of deprecated module_name in django >= 1.6

2.0.1

======

* Added tests to `Orderable.save`
* Removed `django.db.transation.atomic` from the save method in django 1.6.
* Reduced number of queries on insert of new `Orderable`.

2.0.0

======

* Don't use `commit_on_success` in model save.

**Warning** Potentially backwards incompatible. We have removed this feature
because it can cause database transactions to be commited that would
otherwise have been rolled back.

We recommend you make sure to use 'django.middleware.transaction.TransactionMiddleware', or at least use `django.db.transaction.commit_on_success` on any code that invokes the save method as it would otherwise be vulnerable to race conditions. If you are on django 1.6 we would instead recommend setting `settings.ATOMIC_REQUESTS = True`.

This version added `django.db.transation.atomic` to `Orderable.save` method
(in django 1.6 only) but it was immediately removed in `2.0.1`.

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.