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-03-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
55c2c302c1
Branches
Tags
View all branches
django
/
tests
/
modeltests
/
model_package
History
…
..
models
…
__init__.py
Fixed
#12168
-- Corrected the registration of m2m autocreated models when models.py is split into submodules. Thanks to Jens Diemer for the report and test case.
2009-11-05 11:57:28 +00:00
tests.py
Fixed
#14473
-- converted the model_package tests from doctests to unitests. We have always been at war with doctests. Thanks to Gabriel Hurley for the patch.
2010-10-15 07:34:23 +00:00