Re: South data-migration and custom save() method

2013-12-21 Thread Christian Schmitt
I didn't found anything in the docs... So... could I stil load a fixture with a migration? Like here: http://south.readthedocs.org/en/latest/fixtures.html Am Freitag, 20. Dezember 2013 17:41:22 UTC+1 schrieb Andrew Godwin: > > This will also be true for django.db.migrations; there's no way we ca

Re: App-loading reloaded - custom app names in the admin

2013-12-21 Thread Aymeric Augustin
Hello, Based on the feedback I received through several channels (GitHub, IRC, private email) I’m planning to make two API changes before merging this pull request. (1) Remove auto-discovery of AppConfig in application modules I implemented this shim to make it possible to take advantage of ap