Django-object-actions

Latest version: v4.2.0

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

Scan your dependencies

Page 3 of 5

1.0.0

Unknown

* bump version to v1.0.0 ([`a390027`](https://github.com/crccheck/django-object-actions/commit/a3900271013abfab55a7082ff04586c9c3fee4d6))

* Cleanup random Django version support docs (86)

No code changes, just:

* upgrade dev dependencies
* unify django version specific code comments to be `DJANGO<version>`
* update workflows to use more modern versions


Verifying change

* `make build`
* `make run`
* Browse to localhost:8000/admin/
* login with `admin`/`admin` ([`a7b183f`](https://github.com/crccheck/django-object-actions/commit/a7b183f3c1903cd11335d3fe166f90cc993da53b))

* Add support for Django 2.0 (85)

Adding support for Django 2.0+, and removing support for Django versions up to 1.8, the oldest supported LTS release. This allows us to replace the now deprecated django-extensions UUIDField with the Django native version, and drop a couple of other hacks. Resolves 84 ([`430be02`](https://github.com/crccheck/django-object-actions/commit/430be02e59c8844f278f0749d840904137347eb3))

* Add a redirect example to the README (82)

* use pip-tools to document requirements

* greenkeeper

* python 3.6 is a thing

* add a copy-paste ready example for HttpResponseRedirect action

* ugh, travisci

* try this shit out

* i guess it worked ([`81af3e7`](https://github.com/crccheck/django-object-actions/commit/81af3e7cd5b8f5c62a9a6d71ab2aaf657a6ac550))

0.10.0

Unknown

* bump version to v0.10.0 ([`8558f7b`](https://github.com/crccheck/django-object-actions/commit/8558f7bda66421c76ac2afe6b1d5e133b741944c))

* Release prep (80)

* greenkeeper

* simplify tox deps

* add missing travisci coverage

* update docker demos

* standardize django version comments ([`242cf07`](https://github.com/crccheck/django-object-actions/commit/242cf071c1e4e6175bece2ed9619d9be2cd51d98))

* Get rid of Django 2.0 DeprecationWarning (78)

* Get rid of Django 2.0 DeprecationWarning

Add 1.11 tox env

* add missing compatibility imports and reorder for readability ([`d3fb875`](https://github.com/crccheck/django-object-actions/commit/d3fb87558bf4309f5529dc7b3e85e0ccf1f5b1e4))

* Fix ``faker`` in requirements (76)

Tests failed with

ImportError: The ``fake-factory`` package is now called ``Faker``.

Please update your requirements.

The `fake-factory` package was deprecated on December 15th, 2016.
Use the `Faker` package instead. ([`011ed07`](https://github.com/crccheck/django-object-actions/commit/011ed0758d17a31ca25b0f05dc4480ad5398251c))

0.9.0

Unknown

* bump version to v0.9.0 ([`8780870`](https://github.com/crccheck/django-object-actions/commit/878087064603e0df8305d3bb9d7696b6334fb530))

* Add support for all primary key formats (75)

* support pks that are strings

* change pattern to be the same as what the Django admin uses ([`61fb1e5`](https://github.com/crccheck/django-object-actions/commit/61fb1e572d5b0a5a895603b6ebb2731f4e9c586e))

* Add Django 1.10 to &39;tox&39; support (74)

* add django 1.10 to tox coverage

* Update &39;make clean&39; to clean python 3 files

* update test project for Django 1.10

* greenkeeper ([`38905d0`](https://github.com/crccheck/django-object-actions/commit/38905d0a0e596510e700e93333a9886a2ffb1389))

* Remove old things that were breaking the test suite (73)

* drop testing for django 1.5

* delete django 1.5 hacks

* remove python 2.6 test coverage since it was broken ([`f9ed6ec`](https://github.com/crccheck/django-object-actions/commit/f9ed6ecf5ee8f5453a55f1c799c0ff334f395f6a))

* Fixed method name in changelog: get_objectactions -> get_object_actions. (71)

typo fix ([`ebe9442`](https://github.com/crccheck/django-object-actions/commit/ebe944244be30c0b3530031872061e9d43a1a331))

* Doc: clarify what row-actions package does (70) ([`8969e2f`](https://github.com/crccheck/django-object-actions/commit/8969e2fb048877665c9f0640f24e7033dd17f750))

0.8.2

Unknown

* bump version to v0.8.2 ([`9537c41`](https://github.com/crccheck/django-object-actions/commit/9537c4154a05884076e10d642c86ceff7cea6b0a))

* fix django template settings be just using defaults (65)

seriously, stop complaining about things I don&39;t care about ([`73f1f44`](https://github.com/crccheck/django-object-actions/commit/73f1f44534569a877849da411e64ed5e64482aab))

0.8.1

Unknown

* bump version to v0.8.1 ([`809c7b0`](https://github.com/crccheck/django-object-actions/commit/809c7b0447a4fc6f475a2622abcf6c8c6b14314d))

* Fix how extra context set by admins was not passed (64)

* refactor admin to organize things better

* add failing test case for extra context

s

* fixing context data ([`fe8ce91`](https://github.com/crccheck/django-object-actions/commit/fe8ce917412a095e4009faac4ada68e0ee8ee885))

* add ability redirect back active admin (62)

* add ability redirect back active admin

when used several admins, you always redirect to default `admin`, should redirect back to active admin

* add tests for redirect back on multiple admin ([`bc4b38b`](https://github.com/crccheck/django-object-actions/commit/bc4b38ba30fe75e2482f8ebf19379de8ae4f1402))

* delete django 1.4 compatibility code (63) ([`855c15f`](https://github.com/crccheck/django-object-actions/commit/855c15f5b9521a4e8eb3a1df5e07a1a2798665dc))

0.8.0

Unknown

* bump version to v0.8.0 ([`6612a24`](https://github.com/crccheck/django-object-actions/commit/6612a24d02b8d64c647eb71339a7cc3bf42109af))

* Fix the docker images so they start ready to go. Closes 58

Squashed commit of the following:

commit a9a6e11561b848112ff24252be5874e61942fbd2
Author: crccheck <ccrccheck.com>
Date: Thu Feb 25 18:06:45 2016 -0600

doc the Dock

commit acaae613237b0e4d9db016c49a32aa56865d4600
Author: crccheck <ccrccheck.com>
Date: Thu Feb 25 17:53:04 2016 -0600

switch to smaller base image and cacheable layers

commit 0fc71148d1c1289b0d4d7572499cfe686297799a
Author: crccheck <ccrccheck.com>
Date: Thu Feb 25 17:46:37 2016 -0600

doc how to upload images

commit 01fa29545c0fde269e82e212c8a821f017e39faf
Author: crccheck <ccrccheck.com>
Date: Thu Feb 25 17:27:36 2016 -0600

ugh

commit dc354981741c0e9e932fe46bdcf9bd68d8ca11db
Author: crccheck <ccrccheck.com>
Date: Thu Feb 25 17:24:27 2016 -0600

create a default admin/admin user

commit 8a492504182d820601afbbce3034d533cbb6bd41
Author: crccheck <ccrccheck.com>
Date: Thu Feb 25 17:10:12 2016 -0600

fix how the docker images didn&39;t have a database ([`de1b76b`](https://github.com/crccheck/django-object-actions/commit/de1b76b3e32e1a11de11341d929dcc650c76b8fd))

* Add actions to the changelist admin page Closes 55

Squashed commit of the following:

commit c253a79cbf696b30e80f8fe454fea2e63031d2be
Author: crccheck <ccrccheck.com>
Date: Sun Feb 21 09:52:53 2016 -0600

update changelog

commit 433d0a29ca96ed4de565db0d36521acd7c5095c1
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 23:37:09 2016 -0600

rename more tools things to actions

commit 47e0eaac8e6e7f4d9aa39950fc3069149bfa03be
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 21:56:49 2016 -0600

readme update pass

commit 94ce625d4fb3e9fc6cfb0b6b8e0db924d64c0ee4
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 21:26:33 2016 -0600

refactor: re-arrangement

commit 324255a53e8a9289122298a361c65e1aa61307fc
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 21:15:28 2016 -0600

note about security

commit 67796ff2024ad6519566e5650c60fd9905acfcc8
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 19:14:56 2016 -0600

revamp get_change_action example to use real code

commit e300918c65691ae9e251f8655dc1692882142e8d
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 10:44:02 2016 -0600

rename get_object_actions since it broke anyways

commit c0a63b8e58aa46a9341373e9cb32990cafcc71c4
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 09:29:49 2016 -0600

documentation pass

commit 3a519b28a2e5e02fd224f247603e74dd36a4344d
Author: crccheck <ccrccheck.com>
Date: Sat Feb 20 09:09:42 2016 -0600

stub changelog

commit 823a5e29cf6a4fae1f11552424509a8a0c765a34
Author: crccheck <ccrccheck.com>
Date: Fri Feb 19 23:51:03 2016 -0600

refactor: dry

commit 594b8718010513da5b4b7945ddf44bb55c9e305b
Author: crccheck <ccrccheck.com>
Date: Fri Feb 19 23:01:47 2016 -0600

wire button to a new view

commit ff89b413bb0ce85b739f885fc3279cab46849a9b
Author: crccheck <ccrccheck.com>
Date: Fri Feb 19 22:50:29 2016 -0600

add changelist button

commit 22d6a8d02037bac489ee6dedb541581f815181b8
Author: crccheck <ccrccheck.com>
Date: Fri Feb 19 22:26:13 2016 -0600

flesh out the changelist actions

commit 7976c96f4dc1035cd2066d39c58a6597092f52db
Author: crccheck <ccrccheck.com>
Date: Fri Feb 19 21:39:38 2016 -0600

use a better place to get into the template context

render_change_form works, but change_view is documented

commit 888725e8b35c8484244fec84c1ca83e292e8ad30
Author: crccheck <ccrccheck.com>
Date: Wed Jan 13 23:08:54 2016 -0600

use a more standard hook for extra context

commit b47e956a2f4de243e19ae46ef726239284c6bbfe
Author: crccheck <ccrccheck.com>
Date: Wed Jan 13 22:45:47 2016 -0600

pep8 ([`98aad50`](https://github.com/crccheck/django-object-actions/commit/98aad50f07f167de41ec0fa4fc348de3132840c5))

* Merge pull request 52 from ixc/master

Fixed example in documentation that doesn&39;t work as advertised. ([`648c388`](https://github.com/crccheck/django-object-actions/commit/648c3885c5b50b0cd238aea77dff6559b1630aef))

* A slightly better way to express the logic in the example. ([`f6ff8f7`](https://github.com/crccheck/django-object-actions/commit/f6ff8f78c135cf108473ca36e14de46f1fdfd42c))

* Fixed example in documentation that doesn&39;t work as advertised.

The context will _always_ have an &39;original&39; key if coming from Django&39;s .changeform_view(), but it will be None if a new object is being added. ([`b49d08d`](https://github.com/crccheck/django-object-actions/commit/b49d08d34a6b59db60bade8221e4b9302e8cab20))

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.