This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
0714b0f390
django1
/
django
/
contrib
/
sitemaps
/
tests
/
__init__.py
2 lines
50 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized numerical formats. Thanks to dokterbob for the report, and vung for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27 23:16:04 +08:00
from
django
.
contrib
.
sitemaps
.
tests
.
basic
import
*