--
Ticket URL: <https://code.djangoproject.com/ticket/19103>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
At this time, the swappable machinery used for swappable user models is a
private API, intentionally undocumented.
User models are the pilot program and will let us understand what
challenges exist with such an API - providing the chance to make changes
before this API is made public.
If you want to experiment with your API - you can do so, but at your own
risk. However if you do experiment, and have feedback on how the design
works, by all means share it on the mailing list.
In other words, consider this a stealth alpha feature.
--
Ticket URL: <https://code.djangoproject.com/ticket/19103#comment:1>
Comment (by the_drow):
https://github.com/wq/django-swappable-models provides both docs and API
for swappable models.
--
Ticket URL: <https://code.djangoproject.com/ticket/19103#comment:2>