Wykres commitów

16 Commity (ae0de97e697550bc2e027161a91df38d3ddb4825)

Autor SHA1 Wiadomość Data
JensDiemer ae0de97e69 Apply manageprojects updates 2023-04-04 15:40:19 +02:00
JensDiemer 27e499469c Check django-revision integration 2022-10-03 18:01:38 +02:00
JensDiemer db0549f221 WIP: Fix #102 by store tree information for Item and Location
* Remove limitation of item parents.
* Remove "Group Items" functionality
* Replace "Group Items" change list filter by "Limit tree depth" for Item and Location.
* Display Item and Location as a tree.
2022-07-22 22:52:01 +02:00
JensDiemer ef5164e14f Expand Playwright tests and add a Item with Tag and Image 2022-06-29 17:52:03 +02:00
JensDiemer 38efea0543 Replace Selenium tests with Playwright 2022-06-29 16:08:18 +02:00
JensDiemer 4bdeea2688 Use assert_html_response_snapshot from bx_django_utils 2022-05-16 17:40:17 +02:00
JensDiemer d019a98b78 Activate secure settings by default 2021-12-05 16:22:24 +01:00
JensDiemer 308b68e97f Fix #75 protect overwriting a new version with a older one
Protect Item, Location and Memo model overwriting a new version with a older one.

Add a auto increment "version" number field to these models and check this on every save call...

Fix: https://github.com/jedie/PyInventory/issues/75

Use new VersionProtectBaseModel from django-tools:
https://github.com/jedie/django-tools/tree/master/django_tools/model_version_protect
2021-11-22 19:33:15 +01:00
JensDiemer 46201f7cb4 Bugfix tests by mock {% now "Z" %} 2021-11-20 14:07:20 +01:00
JensDiemer 9473cb88c2 NEW: Memo model/admin: Store Information independent of items/locations
closed #65

* Implement "Memo" model
* Add "Memo" to admin
* Merge some code
* Add/expand tests
2021-10-09 20:10:24 +02:00
JensDiemer c7bd15ef7d Update to Django 3.1.x
We can't update to last Django version, because of
https://github.com/radiac/django-tagulous/issues/144
2021-10-09 16:11:02 +02:00
JensDiemer 584d229b43 Compare HTML code in pretty format
Use own code until https://github.com/boxine/bx_py_utils/pull/95 is released.
2021-10-09 13:11:30 +02:00
JensDiemer 10d31496f0 Group item: default "automatic" mode and can be disabled by filter action
Default admin change list group mode is "automatic":

* disable the grouping on every GET parameter (e.g.: search or use a filter)

User can also disable the grouping by click on "no" in change list filters ;)
2021-09-29 19:31:30 +02:00
JensDiemer fdda592452 Update requirements
px-py-utils was split and "bx-django-utils" created
2021-08-16 16:50:20 +02:00
JensDiemer 6dfe29cf4e NEW: Add files to items. 2021-04-28 19:04:17 +02:00
JensDiemer 50f30adadf Add tests for creating a new Item 2020-12-20 18:49:01 +01:00