This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-05-16 03:23:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
79d62a7175
django
/
tests
/
modeltests
/
delete
History
Aymeric Augustin
e7e08fd48b
[py3] Replaced some __str__ methods by __unicode__
...
These methods actually return unicode.
2012-08-12 14:44:40 +02:00
..
__init__.py
Fixed
#7539
,
#13067
-- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.
2010-11-09 16:46:42 +00:00
models.py
[py3] Replaced some __str__ methods by __unicode__
2012-08-12 14:44:40 +02:00
tests.py
[py3] Added Python 3 compatibility for xrange.
2012-07-22 09:29:56 +02:00