This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-29 00:26:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
531e7715da545f930c49919a19e954d41c59b446
django
/
tests
/
modeltests
/
proxy_models
History
Russell Keith-Magee
8a527dda13
Ensure sequences are reset correctly in the presence of swapped models.
2012-09-24 07:48:05 +08: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
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
Ensure sequences are reset correctly in the presence of swapped models.
2012-09-24 07:48:05 +08:00