InvenTree/InvenTree
Matthias Mair d36cf358f8
Bump to Dj 4.x (#6173)
* bump to dj >4.2

* switch to experimental git release

* bump django-import_export

* bump mptt

* replace is_ajax, which was removed
https://docs.djangoproject.com/en/3.1/releases/3.1/#id2

* Save before accessing values in m2m/fk fields

* move plugin init

* use dev version of django for fix

* update deps

* fix deps

* use django smaller 4.2

* fix reqs

* fix merge

* remove moved code

* another merge fix

* fix ajax call

* fix refs

* change python min v

* fix deps

* bump deps

* fix deps

* pin pillow

* dj 4.1 upgrades

* make diff smaller

* bump all deps

* drop down to py3.9

* bump versions

* merge fix

* fix diff

* more bumping

* diff cleanup

* bump deps

* fix reqs

* use accurate state for model migrations
using apps the historically correct state is used

* try import

* added more logs

* add try here too

* clean up rebuilds

* Dj 4.2 (#161)

* autochanges

* bump

* fix diff

* fix diff

* bump deps

* fix req

* remove select_related to test error influence

* switch to mptt fork

* fix reqs for upstream

* move tracking ensureance into save

* optimize check frequency

* use psycopg instead of psycopg2

* fix header

* just use the values

* switch to dj < 4.2

* fix req

* another req fix

* switch to 4.2 again

* fix merge error

* Check for null pk in calculate_total_price

Cannot access self.lines if pk is Null

* use patched mptt

* try psycopg2 again

* Remove tree rebuild from migrations

* Prevent notify_users if importing or migrating

* Add order_by() to subquery annotations

- Ref: https://stackoverflow.com/a/629691

* Update stock filters

- Append order_by()

* fix error if running without timezones in testing

* add logging to figure this out

* remove tz from self.creation if TZ is off

* add tz?

* move around?

* only run the test i am trying to figure out
not reproducible on my machine

* only run the test i am trying to figure out
not reproducible on my machine

* run all tests again

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2024-02-06 13:30:50 +11:00
..
build Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
common Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
company Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
generic [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
InvenTree Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
label Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
locale New Crowdin updates (#6367) 2024-02-05 13:42:57 +11:00
order Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
part Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
plugin Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
plugins CI updates (#6167) 2024-01-11 00:16:13 +11:00
report Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
script [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
stock Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
templates BuildOrder: Fix bug where test templates are requested for a non-trackable output (#6387) 2024-02-02 14:58:11 +11:00
users Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
web [PUI] SSO Support (#6333) 2024-02-02 20:15:13 +11:00
config_template.yaml [WIP] Site ID Fixes (#6390) 2024-02-03 22:51:29 +11:00
gunicorn.conf.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
manage.py [FR] Add tracing support (#6211) 2024-01-18 17:50:05 +11:00