index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
proxy_models
Age
Commit message (
Expand
)
Author
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-22
Reverted parts of r16963 to fix a regression on the creation of permissions o...
Aymeric Augustin
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2010-09-13
Migrated proxy_models doctests. Thanks to Eric Florenzano.
Russell Keith-Magee
2010-02-27
Removed more stray tabs in Python files.
Karen Tracey
2010-02-24
Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...
Joseph Kocherhans
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-06-08
Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...
Russell Keith-Magee
2009-06-08
Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...
Russell Keith-Magee
2009-05-19
Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...
Russell Keith-Magee
2009-05-11
Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...
Jacob Kaplan-Moss
2009-04-11
Fixed #10738 -- Fixed content type values for deferred and proxy models.
Malcolm Tredinnick
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick