InvenTree/InvenTree/common/migrations
Matthias Mair fb77158496
Add news reader (#3445)
* add model for feed entries

* add task to update feed entries

* Add API routes

* Fix name in model

* rename model

* fix read endpoint

* reduce duplication in NewsFeed API endpoints

* reduce duplicated code

* add ui elements to index

* add missing migrations

* add ressource route

* add new model to admin

* reorder fields

* format timestamp

* make title linked

* reduce migrations to 1

* fix merge

* fix js style

* add model to ruleset
2022-11-10 12:20:06 +11:00
..
__init__.py startapp common 2019-09-03 08:30:14 +10:00
0001_initial.py Create a currency model 2019-09-03 09:07:03 +10:00
0002_auto_20190902_2304.py Create a currency model 2019-09-03 09:07:03 +10:00
0003_auto_20190902_2310.py Add default value for currency 2019-09-03 09:10:36 +10:00
0004_inventreesetting.py Add the InvenTreeSetting model 2019-09-15 22:46:24 +10:00
0005_auto_20190915_1256.py Add description field 2019-09-15 23:07:45 +10:00
0006_auto_20200203_0951.py Load default settings on InvenTree launch 2020-02-03 20:51:53 +11:00
0007_colortheme.py Added automatic listing of custom CSS sheets (no more hardcoded), added error message when current selection is not valid and select default theme 2020-09-09 14:55:32 -05:00
0008_remove_inventreesetting_description.py Remove "description" field from InvenTreeSettings key:value fields 2020-10-20 00:02:54 +11:00
0009_delete_currency.py Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
0010_migrate_currency_setting.py Update demo data hook to copy media files (#3441) 2022-07-31 23:16:58 +10:00
0011_auto_20210722_2114.py unique model settings 2021-07-22 23:39:19 +02:00
0012_notificationentry.py Add new model "NotificationEntry" 2021-11-04 00:55:43 +11:00
0013_webhookendpoint_webhookmessage.py Pulls out the webhook dev for partial merge 2021-11-19 22:35:28 +01:00
0014_notificationmessage.py fix migrations 2022-02-13 04:15:58 +01:00
0015_newsfeedentry.py Add news reader (#3445) 2022-11-10 12:20:06 +11:00