2b2a41edd2
Enable cloning for custom fields & custom links
2022-09-09 16:51:18 -04:00
c5fb7b72f0
Closes #9391 : Remove 500-character limit for custom link text & URL fields
2022-07-28 14:36:20 -04:00
69b4d0d44b
#9028 - Fix pep8 syntax
2022-04-04 18:13:13 +02:00
36d6ae33d1
Allow setting individual timeouts on scripts and reports
2022-04-04 18:00:38 +02:00
1d55c04c21
Closes #9006 : Enable custom fields, custom links, and tags for journal entries
2022-03-31 11:40:02 -04:00
1319b62acb
Standardize on get_FOO_color() method for returning ChoiceField colors
2022-02-11 14:25:13 -05:00
71d3dc6e44
Improve ChoiceFieldColumn to not rely on model method to derive label color
2022-02-10 16:29:19 -05:00
272d6e7437
Closes #8463 : Change the created field on all change-logged models from date to datetime
2022-02-08 14:41:44 -05:00
b67859832a
Refactor to_objectchange()
2022-01-26 20:25:23 -05:00
e4abbfb2c6
Closes #8454 : Set DEFAULT_AUTO_FIELD to BigAutoField
2022-01-25 17:37:06 -05:00
571e9801f3
Closes #8195 : Ensure all GenericForeignKey ID fields employ PositiveBigIntegerField
2022-01-24 16:02:54 -05:00
cdae0c2bef
Remove extras_features() decorator
2022-01-19 15:16:10 -05:00
5cbc978cad
Render the payload_url of the Webhook with Jinja2
...
- Update markdown documentation
- Expand on the help text for the Webhook model
2022-01-12 21:58:19 +01:00
72e17914e2
Closes #8296 : Allow disabling custom links
2022-01-10 12:11:37 -05:00
9f53497e39
Clean up & expand button color choices
2021-12-29 20:28:12 -05:00
2dd165bbef
Merge branch 'develop' into feature
2021-12-23 08:32:40 -05:00
3d7d19b608
Move rendering logic under CustomLink class
2021-12-22 20:25:57 -05:00
0d3b50a5e5
Support CSS class definition directly in CHOICES iterable
2021-12-16 10:03:23 -05:00
424ac29131
Closes #7812 : Enable change logging for image attachments
2021-11-17 11:52:50 -05:00
cede27b5fe
Merge branch 'develop' into feature
2021-11-12 09:09:15 -05:00
0b705553a5
Fixes #7809 : Add missing export template support for various models
2021-11-11 16:16:54 -05:00
d529c1b5b3
Housekeeping: Use RestrictedQuerySet for default manager on base models
2021-11-11 15:04:22 -05:00
f93d6813a9
Merge branch 'develop' into feature
2021-11-09 16:52:36 -05:00
3ad773beb3
Fixes #7741 : Fix 404 when attaching multiple images in succession
2021-11-09 16:46:58 -05:00
70f71e0f57
Extend admin UI to allow restoring previous config revisions
2021-10-27 14:05:49 -04:00
ff5c274048
Ensure bootstrapping of config on start
2021-10-26 16:45:53 -04:00
82243732a1
Initial work on #5883
2021-10-25 16:10:50 -04:00
78ecc8673c
Add conditions for webhooks
2021-10-22 17:15:08 -04:00
3203db07b7
UI cleanup
2021-08-26 14:48:24 -04:00
88e382e7a1
Merge v2.11.8 changes
2021-07-06 12:10:29 -04:00
0ad9b83623
Closes #5503 : ISO 8601 date in UI and alternative format as tooltip
...
With this commit all dates in the UI are now consistently displayed.
I changed the long date format as suggested by @xkilian and confirmed by my own
research.
* DATETIME_FORMAT
* Before July 20, 2020 4:52 p.m.
* Now 20th July, 2020 16:52
"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.
The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
2021-07-02 22:22:37 +02:00
4e0b795a3c
Add UI views for webhooks
2021-06-23 21:30:23 -04:00
10cbbee947
Add UI views for export templates
2021-06-23 20:56:50 -04:00
276ded0119
Add UI views for custom links
2021-06-23 17:10:04 -04:00
43a823d0ac
Closes #3665 : Enable rendering export templates via REST API
2021-05-11 15:51:36 -04:00
2618dde1e2
Fixes #6236 : Journal entry title should account for configured timezone
2021-04-23 15:27:58 -04:00
b393ec2856
Enable webhooks for JournalEntry
2021-04-14 14:55:01 -04:00
a296a9e109
Closes #6150 : Enable change logging for journal entries
2021-04-13 10:53:55 -04:00
f8903a8183
Merge branch 'develop' into feature
2021-04-12 14:19:30 -04:00
7ddcec3a0d
Fixes #6082 : Support colons in webhook header values
2021-04-12 12:09:37 -04:00
878154c305
Closes #5830 : Add as_attachment field to API serializers and admin view.
2021-03-30 23:26:55 +02:00
9ede726eea
Add boolean as_attachment to Export template
2021-03-30 22:27:26 +02:00
93353e94a2
Note that 'table' is a reserved name for ExportTemplates
2021-03-29 11:25:57 -04:00
8a8342b106
Strip microseconds from JournalEntry creation time
2021-03-29 09:48:45 -04:00
82fbd975f1
Add kind field to JournalEntry
2021-03-17 12:51:39 -04:00
8be4fbbce3
Add JournalEntry list view w/filtering
2021-03-16 15:57:23 -04:00
1f1a62da67
Initial work on #151 : Object journaling
2021-03-16 15:00:08 -04:00
e97adcb614
Move ConfigContext classes out of models.py
2021-03-16 13:08:07 -04:00
c072ba088f
Add webhook support for additional models
2021-03-10 14:49:02 -05:00
19b78e63ce
Introduce ChangeLoggedModel as a standard model
2021-03-10 13:37:13 -05:00