This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
modeltests
/
proxy_models
History
Claude Paroz
4a103086d5
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
...
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
fixtures
Fixed
#11194
-- Corrected loading of Proxy models from fixtures (and, by extension, save_base(raw=True) for Proxy models).
2009-06-08 13:35:39 +00:00
__init__.py
Fixed
#10356
-- Added pure-Python inheritance for models (a.k.a proxy models).
2009-03-18 09:47:08 +00:00
models.py
Reverted parts of r16963 to fix a regression on the creation of permissions on proxy models. Refs
#17904
. Thanks koenb for the report and claudep for the patch.
2012-03-22 08:49:48 +00:00
tests.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00