Jeremy Stretch
|
1ec46d95a2
|
Move utilities.utils.get_related_models() to utilities.relations
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
31498c0888
|
Remove utilities.utils.dynamic_import()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
9ecd40ffdd
|
Move local_now() to utilities.datetime
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
7d87ab0894
|
Move object_type_identifier() & object_type_name() to utilities.object_types
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
6687d2b0a8
|
Rename content_type_identifier() and content_type_name()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
d636da5f32
|
Move count_related() & dict_to_filter_params() to utilities.query
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
0a916b66f7
|
Move prepare_cloned_fields() to utilities.querydict
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
ff36a6c70a
|
Move dict_to_querydict() and normalize_querydict() to utilities.querydict
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
d0009c7dbe
|
Move array_to_range(), array_to_string(), deepmerge(), drange(), flatten_dict(), and shallow_compare_dict() to utilities.data
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
2d7aae6a19
|
Move utilities.utils.render_jinja2() to utilities.jinja2
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
acccd60057
|
Move extras.jinja2.ConfigTemplateLoader to utilities.jinja2.DataFileLoader
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
d02b931d9e
|
Remove obsolete function utilities.utils.csv_format()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
ee9b89e54d
|
Move clean_html() & foreground_color() to utilities.html
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
2e3e6d83a6
|
Move serialize_object() & deserialize_object() to utilities.serialization
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
18da9bc5bb
|
Move to_grams() & to_meters() from utilities.utils to utilities.conversion
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
b78fe53829
|
Move NetBoxFakeRequest and copy_safe_request() from utilities.utils to utilities.request
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
59dfc72449
|
Move utilities.utils.get_viewname() to utilities.views
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
a39116d0cb
|
Move utilities.utils.highlight_string() to utilities.html.highlight()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
85e0cfd743
|
Move title() from utilities.utils to utilities.string
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
ed8b7541ad
|
Rename resolve_permission_ct() to resolve_permission_type()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
200f81ef2b
|
custom_deconstruct() should not ignore TimeZoneField
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
51b06b0a13
|
Move ConfigTemplateLoader from utilities.jinja2 to extras.jinja2
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
3349a3260e
|
Remove unused MACAddressFilter
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
0a32f4f268
|
Remove the sha256_hash() utility function
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
8429f76ed7
|
Move utilities.api.rest_api_server_error() to utilities.error_handlers.handle_rest_api_exception()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
8b348d30e1
|
Move choice sets from utilities.choices to netbox.choices
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
e5d1d7606e
|
Refactor get_view_name()
|
2024-03-22 08:59:52 -04:00 |
|
Jeremy Stretch
|
a685035864
|
Closes #14279: Pass current request to custom validators (#15491)
* Closes #14279: Pass current request to custom validators
* Update custom validation docs
* Check that validator is a subclass of CustomValidator
|
2024-03-21 21:19:53 -04:00 |
|
Jeremy Stretch
|
4178fcd465
|
Closes #15339: Consume entire viewport (#15480)
* Closes #15339: Consume entire viewport, except for object detail views
* Use fluid containers for all views
|
2024-03-20 08:26:04 -04:00 |
|
Jeremy Stretch
|
8b74ddfec3
|
Update release notes
|
2024-03-19 14:18:15 -04:00 |
|
Jeremy Stretch
|
01ff314aca
|
Fixes #15340: Fix flicker on page load with dark mode enabled (#15475)
|
2024-03-19 14:06:24 -04:00 |
|
Jeremy Stretch
|
8d2d0f0bc8
|
Misc cleanup & documentation for FieldSets
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
85972ab4bf
|
Add form rendering utilities to plugins dev docs
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
d717cb0f07
|
Use render_fieldset() for bulk edit & filter forms
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
c928756396
|
Use FieldSet instances for all forms
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
2730bd5712
|
Refactor form rendering components & add docstrings
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
9834c6501b
|
Replace custom form templates with TabbedFieldGroups
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
f28ea2d6f6
|
Introduce ObjectAttribute for displaying read-only instance attributes on forms
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
1f647540ab
|
Ignore fields which are not included on the form (dynamic rendering)
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
6bc5eed79d
|
Enable tabbed group fields in fieldsets
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
251688dca8
|
Introduce InlineFields for rendering fields side-by-side
|
2024-03-19 13:34:13 -04:00 |
|
Arthur
|
2c12f03ca1
|
15193 use psycopg compiled
|
2024-03-19 08:26:05 -04:00 |
|
Daniel Sheppard
|
32c08fc358
|
Closes: #13918 - Add facility field (#15456)
* Fixes: #13918 - Add facilities field to Location model.
* Stupidly forgot to `git add`
* Fix errant reference to site.
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
|
2024-03-18 10:09:50 -04:00 |
|
Jeremy Stretch
|
521735c400
|
Merge branch 'develop' into feature
|
2024-03-15 12:32:54 -04:00 |
|
Jeremy Stretch
|
92bae6d8a9
|
Merge pull request #15421 from netbox-community/15413-search-cache-attrs
Closes #15413: Enable caching of object attributes in search index
|
2024-03-15 11:38:06 -04:00 |
|
Jeremy Stretch
|
5d8feee8a2
|
PRVB
|
2024-03-13 19:37:28 -04:00 |
|
Jeremy Stretch
|
a9ce3f1575
|
Merge pull request #15423 from netbox-community/develop
Release v3.7.4
|
2024-03-13 19:36:44 -04:00 |
|
Jeremy Stretch
|
296b813104
|
Release v3.7.4
|
2024-03-13 19:23:51 -04:00 |
|
Jeremy Stretch
|
9112f064f3
|
Changelog for #13722, #14206, #14366, #14832, #15322, #15347, #15356
|
2024-03-13 19:15:35 -04:00 |
|
Jeremy Stretch
|
553121da76
|
Closes #14454: Include member devices for virtual chassis in REST API
|
2024-03-13 19:11:28 -04:00 |
|