Glenn Matthews
Glenn Matthews
> > Maybe move to the existing `tables.py` rather than creating a new module? > Importing `tables` into `__init__` prevents Nautobot from starting. `ModuleNotFoundError: No module named 'nautobot_config'`. Ack, same...
Probably an issue for any of our models that have a M2M to content-types. Since we don't generally have a bespoke model defined for those through tables (which would let...
@icovada Is this still on your radar?
ForeignKeys (as opposed to ManyToManyFields) don't typically have a `through` model.
Replaced by #8104.
Thanks for the report. Any chance you can provide specific data examples that have caused migration failures?
Just a note that those settings are deprecated in Django 4.2, but not yet removed/unsupported.
Sorry for the delayed response - can this not be represented in the current model as it stands? Do the two different VRFs have different ASNs, or what part of...
Token model doesn't have `@extras_features("custom_validators")`, but based on some discussion we're thinking that that's an undesirable gate - in fixing this we should just change things so that all models...
`pytz` is deprecated; under django 4 we should be using `zoneinfo` instead. https://docs.djangoproject.com/en/4.2/releases/4.0/#zoneinfo-default-timezone-implementation