Luis Norambuena@programming.devM to Django@programming.devEnglish · 5 months agoDjango 5.2 alpha 1 releasedwww.djangoproject.comexternal-linkmessage-square4fedilinkarrow-up115arrow-down10
arrow-up115arrow-down1external-linkDjango 5.2 alpha 1 releasedwww.djangoproject.comLuis Norambuena@programming.devM to Django@programming.devEnglish · 5 months agomessage-square4fedilink
minus-squarepcouy@lemmy.pierre-couy.frlinkfedilinkarrow-up4·edit-25 months ago The shell management command now automatically imports models from all installed apps. […] This behavior can be customized to add or remove automatic imports. https://docs.djangoproject.com/en/dev/releases/5.2/ This is really cool, I’ve been using a third party extension for this purpose
https://docs.djangoproject.com/en/dev/releases/5.2/
This is really cool, I’ve been using a third party extension for this purpose
This!