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-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
order_with_respect_to
History
…
..
__init__.py
…
models.py
Fixed
#13241
. order_with_respect_to now works with ForeignKeys who refer to their model lazily (i.e. with a string). Thanks to Gabriel Grant for the patch.
2010-10-08 23:54:43 +00:00
tests.py
…