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-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
b6ad9998e6436e81f7dfbf1961a147d00816fb1f
django
/
django
/
contrib
/
sites
History
Claude Paroz
9f7a01ef2b
Updated translation templates and removed en translations
...
"en" translations have been mistakenly committed in
87cc3da81
.
2013-05-02 16:25:23 +02:00
..
locale
Updated translation templates and removed en translations
2013-05-02 16:25:23 +02:00
__init__.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
admin.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
management.py
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
managers.py
Fixed
#15363
-- Renamed and normalized to
get_queryset
the methods that return a QuerySet.
2013-03-08 10:11:45 -05:00
models.py
Fixed python 3 support. Refs
#17320
2013-02-24 18:35:08 +01:00
tests.py
Fixed
#17320
-- Added whitespace validation to the Site.domain field
2013-02-24 16:40:51 +01:00