Jeremy Stretch
|
e097ce8e5f
|
Move utilities.utils.get_related_models() to utilities.relations
|
2024-03-21 16:12:44 -04:00 |
|
Jeremy Stretch
|
78e6fcab23
|
Remove utilities.utils.dynamic_import()
|
2024-03-21 16:09:53 -04:00 |
|
Jeremy Stretch
|
ba86d57d26
|
Move local_now() to utilities.datetime
|
2024-03-21 15:59:51 -04:00 |
|
Jeremy Stretch
|
bb2f5693cb
|
Move object_type_identifier() & object_type_name() to utilities.object_types
|
2024-03-21 15:59:12 -04:00 |
|
Jeremy Stretch
|
22064e3859
|
Rename content_type_identifier() and content_type_name()
|
2024-03-21 14:46:18 -04:00 |
|
Jeremy Stretch
|
0c129abd63
|
Move count_related() & dict_to_filter_params() to utilities.query
|
2024-03-21 14:34:37 -04:00 |
|
Jeremy Stretch
|
d304f80981
|
Move prepare_cloned_fields() to utilities.querydict
|
2024-03-21 14:24:10 -04:00 |
|
Jeremy Stretch
|
3d87ae581c
|
Move dict_to_querydict() and normalize_querydict() to utilities.querydict
|
2024-03-21 14:15:39 -04:00 |
|
Jeremy Stretch
|
e768ba9a77
|
Move array_to_range(), array_to_string(), deepmerge(), drange(), flatten_dict(), and shallow_compare_dict() to utilities.data
|
2024-03-21 14:08:37 -04:00 |
|
Jeremy Stretch
|
e700f96884
|
Move utilities.utils.render_jinja2() to utilities.jinja2
|
2024-03-21 13:21:45 -04:00 |
|
Jeremy Stretch
|
f9e02961a7
|
Move extras.jinja2.ConfigTemplateLoader to utilities.jinja2.DataFileLoader
|
2024-03-21 13:19:12 -04:00 |
|
Jeremy Stretch
|
9c42083202
|
Remove obsolete function utilities.utils.csv_format()
|
2024-03-21 13:15:24 -04:00 |
|
Jeremy Stretch
|
a9381ec408
|
Move clean_html() & foreground_color() to utilities.html
|
2024-03-21 13:11:15 -04:00 |
|
Jeremy Stretch
|
708f7cb352
|
Move serialize_object() & deserialize_object() to utilities.serialization
|
2024-03-21 13:05:21 -04:00 |
|
Jeremy Stretch
|
d0a61f6740
|
Move to_grams() & to_meters() from utilities.utils to utilities.conversion
|
2024-03-21 12:59:04 -04:00 |
|
Jeremy Stretch
|
25af569558
|
Move NetBoxFakeRequest and copy_safe_request() from utilities.utils to utilities.request
|
2024-03-21 12:48:50 -04:00 |
|
Jeremy Stretch
|
10107de1a4
|
Move utilities.utils.get_viewname() to utilities.views
|
2024-03-21 12:20:24 -04:00 |
|
Jeremy Stretch
|
af1b481382
|
Move utilities.utils.highlight_string() to utilities.html.highlight()
|
2024-03-21 12:10:54 -04:00 |
|
Jeremy Stretch
|
e07036bd79
|
Move title() from utilities.utils to utilities.string
|
2024-03-21 12:06:28 -04:00 |
|
Jeremy Stretch
|
12d0429925
|
Rename resolve_permission_ct() to resolve_permission_type()
|
2024-03-21 11:28:32 -04:00 |
|
Jeremy Stretch
|
9efe86ea8d
|
custom_deconstruct() should not ignore TimeZoneField
|
2024-03-21 10:38:58 -04:00 |
|
Jeremy Stretch
|
a7b8d877dc
|
Move ConfigTemplateLoader from utilities.jinja2 to extras.jinja2
|
2024-03-21 10:24:53 -04:00 |
|
Jeremy Stretch
|
475c227a11
|
Remove unused MACAddressFilter
|
2024-03-21 10:20:14 -04:00 |
|
Jeremy Stretch
|
edd46da846
|
Remove the sha256_hash() utility function
|
2024-03-21 10:15:59 -04:00 |
|
Jeremy Stretch
|
766c6fe6ae
|
Move utilities.api.rest_api_server_error() to utilities.error_handlers.handle_rest_api_exception()
|
2024-03-21 10:03:55 -04:00 |
|
Jeremy Stretch
|
56bd3cdb17
|
Move choice sets from utilities.choices to netbox.choices
|
2024-03-21 09:54:23 -04:00 |
|
Jeremy Stretch
|
47eaf2b48b
|
Refactor get_view_name()
|
2024-03-21 09:39:17 -04:00 |
|
Jeremy Stretch
|
a83b233341
|
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
|
a3ce14ad3c
|
Update release notes
|
2024-03-19 14:18:15 -04:00 |
|
Jeremy Stretch
|
849a9d32d1
|
Fixes #15340: Fix flicker on page load with dark mode enabled (#15475)
|
2024-03-19 14:06:24 -04:00 |
|
Jeremy Stretch
|
32edb8dfe6
|
Misc cleanup & documentation for FieldSets
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
89150f4b27
|
Add form rendering utilities to plugins dev docs
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
708d93c9e0
|
Use render_fieldset() for bulk edit & filter forms
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
72d3c17b48
|
Use FieldSet instances for all forms
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
3b28e8e615
|
Refactor form rendering components & add docstrings
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
2aaa552067
|
Replace custom form templates with TabbedFieldGroups
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
8f03a19b5f
|
Introduce ObjectAttribute for displaying read-only instance attributes on forms
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
33b9ebb201
|
Ignore fields which are not included on the form (dynamic rendering)
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
4c7b6fcec0
|
Enable tabbed group fields in fieldsets
|
2024-03-19 13:34:13 -04:00 |
|
Jeremy Stretch
|
f585c36d86
|
Introduce InlineFields for rendering fields side-by-side
|
2024-03-19 13:34:13 -04:00 |
|
Arthur
|
93c9f8cc04
|
15193 use psycopg compiled
|
2024-03-19 08:26:05 -04:00 |
|
Daniel Sheppard
|
19f577ccaf
|
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
|
78bd7dec48
|
Merge branch 'develop' into feature
|
2024-03-15 12:32:54 -04:00 |
|
Jeremy Stretch
|
b58c85cdb0
|
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
|
4adb44f60d
|
PRVB
|
2024-03-13 19:37:28 -04:00 |
|
Jeremy Stretch
|
c2cabe0273
|
Merge pull request #15423 from netbox-community/develop
Release v3.7.4
|
2024-03-13 19:36:44 -04:00 |
|
Jeremy Stretch
|
06bdfdc9e8
|
Release v3.7.4
|
2024-03-13 19:23:51 -04:00 |
|
Jeremy Stretch
|
df7905d257
|
Changelog for #13722, #14206, #14366, #14832, #15322, #15347, #15356
|
2024-03-13 19:15:35 -04:00 |
|
Jeremy Stretch
|
9062d99bfa
|
Closes #14454: Include member devices for virtual chassis in REST API
|
2024-03-13 19:11:28 -04:00 |
|
Jeremy Stretch
|
8bdbb49a27
|
Fixes #15322: Add description field to YAML export for device & module types
|
2024-03-13 19:10:49 -04:00 |
|