e173c8b548
Add release check to the housekeeping task
2021-07-07 21:37:35 -04:00
b6ec1d9aa7
Remove cacheops workarounds & queryset caching metrics
2021-07-07 17:15:42 -04:00
f683f0786e
Drop caching_config from plugin configuration
2021-07-07 17:04:21 -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
76a6119584
Closes #6138 : Add an 'empty' filter modifier for character fields
2021-07-01 15:17:46 -04:00
e6091ee0c9
Consolidate GraphQLTestCase into APIViewTestCase
2021-06-30 10:07:33 -04:00
728b3bac67
Use _list appendix for GraphQL list queries
2021-06-30 09:57:33 -04:00
ef3cb9544a
Clean up GraphQL object types & tests
2021-06-29 12:55:17 -04:00
7256c7050a
Add GraphQL for extras
2021-06-25 14:12:09 -04:00
6cc4f27ee3
Tables cleanup
2021-06-24 08:51:29 -04: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
b017927c69
Add UI views for custom fields
2021-06-23 17:10:04 -04:00
c7afc9eb28
Rename custom field model forms
2021-06-23 11:53:58 -04:00
3f63a02145
Rename and refactor CustomFieldForm
2021-06-23 11:53:58 -04:00
a8a9e061a1
Merge branch 'develop' into feature
2021-06-22 14:30:47 -04:00
efa0fc2b09
Fixes #6640 : Disallow numeric values in custom text fields
2021-06-22 14:00:54 -04:00
14f696e824
Merge branch 'develop' into feature
2021-06-14 09:23:01 -04:00
d87ec82fe3
Closes #6590 : Introduce a nightly housekeeping command to clear expired sessions and change records
2021-06-11 10:44:17 -04:00
a1ba3b567c
Introduce ColorField for consistent represention of color choice fields in forms
2021-06-09 17:17:39 -04:00
7e18b0dd3a
Remove csv_headers model attributes
2021-06-09 15:52:49 -04:00
3ec6194a47
Remove obsolete to_csv() methods
2021-06-09 15:08:49 -04:00
44c0dec68b
Extend CustomValidator to support required, prohibited fields
2021-06-09 13:10:35 -04:00
f81b3d4ed6
Rename fail() kwarg from attr to field
2021-06-09 12:11:47 -04:00
3bfa1cbf41
Initial work on custom model validation
2021-06-09 11:36:29 -04:00
a224e5d470
Closes #6493 : show ObjectChange diff for non-atomic changes
2021-06-05 19:15:25 +00:00
2d44bade4b
Merge branch 'develop' into feature
2021-06-02 20:35:38 -04:00
1658d7ae86
Fixes #6217 : Disallow passing of string values for integer custom fields
2021-06-02 16:12:11 -04:00
8d0a3c8e69
Closes #6519 : Avoid querying applicable webhooks for every object
2021-06-01 13:55:17 -04:00
32cbc20108
Restore webhooks worker test
2021-06-01 12:52:25 -04:00
be3cd2a434
Add bulk operation tests for webhooks
2021-06-01 09:50:38 -04:00
ba3ca6b00d
Update post-change snapshot for M2M changes
2021-06-01 09:30:54 -04:00
c88dcef900
Extend webhook create/update/delete tests
2021-06-01 09:04:01 -04:00
3d1e4fde81
Initial work on #6284
2021-05-28 16:07:27 -04:00
1c0f3e1b81
Fixes #6502 : Correct permissions evaluation for running a report via the REST API
2021-05-28 13:16:25 -04:00
587335e3ba
#6372 : Fix legacy BS5 classes
2021-05-26 09:07:45 -07:00
da1fb4f969
Replace references to v2.12 with v3.0
2021-05-25 15:05:02 -04:00
5b4dacf0f5
Merge branch 'develop' into feature
2021-05-25 13:19:17 -04:00
da0aa38614
#6372 : Move object list search panel into collapsed view & remove search field
2021-05-23 00:31:48 -07:00
5b4793a2d5
Closes #5121 : Add content_type filters for tags
2021-05-21 17:05:32 -04:00
b6660c72e1
Add tags as a feature query
2021-05-21 16:54:33 -04:00
744792452f
Closes : #5278 - Remove Secrets ( #6397 )
...
* Remove Secrets
* #5278 : Remove secrets javascript from netbox core
* Remove userkey references
* Fix PEP8
* Remove a few more instances of secrets. Rebundle
* Remove Secrets
Co-authored-by: checktheroads <matt@allroads.io >
2021-05-17 16:26:02 -04:00
dc57332988
Update views.py
...
Fixing typo in 'version'
2021-05-14 18:22:01 +02:00
43a823d0ac
Closes #3665 : Enable rendering export templates via REST API
2021-05-11 15:51:36 -04:00
5856275347
Closes #5991 : Remove display_name attribute from serializers
2021-05-04 15:56:36 -04:00
534b0e4cf6
Merge branch 'develop' into feature
2021-05-04 14:25:53 -04:00
3bd99e1910
Closes #6320 : Introduce ChangeLoggedFilterSetTests
2021-05-03 15:25:16 -04:00
ffa4cd134b
Introduce BaseFilterSetTests to standardize testing of PK filters
2021-05-03 14:36:44 -04:00