netbox/netbox/utilities
Jeremy Stretch 6e222f8dce
Closes #8248: User bookmarks (#13035)
* Initial work on #8248

* Add tests

* Fix tests

* Add feature query for bookmarks

* Add BookmarksWidget

* Correct generic relation name

* Add docs for bookmarks

* Remove inheritance from ChangeLoggedModel
2023-06-29 14:36:11 -04:00
..
forms Closes #11766: Remove obsolete custom ChoiceField and MultipleChoiceField classes 2023-05-12 16:27:50 -04:00
serializers Fix issues loading demo data 2022-11-29 09:18:03 -05:00
templates Closes #8248: User bookmarks (#13035) 2023-06-29 14:36:11 -04:00
templatetags Closes #8248: User bookmarks (#13035) 2023-06-29 14:36:11 -04:00
testing 12794 change User ref to get_user_model (#12905) 2023-06-22 08:26:50 -04:00
tests Rename ImportForm to BulkImportForm 2023-04-18 15:27:05 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
choices.py Closes #11780: Enable loading import data from remote sources 2023-03-14 14:53:26 -04:00
constants.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
error_handlers.py Fixes #5020: Correct handling of dependent objects during bulk deletion 2020-08-20 09:44:45 -04:00
exceptions.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
fields.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
files.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
filters.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
graphql_optimizer.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
htmx.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
jinja2.py Closes #11559: Implement config template rendering (#11769) 2023-02-19 20:09:52 -05:00
json.py 10348 add decimal custom field (#10422) 2022-09-30 16:03:24 -04:00
markdown.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
migration.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
mptt.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
ordering.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
paginator.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
permissions.py Closes #9074: Enable referencing the current user when evaluating permission constraints 2022-07-01 13:34:10 -04:00
query_functions.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
querysets.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
request.py Introduce IPNetworkSerializer to serialize allowed token IPs 2022-06-22 21:51:43 -04:00
rqworker.py Adds rq retry options (#12588) 2023-05-16 14:10:44 -04:00
tables.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
urls.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
utils.py Fixes #12779: Correct arithmetic for converting inches to meters 2023-06-01 13:21:15 -04:00
validators.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
views.py fixes typo in register_model_view docstring #12824 2023-06-14 14:06:23 +05:30