Wed Mar 23 10:38:48 2011 UTC ()
Changes 1.3:
Django 1.3窶冱 focus has mostly been on resolving smaller, long-standing feature
requests, but that hasn窶冲 prevented a few fairly significant new features from
landing, including:
* A framework for writing class-based views.
* Built-in support for using Python窶冱 logging facilities.
* Contrib support for easy handling of static files.
* Django窶冱 testing framework now supports (and ships with a copy of) the
  unittest2 library.


(adam)
diff -r1.30 -r1.31 pkgsrc/www/py-django/Makefile
diff -r1.19 -r1.20 pkgsrc/www/py-django/PLIST
diff -r1.17 -r1.18 pkgsrc/www/py-django/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/www/py-django/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django/Makefile 2011/02/10 10:03:59 1.30
+++ pkgsrc/www/py-django/Makefile 2011/03/23 10:38:48 1.31
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.30 2011/02/10 10:03:59 adam Exp $ 1# $NetBSD: Makefile,v 1.31 2011/03/23 10:38:48 adam Exp $
2 2
3DJANGOVERS= 1.2.5 3DJANGOVERS= 1.3
4DISTNAME= Django-${DJANGOVERS} 4DISTNAME= Django-${DJANGOVERS}
5PKGNAME= ${PYPKGPREFIX}-django-${DJANGOVERS} 5PKGNAME= ${PYPKGPREFIX}-django-${DJANGOVERS}
6CATEGORIES= www python 6CATEGORIES= www python
7MASTER_SITES= http://media.djangoproject.com/releases/1.2/ 7MASTER_SITES= http://media.djangoproject.com/releases/1.3/
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://www.djangoproject.com/ 10HOMEPAGE= http://www.djangoproject.com/
11COMMENT= Django, a high-level Python Web framework 11COMMENT= Django, a high-level Python Web framework
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14PREV_PKGPATH= www/py-django-devel 14PREV_PKGPATH= www/py-django-devel
15 15
16PYDISTUTILSPKG= # yes 16PYDISTUTILSPKG= # yes
17PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} 17PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20

cvs diff -r1.19 -r1.20 pkgsrc/www/py-django/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django/Attic/PLIST 2010/12/28 13:54:52 1.19
+++ pkgsrc/www/py-django/Attic/PLIST 2011/03/23 10:38:48 1.20
@@ -1,33 +1,27 @@ @@ -1,33 +1,27 @@
1@comment $NetBSD: PLIST,v 1.19 2010/12/28 13:54:52 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.20 2011/03/23 10:38:48 adam Exp $
2bin/django-admin.py 2bin/django-admin.py
3${PYSITELIB}/django/__init__.py 3${PYSITELIB}/django/__init__.py
4${PYSITELIB}/django/__init__.pyc 4${PYSITELIB}/django/__init__.pyc
5${PYSITELIB}/django/__init__.pyo 5${PYSITELIB}/django/__init__.pyo
6${PYSITELIB}/django/bin/__init__.py 6${PYSITELIB}/django/bin/__init__.py
7${PYSITELIB}/django/bin/__init__.pyc 7${PYSITELIB}/django/bin/__init__.pyc
8${PYSITELIB}/django/bin/__init__.pyo 8${PYSITELIB}/django/bin/__init__.pyo
9${PYSITELIB}/django/bin/compile-messages.py 
10${PYSITELIB}/django/bin/compile-messages.pyc 
11${PYSITELIB}/django/bin/compile-messages.pyo 
12${PYSITELIB}/django/bin/daily_cleanup.py 9${PYSITELIB}/django/bin/daily_cleanup.py
13${PYSITELIB}/django/bin/daily_cleanup.pyc 10${PYSITELIB}/django/bin/daily_cleanup.pyc
14${PYSITELIB}/django/bin/daily_cleanup.pyo 11${PYSITELIB}/django/bin/daily_cleanup.pyo
15${PYSITELIB}/django/bin/django-admin.py 12${PYSITELIB}/django/bin/django-admin.py
16${PYSITELIB}/django/bin/django-admin.pyc 13${PYSITELIB}/django/bin/django-admin.pyc
17${PYSITELIB}/django/bin/django-admin.pyo 14${PYSITELIB}/django/bin/django-admin.pyo
18${PYSITELIB}/django/bin/make-messages.py 
19${PYSITELIB}/django/bin/make-messages.pyc 
20${PYSITELIB}/django/bin/make-messages.pyo 
21${PYSITELIB}/django/bin/profiling/__init__.py 15${PYSITELIB}/django/bin/profiling/__init__.py
22${PYSITELIB}/django/bin/profiling/__init__.pyc 16${PYSITELIB}/django/bin/profiling/__init__.pyc
23${PYSITELIB}/django/bin/profiling/__init__.pyo 17${PYSITELIB}/django/bin/profiling/__init__.pyo
24${PYSITELIB}/django/bin/profiling/gather_profile_stats.py 18${PYSITELIB}/django/bin/profiling/gather_profile_stats.py
25${PYSITELIB}/django/bin/profiling/gather_profile_stats.pyc 19${PYSITELIB}/django/bin/profiling/gather_profile_stats.pyc
26${PYSITELIB}/django/bin/profiling/gather_profile_stats.pyo 20${PYSITELIB}/django/bin/profiling/gather_profile_stats.pyo
27${PYSITELIB}/django/bin/unique-messages.py 21${PYSITELIB}/django/bin/unique-messages.py
28${PYSITELIB}/django/bin/unique-messages.pyc 22${PYSITELIB}/django/bin/unique-messages.pyc
29${PYSITELIB}/django/bin/unique-messages.pyo 23${PYSITELIB}/django/bin/unique-messages.pyo
30${PYSITELIB}/django/conf/__init__.py 24${PYSITELIB}/django/conf/__init__.py
31${PYSITELIB}/django/conf/__init__.pyc 25${PYSITELIB}/django/conf/__init__.pyc
32${PYSITELIB}/django/conf/__init__.pyo 26${PYSITELIB}/django/conf/__init__.pyo
33${PYSITELIB}/django/conf/app_template/__init__.py 27${PYSITELIB}/django/conf/app_template/__init__.py
@@ -40,636 +34,530 @@ ${PYSITELIB}/django/conf/app_template/te @@ -40,636 +34,530 @@ ${PYSITELIB}/django/conf/app_template/te
40${PYSITELIB}/django/conf/app_template/tests.pyc 34${PYSITELIB}/django/conf/app_template/tests.pyc
41${PYSITELIB}/django/conf/app_template/tests.pyo 35${PYSITELIB}/django/conf/app_template/tests.pyo
42${PYSITELIB}/django/conf/app_template/views.py 36${PYSITELIB}/django/conf/app_template/views.py
43${PYSITELIB}/django/conf/app_template/views.pyc 37${PYSITELIB}/django/conf/app_template/views.pyc
44${PYSITELIB}/django/conf/app_template/views.pyo 38${PYSITELIB}/django/conf/app_template/views.pyo
45${PYSITELIB}/django/conf/global_settings.py 39${PYSITELIB}/django/conf/global_settings.py
46${PYSITELIB}/django/conf/global_settings.pyc 40${PYSITELIB}/django/conf/global_settings.pyc
47${PYSITELIB}/django/conf/global_settings.pyo 41${PYSITELIB}/django/conf/global_settings.pyo
48${PYSITELIB}/django/conf/locale/__init__.py 42${PYSITELIB}/django/conf/locale/__init__.py
49${PYSITELIB}/django/conf/locale/__init__.pyc 43${PYSITELIB}/django/conf/locale/__init__.pyc
50${PYSITELIB}/django/conf/locale/__init__.pyo 44${PYSITELIB}/django/conf/locale/__init__.pyo
51${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.mo 45${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.mo
52${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.po 46${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.po
53${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/djangojs.mo 
54${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/djangojs.po 
55${PYSITELIB}/django/conf/locale/ar/__init__.py 47${PYSITELIB}/django/conf/locale/ar/__init__.py
56${PYSITELIB}/django/conf/locale/ar/__init__.pyc 48${PYSITELIB}/django/conf/locale/ar/__init__.pyc
57${PYSITELIB}/django/conf/locale/ar/__init__.pyo 49${PYSITELIB}/django/conf/locale/ar/__init__.pyo
58${PYSITELIB}/django/conf/locale/ar/formats.py 50${PYSITELIB}/django/conf/locale/ar/formats.py
59${PYSITELIB}/django/conf/locale/ar/formats.pyc 51${PYSITELIB}/django/conf/locale/ar/formats.pyc
60${PYSITELIB}/django/conf/locale/ar/formats.pyo 52${PYSITELIB}/django/conf/locale/ar/formats.pyo
 53${PYSITELIB}/django/conf/locale/az/LC_MESSAGES/django.mo
 54${PYSITELIB}/django/conf/locale/az/LC_MESSAGES/django.po
61${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.mo 55${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.mo
62${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.po 56${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.po
63${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/djangojs.mo 
64${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/djangojs.po 
65${PYSITELIB}/django/conf/locale/bg/__init__.py 57${PYSITELIB}/django/conf/locale/bg/__init__.py
66${PYSITELIB}/django/conf/locale/bg/__init__.pyc 58${PYSITELIB}/django/conf/locale/bg/__init__.pyc
67${PYSITELIB}/django/conf/locale/bg/__init__.pyo 59${PYSITELIB}/django/conf/locale/bg/__init__.pyo
68${PYSITELIB}/django/conf/locale/bg/formats.py 60${PYSITELIB}/django/conf/locale/bg/formats.py
69${PYSITELIB}/django/conf/locale/bg/formats.pyc 61${PYSITELIB}/django/conf/locale/bg/formats.pyc
70${PYSITELIB}/django/conf/locale/bg/formats.pyo 62${PYSITELIB}/django/conf/locale/bg/formats.pyo
71${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.mo 63${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.mo
72${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.po 64${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.po
73${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/djangojs.mo 
74${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/djangojs.po 
75${PYSITELIB}/django/conf/locale/bn/__init__.py 65${PYSITELIB}/django/conf/locale/bn/__init__.py
76${PYSITELIB}/django/conf/locale/bn/__init__.pyc 66${PYSITELIB}/django/conf/locale/bn/__init__.pyc
77${PYSITELIB}/django/conf/locale/bn/__init__.pyo 67${PYSITELIB}/django/conf/locale/bn/__init__.pyo
78${PYSITELIB}/django/conf/locale/bn/formats.py 68${PYSITELIB}/django/conf/locale/bn/formats.py
79${PYSITELIB}/django/conf/locale/bn/formats.pyc 69${PYSITELIB}/django/conf/locale/bn/formats.pyc
80${PYSITELIB}/django/conf/locale/bn/formats.pyo 70${PYSITELIB}/django/conf/locale/bn/formats.pyo
81${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.mo 71${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.mo
82${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.po 72${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.po
83${PYSITELIB}/django/conf/locale/bs/__init__.py 73${PYSITELIB}/django/conf/locale/bs/__init__.py
84${PYSITELIB}/django/conf/locale/bs/__init__.pyc 74${PYSITELIB}/django/conf/locale/bs/__init__.pyc
85${PYSITELIB}/django/conf/locale/bs/__init__.pyo 75${PYSITELIB}/django/conf/locale/bs/__init__.pyo
86${PYSITELIB}/django/conf/locale/bs/formats.py 76${PYSITELIB}/django/conf/locale/bs/formats.py
87${PYSITELIB}/django/conf/locale/bs/formats.pyc 77${PYSITELIB}/django/conf/locale/bs/formats.pyc
88${PYSITELIB}/django/conf/locale/bs/formats.pyo 78${PYSITELIB}/django/conf/locale/bs/formats.pyo
89${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.mo 79${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.mo
90${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.po 80${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.po
91${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/djangojs.mo 
92${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/djangojs.po 
93${PYSITELIB}/django/conf/locale/ca/__init__.py 81${PYSITELIB}/django/conf/locale/ca/__init__.py
94${PYSITELIB}/django/conf/locale/ca/__init__.pyc 82${PYSITELIB}/django/conf/locale/ca/__init__.pyc
95${PYSITELIB}/django/conf/locale/ca/__init__.pyo 83${PYSITELIB}/django/conf/locale/ca/__init__.pyo
96${PYSITELIB}/django/conf/locale/ca/formats.py 84${PYSITELIB}/django/conf/locale/ca/formats.py
97${PYSITELIB}/django/conf/locale/ca/formats.pyc 85${PYSITELIB}/django/conf/locale/ca/formats.pyc
98${PYSITELIB}/django/conf/locale/ca/formats.pyo 86${PYSITELIB}/django/conf/locale/ca/formats.pyo
99${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.mo 87${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.mo
100${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.po 88${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.po
101${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/djangojs.mo 
102${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/djangojs.po 
103${PYSITELIB}/django/conf/locale/cs/__init__.py 89${PYSITELIB}/django/conf/locale/cs/__init__.py
104${PYSITELIB}/django/conf/locale/cs/__init__.pyc 90${PYSITELIB}/django/conf/locale/cs/__init__.pyc
105${PYSITELIB}/django/conf/locale/cs/__init__.pyo 91${PYSITELIB}/django/conf/locale/cs/__init__.pyo
106${PYSITELIB}/django/conf/locale/cs/formats.py 92${PYSITELIB}/django/conf/locale/cs/formats.py
107${PYSITELIB}/django/conf/locale/cs/formats.pyc 93${PYSITELIB}/django/conf/locale/cs/formats.pyc
108${PYSITELIB}/django/conf/locale/cs/formats.pyo 94${PYSITELIB}/django/conf/locale/cs/formats.pyo
109${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.mo 95${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.mo
110${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.po 96${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.po
111${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/djangojs.mo 
112${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/djangojs.po 
113${PYSITELIB}/django/conf/locale/cy/__init__.py 97${PYSITELIB}/django/conf/locale/cy/__init__.py
114${PYSITELIB}/django/conf/locale/cy/__init__.pyc 98${PYSITELIB}/django/conf/locale/cy/__init__.pyc
115${PYSITELIB}/django/conf/locale/cy/__init__.pyo 99${PYSITELIB}/django/conf/locale/cy/__init__.pyo
116${PYSITELIB}/django/conf/locale/cy/formats.py 100${PYSITELIB}/django/conf/locale/cy/formats.py
117${PYSITELIB}/django/conf/locale/cy/formats.pyc 101${PYSITELIB}/django/conf/locale/cy/formats.pyc
118${PYSITELIB}/django/conf/locale/cy/formats.pyo 102${PYSITELIB}/django/conf/locale/cy/formats.pyo
119${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.mo 103${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.mo
120${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.po 104${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.po
121${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/djangojs.mo 
122${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/djangojs.po 
123${PYSITELIB}/django/conf/locale/da/__init__.py 105${PYSITELIB}/django/conf/locale/da/__init__.py
124${PYSITELIB}/django/conf/locale/da/__init__.pyc 106${PYSITELIB}/django/conf/locale/da/__init__.pyc
125${PYSITELIB}/django/conf/locale/da/__init__.pyo 107${PYSITELIB}/django/conf/locale/da/__init__.pyo
126${PYSITELIB}/django/conf/locale/da/formats.py 108${PYSITELIB}/django/conf/locale/da/formats.py
127${PYSITELIB}/django/conf/locale/da/formats.pyc 109${PYSITELIB}/django/conf/locale/da/formats.pyc
128${PYSITELIB}/django/conf/locale/da/formats.pyo 110${PYSITELIB}/django/conf/locale/da/formats.pyo
129${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.mo 111${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.mo
130${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.po 112${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.po
131${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/djangojs.mo 
132${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/djangojs.po 
133${PYSITELIB}/django/conf/locale/de/__init__.py 113${PYSITELIB}/django/conf/locale/de/__init__.py
134${PYSITELIB}/django/conf/locale/de/__init__.pyc 114${PYSITELIB}/django/conf/locale/de/__init__.pyc
135${PYSITELIB}/django/conf/locale/de/__init__.pyo 115${PYSITELIB}/django/conf/locale/de/__init__.pyo
136${PYSITELIB}/django/conf/locale/de/formats.py 116${PYSITELIB}/django/conf/locale/de/formats.py
137${PYSITELIB}/django/conf/locale/de/formats.pyc 117${PYSITELIB}/django/conf/locale/de/formats.pyc
138${PYSITELIB}/django/conf/locale/de/formats.pyo 118${PYSITELIB}/django/conf/locale/de/formats.pyo
139${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.mo 119${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.mo
140${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.po 120${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.po
141${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/djangojs.mo 
142${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/djangojs.po 
143${PYSITELIB}/django/conf/locale/el/__init__.py 121${PYSITELIB}/django/conf/locale/el/__init__.py
144${PYSITELIB}/django/conf/locale/el/__init__.pyc 122${PYSITELIB}/django/conf/locale/el/__init__.pyc
145${PYSITELIB}/django/conf/locale/el/__init__.pyo 123${PYSITELIB}/django/conf/locale/el/__init__.pyo
146${PYSITELIB}/django/conf/locale/el/formats.py 124${PYSITELIB}/django/conf/locale/el/formats.py
147${PYSITELIB}/django/conf/locale/el/formats.pyc 125${PYSITELIB}/django/conf/locale/el/formats.pyc
148${PYSITELIB}/django/conf/locale/el/formats.pyo 126${PYSITELIB}/django/conf/locale/el/formats.pyo
149${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.mo 127${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.mo
150${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.po 128${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.po
151${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/djangojs.mo 
152${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/djangojs.po 
153${PYSITELIB}/django/conf/locale/en/__init__.py 129${PYSITELIB}/django/conf/locale/en/__init__.py
154${PYSITELIB}/django/conf/locale/en/__init__.pyc 130${PYSITELIB}/django/conf/locale/en/__init__.pyc
155${PYSITELIB}/django/conf/locale/en/__init__.pyo 131${PYSITELIB}/django/conf/locale/en/__init__.pyo
156${PYSITELIB}/django/conf/locale/en/formats.py 132${PYSITELIB}/django/conf/locale/en/formats.py
157${PYSITELIB}/django/conf/locale/en/formats.pyc 133${PYSITELIB}/django/conf/locale/en/formats.pyc
158${PYSITELIB}/django/conf/locale/en/formats.pyo 134${PYSITELIB}/django/conf/locale/en/formats.pyo
159${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.mo 135${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.mo
160${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.po 136${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.po
161${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/djangojs.mo 
162${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/djangojs.po 
163${PYSITELIB}/django/conf/locale/en_GB/__init__.py 137${PYSITELIB}/django/conf/locale/en_GB/__init__.py
164${PYSITELIB}/django/conf/locale/en_GB/__init__.pyc 138${PYSITELIB}/django/conf/locale/en_GB/__init__.pyc
165${PYSITELIB}/django/conf/locale/en_GB/__init__.pyo 139${PYSITELIB}/django/conf/locale/en_GB/__init__.pyo
166${PYSITELIB}/django/conf/locale/en_GB/formats.py 140${PYSITELIB}/django/conf/locale/en_GB/formats.py
167${PYSITELIB}/django/conf/locale/en_GB/formats.pyc 141${PYSITELIB}/django/conf/locale/en_GB/formats.pyc
168${PYSITELIB}/django/conf/locale/en_GB/formats.pyo 142${PYSITELIB}/django/conf/locale/en_GB/formats.pyo
169${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.mo 143${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.mo
170${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.po 144${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.po
171${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/djangojs.mo 
172${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/djangojs.po 
173${PYSITELIB}/django/conf/locale/es/__init__.py 145${PYSITELIB}/django/conf/locale/es/__init__.py
174${PYSITELIB}/django/conf/locale/es/__init__.pyc 146${PYSITELIB}/django/conf/locale/es/__init__.pyc
175${PYSITELIB}/django/conf/locale/es/__init__.pyo 147${PYSITELIB}/django/conf/locale/es/__init__.pyo
176${PYSITELIB}/django/conf/locale/es/formats.py 148${PYSITELIB}/django/conf/locale/es/formats.py
177${PYSITELIB}/django/conf/locale/es/formats.pyc 149${PYSITELIB}/django/conf/locale/es/formats.pyc
178${PYSITELIB}/django/conf/locale/es/formats.pyo 150${PYSITELIB}/django/conf/locale/es/formats.pyo
179${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.mo 151${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.mo
180${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.po 152${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.po
181${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/djangojs.mo 
182${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/djangojs.po 
183${PYSITELIB}/django/conf/locale/es_AR/__init__.py 153${PYSITELIB}/django/conf/locale/es_AR/__init__.py
184${PYSITELIB}/django/conf/locale/es_AR/__init__.pyc 154${PYSITELIB}/django/conf/locale/es_AR/__init__.pyc
185${PYSITELIB}/django/conf/locale/es_AR/__init__.pyo 155${PYSITELIB}/django/conf/locale/es_AR/__init__.pyo
186${PYSITELIB}/django/conf/locale/es_AR/formats.py 156${PYSITELIB}/django/conf/locale/es_AR/formats.py
187${PYSITELIB}/django/conf/locale/es_AR/formats.pyc 157${PYSITELIB}/django/conf/locale/es_AR/formats.pyc
188${PYSITELIB}/django/conf/locale/es_AR/formats.pyo 158${PYSITELIB}/django/conf/locale/es_AR/formats.pyo
 159${PYSITELIB}/django/conf/locale/es_MX/LC_MESSAGES/django.mo
 160${PYSITELIB}/django/conf/locale/es_MX/LC_MESSAGES/django.po
 161${PYSITELIB}/django/conf/locale/es_MX/__init__py
 162${PYSITELIB}/django/conf/locale/es_MX/formats.py
 163${PYSITELIB}/django/conf/locale/es_NI/__init__.py
 164${PYSITELIB}/django/conf/locale/es_NI/__init__.pyc
 165${PYSITELIB}/django/conf/locale/es_NI/__init__.pyo
 166${PYSITELIB}/django/conf/locale/es_NI/formats.py
 167${PYSITELIB}/django/conf/locale/es_NI/formats.pyc
 168${PYSITELIB}/django/conf/locale/es_NI/formats.pyo
189${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/django.mo 169${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/django.mo
190${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/django.po 170${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/django.po
191${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/djangojs.mo 
192${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/djangojs.po 
193${PYSITELIB}/django/conf/locale/et/__init__.py 171${PYSITELIB}/django/conf/locale/et/__init__.py
194${PYSITELIB}/django/conf/locale/et/__init__.pyc 172${PYSITELIB}/django/conf/locale/et/__init__.pyc
195${PYSITELIB}/django/conf/locale/et/__init__.pyo 173${PYSITELIB}/django/conf/locale/et/__init__.pyo
196${PYSITELIB}/django/conf/locale/et/formats.py 174${PYSITELIB}/django/conf/locale/et/formats.py
197${PYSITELIB}/django/conf/locale/et/formats.pyc 175${PYSITELIB}/django/conf/locale/et/formats.pyc
198${PYSITELIB}/django/conf/locale/et/formats.pyo 176${PYSITELIB}/django/conf/locale/et/formats.pyo
199${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/django.mo 177${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/django.mo
200${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/django.po 178${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/django.po
201${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/djangojs.mo 
202${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/djangojs.po 
203${PYSITELIB}/django/conf/locale/eu/__init__.py 179${PYSITELIB}/django/conf/locale/eu/__init__.py
204${PYSITELIB}/django/conf/locale/eu/__init__.pyc 180${PYSITELIB}/django/conf/locale/eu/__init__.pyc
205${PYSITELIB}/django/conf/locale/eu/__init__.pyo 181${PYSITELIB}/django/conf/locale/eu/__init__.pyo
206${PYSITELIB}/django/conf/locale/eu/formats.py 182${PYSITELIB}/django/conf/locale/eu/formats.py
207${PYSITELIB}/django/conf/locale/eu/formats.pyc 183${PYSITELIB}/django/conf/locale/eu/formats.pyc
208${PYSITELIB}/django/conf/locale/eu/formats.pyo 184${PYSITELIB}/django/conf/locale/eu/formats.pyo
209${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/django.mo 185${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/django.mo
210${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/django.po 186${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/django.po
211${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/djangojs.mo 
212${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/djangojs.po 
213${PYSITELIB}/django/conf/locale/fa/__init__.py 187${PYSITELIB}/django/conf/locale/fa/__init__.py
214${PYSITELIB}/django/conf/locale/fa/__init__.pyc 188${PYSITELIB}/django/conf/locale/fa/__init__.pyc
215${PYSITELIB}/django/conf/locale/fa/__init__.pyo 189${PYSITELIB}/django/conf/locale/fa/__init__.pyo
216${PYSITELIB}/django/conf/locale/fa/formats.py 190${PYSITELIB}/django/conf/locale/fa/formats.py
217${PYSITELIB}/django/conf/locale/fa/formats.pyc 191${PYSITELIB}/django/conf/locale/fa/formats.pyc
218${PYSITELIB}/django/conf/locale/fa/formats.pyo 192${PYSITELIB}/django/conf/locale/fa/formats.pyo
219${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/django.mo 193${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/django.mo
220${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/django.po 194${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/django.po
221${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/djangojs.mo 
222${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/djangojs.po 
223${PYSITELIB}/django/conf/locale/fi/__init__.py 195${PYSITELIB}/django/conf/locale/fi/__init__.py
224${PYSITELIB}/django/conf/locale/fi/__init__.pyc 196${PYSITELIB}/django/conf/locale/fi/__init__.pyc
225${PYSITELIB}/django/conf/locale/fi/__init__.pyo 197${PYSITELIB}/django/conf/locale/fi/__init__.pyo
226${PYSITELIB}/django/conf/locale/fi/formats.py 198${PYSITELIB}/django/conf/locale/fi/formats.py
227${PYSITELIB}/django/conf/locale/fi/formats.pyc 199${PYSITELIB}/django/conf/locale/fi/formats.pyc
228${PYSITELIB}/django/conf/locale/fi/formats.pyo 200${PYSITELIB}/django/conf/locale/fi/formats.pyo
229${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/django.mo 201${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/django.mo
230${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/django.po 202${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/django.po
231${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/djangojs.mo 
232${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/djangojs.po 
233${PYSITELIB}/django/conf/locale/fr/__init__.py 203${PYSITELIB}/django/conf/locale/fr/__init__.py
234${PYSITELIB}/django/conf/locale/fr/__init__.pyc 204${PYSITELIB}/django/conf/locale/fr/__init__.pyc
235${PYSITELIB}/django/conf/locale/fr/__init__.pyo 205${PYSITELIB}/django/conf/locale/fr/__init__.pyo
236${PYSITELIB}/django/conf/locale/fr/formats.py 206${PYSITELIB}/django/conf/locale/fr/formats.py
237${PYSITELIB}/django/conf/locale/fr/formats.pyc 207${PYSITELIB}/django/conf/locale/fr/formats.pyc
238${PYSITELIB}/django/conf/locale/fr/formats.pyo 208${PYSITELIB}/django/conf/locale/fr/formats.pyo
239${PYSITELIB}/django/conf/locale/fy_NL/LC_MESSAGES/django.mo 209${PYSITELIB}/django/conf/locale/fy_NL/LC_MESSAGES/django.mo
240${PYSITELIB}/django/conf/locale/fy_NL/LC_MESSAGES/django.po 210${PYSITELIB}/django/conf/locale/fy_NL/LC_MESSAGES/django.po
241${PYSITELIB}/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo 
242${PYSITELIB}/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.po 
243${PYSITELIB}/django/conf/locale/fy_NL/__init__.py 211${PYSITELIB}/django/conf/locale/fy_NL/__init__.py
244${PYSITELIB}/django/conf/locale/fy_NL/__init__.pyc 212${PYSITELIB}/django/conf/locale/fy_NL/__init__.pyc
245${PYSITELIB}/django/conf/locale/fy_NL/__init__.pyo 213${PYSITELIB}/django/conf/locale/fy_NL/__init__.pyo
246${PYSITELIB}/django/conf/locale/fy_NL/formats.py 214${PYSITELIB}/django/conf/locale/fy_NL/formats.py
247${PYSITELIB}/django/conf/locale/fy_NL/formats.pyc 215${PYSITELIB}/django/conf/locale/fy_NL/formats.pyc
248${PYSITELIB}/django/conf/locale/fy_NL/formats.pyo 216${PYSITELIB}/django/conf/locale/fy_NL/formats.pyo
249${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/django.mo 217${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/django.mo
250${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/django.po 218${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/django.po
251${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/djangojs.mo 
252${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/djangojs.po 
253${PYSITELIB}/django/conf/locale/ga/__init__.py 219${PYSITELIB}/django/conf/locale/ga/__init__.py
254${PYSITELIB}/django/conf/locale/ga/__init__.pyc 220${PYSITELIB}/django/conf/locale/ga/__init__.pyc
255${PYSITELIB}/django/conf/locale/ga/__init__.pyo 221${PYSITELIB}/django/conf/locale/ga/__init__.pyo
256${PYSITELIB}/django/conf/locale/ga/formats.py 222${PYSITELIB}/django/conf/locale/ga/formats.py
257${PYSITELIB}/django/conf/locale/ga/formats.pyc 223${PYSITELIB}/django/conf/locale/ga/formats.pyc
258${PYSITELIB}/django/conf/locale/ga/formats.pyo 224${PYSITELIB}/django/conf/locale/ga/formats.pyo
259${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/django.mo 225${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/django.mo
260${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/django.po 226${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/django.po
261${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/djangojs.mo 
262${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/djangojs.po 
263${PYSITELIB}/django/conf/locale/gl/__init__.py 227${PYSITELIB}/django/conf/locale/gl/__init__.py
264${PYSITELIB}/django/conf/locale/gl/__init__.pyc 228${PYSITELIB}/django/conf/locale/gl/__init__.pyc
265${PYSITELIB}/django/conf/locale/gl/__init__.pyo 229${PYSITELIB}/django/conf/locale/gl/__init__.pyo
266${PYSITELIB}/django/conf/locale/gl/formats.py 230${PYSITELIB}/django/conf/locale/gl/formats.py
267${PYSITELIB}/django/conf/locale/gl/formats.pyc 231${PYSITELIB}/django/conf/locale/gl/formats.pyc
268${PYSITELIB}/django/conf/locale/gl/formats.pyo 232${PYSITELIB}/django/conf/locale/gl/formats.pyo
269${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/django.mo 233${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/django.mo
270${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/django.po 234${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/django.po
271${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/djangojs.mo 
272${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/djangojs.po 
273${PYSITELIB}/django/conf/locale/he/__init__.py 235${PYSITELIB}/django/conf/locale/he/__init__.py
274${PYSITELIB}/django/conf/locale/he/__init__.pyc 236${PYSITELIB}/django/conf/locale/he/__init__.pyc
275${PYSITELIB}/django/conf/locale/he/__init__.pyo 237${PYSITELIB}/django/conf/locale/he/__init__.pyo
276${PYSITELIB}/django/conf/locale/he/formats.py 238${PYSITELIB}/django/conf/locale/he/formats.py
277${PYSITELIB}/django/conf/locale/he/formats.pyc 239${PYSITELIB}/django/conf/locale/he/formats.pyc
278${PYSITELIB}/django/conf/locale/he/formats.pyo 240${PYSITELIB}/django/conf/locale/he/formats.pyo
279${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/django.mo 241${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/django.mo
280${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/django.po 242${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/django.po
281${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/djangojs.mo 
282${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/djangojs.po 
283${PYSITELIB}/django/conf/locale/hi/__init__.py 243${PYSITELIB}/django/conf/locale/hi/__init__.py
284${PYSITELIB}/django/conf/locale/hi/__init__.pyc 244${PYSITELIB}/django/conf/locale/hi/__init__.pyc
285${PYSITELIB}/django/conf/locale/hi/__init__.pyo 245${PYSITELIB}/django/conf/locale/hi/__init__.pyo
286${PYSITELIB}/django/conf/locale/hi/formats.py 246${PYSITELIB}/django/conf/locale/hi/formats.py
287${PYSITELIB}/django/conf/locale/hi/formats.pyc 247${PYSITELIB}/django/conf/locale/hi/formats.pyc
288${PYSITELIB}/django/conf/locale/hi/formats.pyo 248${PYSITELIB}/django/conf/locale/hi/formats.pyo
289${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/django.mo 249${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/django.mo
290${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/django.po 250${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/django.po
291${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/djangojs.mo 
292${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/djangojs.po 
293${PYSITELIB}/django/conf/locale/hr/__init__.py 251${PYSITELIB}/django/conf/locale/hr/__init__.py
294${PYSITELIB}/django/conf/locale/hr/__init__.pyc 252${PYSITELIB}/django/conf/locale/hr/__init__.pyc
295${PYSITELIB}/django/conf/locale/hr/__init__.pyo 253${PYSITELIB}/django/conf/locale/hr/__init__.pyo
296${PYSITELIB}/django/conf/locale/hr/formats.py 254${PYSITELIB}/django/conf/locale/hr/formats.py
297${PYSITELIB}/django/conf/locale/hr/formats.pyc 255${PYSITELIB}/django/conf/locale/hr/formats.pyc
298${PYSITELIB}/django/conf/locale/hr/formats.pyo 256${PYSITELIB}/django/conf/locale/hr/formats.pyo
299${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/django.mo 257${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/django.mo
300${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/django.po 258${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/django.po
301${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/djangojs.mo 
302${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/djangojs.po 
303${PYSITELIB}/django/conf/locale/hu/__init__.py 259${PYSITELIB}/django/conf/locale/hu/__init__.py
304${PYSITELIB}/django/conf/locale/hu/__init__.pyc 260${PYSITELIB}/django/conf/locale/hu/__init__.pyc
305${PYSITELIB}/django/conf/locale/hu/__init__.pyo 261${PYSITELIB}/django/conf/locale/hu/__init__.pyo
306${PYSITELIB}/django/conf/locale/hu/formats.py 262${PYSITELIB}/django/conf/locale/hu/formats.py
307${PYSITELIB}/django/conf/locale/hu/formats.pyc 263${PYSITELIB}/django/conf/locale/hu/formats.pyc
308${PYSITELIB}/django/conf/locale/hu/formats.pyo 264${PYSITELIB}/django/conf/locale/hu/formats.pyo
309${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/django.mo 265${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/django.mo
310${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/django.po 266${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/django.po
311${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/djangojs.mo 
312${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/djangojs.po 
313${PYSITELIB}/django/conf/locale/id/__init__.py 267${PYSITELIB}/django/conf/locale/id/__init__.py
314${PYSITELIB}/django/conf/locale/id/__init__.pyc 268${PYSITELIB}/django/conf/locale/id/__init__.pyc
315${PYSITELIB}/django/conf/locale/id/__init__.pyo 269${PYSITELIB}/django/conf/locale/id/__init__.pyo
316${PYSITELIB}/django/conf/locale/id/formats.py 270${PYSITELIB}/django/conf/locale/id/formats.py
317${PYSITELIB}/django/conf/locale/id/formats.pyc 271${PYSITELIB}/django/conf/locale/id/formats.pyc
318${PYSITELIB}/django/conf/locale/id/formats.pyo 272${PYSITELIB}/django/conf/locale/id/formats.pyo
319${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/django.mo 273${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/django.mo
320${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/django.po 274${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/django.po
321${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/djangojs.mo 
322${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/djangojs.po 
323${PYSITELIB}/django/conf/locale/is/__init__.py 275${PYSITELIB}/django/conf/locale/is/__init__.py
324${PYSITELIB}/django/conf/locale/is/__init__.pyc 276${PYSITELIB}/django/conf/locale/is/__init__.pyc
325${PYSITELIB}/django/conf/locale/is/__init__.pyo 277${PYSITELIB}/django/conf/locale/is/__init__.pyo
326${PYSITELIB}/django/conf/locale/is/formats.py 278${PYSITELIB}/django/conf/locale/is/formats.py
327${PYSITELIB}/django/conf/locale/is/formats.pyc 279${PYSITELIB}/django/conf/locale/is/formats.pyc
328${PYSITELIB}/django/conf/locale/is/formats.pyo 280${PYSITELIB}/django/conf/locale/is/formats.pyo
329${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/django.mo 281${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/django.mo
330${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/django.po 282${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/django.po
331${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/djangojs.mo 
332${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/djangojs.po 
333${PYSITELIB}/django/conf/locale/it/__init__.py 283${PYSITELIB}/django/conf/locale/it/__init__.py
334${PYSITELIB}/django/conf/locale/it/__init__.pyc 284${PYSITELIB}/django/conf/locale/it/__init__.pyc
335${PYSITELIB}/django/conf/locale/it/__init__.pyo 285${PYSITELIB}/django/conf/locale/it/__init__.pyo
336${PYSITELIB}/django/conf/locale/it/formats.py 286${PYSITELIB}/django/conf/locale/it/formats.py
337${PYSITELIB}/django/conf/locale/it/formats.pyc 287${PYSITELIB}/django/conf/locale/it/formats.pyc
338${PYSITELIB}/django/conf/locale/it/formats.pyo 288${PYSITELIB}/django/conf/locale/it/formats.pyo
339${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/django.mo 289${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/django.mo
340${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/django.po 290${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/django.po
341${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/djangojs.mo 
342${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/djangojs.po 
343${PYSITELIB}/django/conf/locale/ja/__init__.py 291${PYSITELIB}/django/conf/locale/ja/__init__.py
344${PYSITELIB}/django/conf/locale/ja/__init__.pyc 292${PYSITELIB}/django/conf/locale/ja/__init__.pyc
345${PYSITELIB}/django/conf/locale/ja/__init__.pyo 293${PYSITELIB}/django/conf/locale/ja/__init__.pyo
346${PYSITELIB}/django/conf/locale/ja/formats.py 294${PYSITELIB}/django/conf/locale/ja/formats.py
347${PYSITELIB}/django/conf/locale/ja/formats.pyc 295${PYSITELIB}/django/conf/locale/ja/formats.pyc
348${PYSITELIB}/django/conf/locale/ja/formats.pyo 296${PYSITELIB}/django/conf/locale/ja/formats.pyo
349${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/django.mo 297${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/django.mo
350${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/django.po 298${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/django.po
351${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/djangojs.mo 
352${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/djangojs.po 
353${PYSITELIB}/django/conf/locale/ka/__init__.py 299${PYSITELIB}/django/conf/locale/ka/__init__.py
354${PYSITELIB}/django/conf/locale/ka/__init__.pyc 300${PYSITELIB}/django/conf/locale/ka/__init__.pyc
355${PYSITELIB}/django/conf/locale/ka/__init__.pyo 301${PYSITELIB}/django/conf/locale/ka/__init__.pyo
356${PYSITELIB}/django/conf/locale/ka/formats.py 302${PYSITELIB}/django/conf/locale/ka/formats.py
357${PYSITELIB}/django/conf/locale/ka/formats.pyc 303${PYSITELIB}/django/conf/locale/ka/formats.pyc
358${PYSITELIB}/django/conf/locale/ka/formats.pyo 304${PYSITELIB}/django/conf/locale/ka/formats.pyo
359${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/django.mo 305${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/django.mo
360${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/django.po 306${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/django.po
361${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/djangojs.mo 
362${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/djangojs.po 
363${PYSITELIB}/django/conf/locale/km/__init__.py 307${PYSITELIB}/django/conf/locale/km/__init__.py
364${PYSITELIB}/django/conf/locale/km/__init__.pyc 308${PYSITELIB}/django/conf/locale/km/__init__.pyc
365${PYSITELIB}/django/conf/locale/km/__init__.pyo 309${PYSITELIB}/django/conf/locale/km/__init__.pyo
366${PYSITELIB}/django/conf/locale/km/formats.py 310${PYSITELIB}/django/conf/locale/km/formats.py
367${PYSITELIB}/django/conf/locale/km/formats.pyc 311${PYSITELIB}/django/conf/locale/km/formats.pyc
368${PYSITELIB}/django/conf/locale/km/formats.pyo 312${PYSITELIB}/django/conf/locale/km/formats.pyo
369${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/django.mo 313${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/django.mo
370${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/django.po 314${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/django.po
371${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/djangojs.mo 
372${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/djangojs.po 
373${PYSITELIB}/django/conf/locale/kn/__init__.py 315${PYSITELIB}/django/conf/locale/kn/__init__.py
374${PYSITELIB}/django/conf/locale/kn/__init__.pyc 316${PYSITELIB}/django/conf/locale/kn/__init__.pyc
375${PYSITELIB}/django/conf/locale/kn/__init__.pyo 317${PYSITELIB}/django/conf/locale/kn/__init__.pyo
376${PYSITELIB}/django/conf/locale/kn/formats.py 318${PYSITELIB}/django/conf/locale/kn/formats.py
377${PYSITELIB}/django/conf/locale/kn/formats.pyc 319${PYSITELIB}/django/conf/locale/kn/formats.pyc
378${PYSITELIB}/django/conf/locale/kn/formats.pyo 320${PYSITELIB}/django/conf/locale/kn/formats.pyo
379${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/django.mo 321${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/django.mo
380${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/django.po 322${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/django.po
381${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/djangojs.mo 
382${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/djangojs.po 
383${PYSITELIB}/django/conf/locale/ko/__init__.py 323${PYSITELIB}/django/conf/locale/ko/__init__.py
384${PYSITELIB}/django/conf/locale/ko/__init__.pyc 324${PYSITELIB}/django/conf/locale/ko/__init__.pyc
385${PYSITELIB}/django/conf/locale/ko/__init__.pyo 325${PYSITELIB}/django/conf/locale/ko/__init__.pyo
386${PYSITELIB}/django/conf/locale/ko/formats.py 326${PYSITELIB}/django/conf/locale/ko/formats.py
387${PYSITELIB}/django/conf/locale/ko/formats.pyc 327${PYSITELIB}/django/conf/locale/ko/formats.pyc
388${PYSITELIB}/django/conf/locale/ko/formats.pyo 328${PYSITELIB}/django/conf/locale/ko/formats.pyo
389${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/django.mo 329${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/django.mo
390${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/django.po 330${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/django.po
391${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/djangojs.mo 
392${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/djangojs.po 
393${PYSITELIB}/django/conf/locale/lt/__init__.py 331${PYSITELIB}/django/conf/locale/lt/__init__.py
394${PYSITELIB}/django/conf/locale/lt/__init__.pyc 332${PYSITELIB}/django/conf/locale/lt/__init__.pyc
395${PYSITELIB}/django/conf/locale/lt/__init__.pyo 333${PYSITELIB}/django/conf/locale/lt/__init__.pyo
396${PYSITELIB}/django/conf/locale/lt/formats.py 334${PYSITELIB}/django/conf/locale/lt/formats.py
397${PYSITELIB}/django/conf/locale/lt/formats.pyc 335${PYSITELIB}/django/conf/locale/lt/formats.pyc
398${PYSITELIB}/django/conf/locale/lt/formats.pyo 336${PYSITELIB}/django/conf/locale/lt/formats.pyo
399${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/django.mo 337${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/django.mo
400${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/django.po 338${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/django.po
401${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/djangojs.mo 
402${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/djangojs.po 
403${PYSITELIB}/django/conf/locale/lv/__init__.py 339${PYSITELIB}/django/conf/locale/lv/__init__.py
404${PYSITELIB}/django/conf/locale/lv/__init__.pyc 340${PYSITELIB}/django/conf/locale/lv/__init__.pyc
405${PYSITELIB}/django/conf/locale/lv/__init__.pyo 341${PYSITELIB}/django/conf/locale/lv/__init__.pyo
406${PYSITELIB}/django/conf/locale/lv/formats.py 342${PYSITELIB}/django/conf/locale/lv/formats.py
407${PYSITELIB}/django/conf/locale/lv/formats.pyc 343${PYSITELIB}/django/conf/locale/lv/formats.pyc
408${PYSITELIB}/django/conf/locale/lv/formats.pyo 344${PYSITELIB}/django/conf/locale/lv/formats.pyo
409${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/django.mo 345${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/django.mo
410${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/django.po 346${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/django.po
411${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/djangojs.mo 
412${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/djangojs.po 
413${PYSITELIB}/django/conf/locale/mk/__init__.py 347${PYSITELIB}/django/conf/locale/mk/__init__.py
414${PYSITELIB}/django/conf/locale/mk/__init__.pyc 348${PYSITELIB}/django/conf/locale/mk/__init__.pyc
415${PYSITELIB}/django/conf/locale/mk/__init__.pyo 349${PYSITELIB}/django/conf/locale/mk/__init__.pyo
416${PYSITELIB}/django/conf/locale/mk/formats.py 350${PYSITELIB}/django/conf/locale/mk/formats.py
417${PYSITELIB}/django/conf/locale/mk/formats.pyc 351${PYSITELIB}/django/conf/locale/mk/formats.pyc
418${PYSITELIB}/django/conf/locale/mk/formats.pyo 352${PYSITELIB}/django/conf/locale/mk/formats.pyo
419${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/django.mo 353${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/django.mo
420${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/django.po 354${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/django.po
421${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/djangojs.mo 
422${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/djangojs.po 
423${PYSITELIB}/django/conf/locale/ml/__init__.py 355${PYSITELIB}/django/conf/locale/ml/__init__.py
424${PYSITELIB}/django/conf/locale/ml/__init__.pyc 356${PYSITELIB}/django/conf/locale/ml/__init__.pyc
425${PYSITELIB}/django/conf/locale/ml/__init__.pyo 357${PYSITELIB}/django/conf/locale/ml/__init__.pyo
426${PYSITELIB}/django/conf/locale/ml/formats.py 358${PYSITELIB}/django/conf/locale/ml/formats.py
427${PYSITELIB}/django/conf/locale/ml/formats.pyc 359${PYSITELIB}/django/conf/locale/ml/formats.pyc
428${PYSITELIB}/django/conf/locale/ml/formats.pyo 360${PYSITELIB}/django/conf/locale/ml/formats.pyo
429${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/django.mo 361${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/django.mo
430${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/django.po 362${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/django.po
431${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/djangojs.mo 
432${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/djangojs.po 
433${PYSITELIB}/django/conf/locale/mn/__init__.py 363${PYSITELIB}/django/conf/locale/mn/__init__.py
434${PYSITELIB}/django/conf/locale/mn/__init__.pyc 364${PYSITELIB}/django/conf/locale/mn/__init__.pyc
435${PYSITELIB}/django/conf/locale/mn/__init__.pyo 365${PYSITELIB}/django/conf/locale/mn/__init__.pyo
436${PYSITELIB}/django/conf/locale/mn/formats.py 366${PYSITELIB}/django/conf/locale/mn/formats.py
437${PYSITELIB}/django/conf/locale/mn/formats.pyc 367${PYSITELIB}/django/conf/locale/mn/formats.pyc
438${PYSITELIB}/django/conf/locale/mn/formats.pyo 368${PYSITELIB}/django/conf/locale/mn/formats.pyo
439${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/django.mo 369${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/django.mo
440${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/django.po 370${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/django.po
441${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/djangojs.mo 
442${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/djangojs.po 
443${PYSITELIB}/django/conf/locale/nb/__init__.py 371${PYSITELIB}/django/conf/locale/nb/__init__.py
444${PYSITELIB}/django/conf/locale/nb/__init__.pyc 372${PYSITELIB}/django/conf/locale/nb/__init__.pyc
445${PYSITELIB}/django/conf/locale/nb/__init__.pyo 373${PYSITELIB}/django/conf/locale/nb/__init__.pyo
446${PYSITELIB}/django/conf/locale/nb/formats.py 374${PYSITELIB}/django/conf/locale/nb/formats.py
447${PYSITELIB}/django/conf/locale/nb/formats.pyc 375${PYSITELIB}/django/conf/locale/nb/formats.pyc
448${PYSITELIB}/django/conf/locale/nb/formats.pyo 376${PYSITELIB}/django/conf/locale/nb/formats.pyo
449${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/django.mo 377${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/django.mo
450${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/django.po 378${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/django.po
451${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/djangojs.mo 
452${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/djangojs.po 
453${PYSITELIB}/django/conf/locale/nl/__init__.py 379${PYSITELIB}/django/conf/locale/nl/__init__.py
454${PYSITELIB}/django/conf/locale/nl/__init__.pyc 380${PYSITELIB}/django/conf/locale/nl/__init__.pyc
455${PYSITELIB}/django/conf/locale/nl/__init__.pyo 381${PYSITELIB}/django/conf/locale/nl/__init__.pyo
456${PYSITELIB}/django/conf/locale/nl/formats.py 382${PYSITELIB}/django/conf/locale/nl/formats.py
457${PYSITELIB}/django/conf/locale/nl/formats.pyc 383${PYSITELIB}/django/conf/locale/nl/formats.pyc
458${PYSITELIB}/django/conf/locale/nl/formats.pyo 384${PYSITELIB}/django/conf/locale/nl/formats.pyo
459${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/django.mo 385${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/django.mo
460${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/django.po 386${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/django.po
461${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/djangojs.mo 
462${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/djangojs.po 
463${PYSITELIB}/django/conf/locale/nn/__init__.py 387${PYSITELIB}/django/conf/locale/nn/__init__.py
464${PYSITELIB}/django/conf/locale/nn/__init__.pyc 388${PYSITELIB}/django/conf/locale/nn/__init__.pyc
465${PYSITELIB}/django/conf/locale/nn/__init__.pyo 389${PYSITELIB}/django/conf/locale/nn/__init__.pyo
466${PYSITELIB}/django/conf/locale/nn/formats.py 390${PYSITELIB}/django/conf/locale/nn/formats.py
467${PYSITELIB}/django/conf/locale/nn/formats.pyc 391${PYSITELIB}/django/conf/locale/nn/formats.pyc
468${PYSITELIB}/django/conf/locale/nn/formats.pyo 392${PYSITELIB}/django/conf/locale/nn/formats.pyo
469${PYSITELIB}/django/conf/locale/no/LC_MESSAGES/django.mo 393${PYSITELIB}/django/conf/locale/no/LC_MESSAGES/django.mo
470${PYSITELIB}/django/conf/locale/no/LC_MESSAGES/django.po 394${PYSITELIB}/django/conf/locale/no/LC_MESSAGES/django.po
471${PYSITELIB}/django/conf/locale/no/LC_MESSAGES/djangojs.mo 
472${PYSITELIB}/django/conf/locale/no/LC_MESSAGES/djangojs.po 
473${PYSITELIB}/django/conf/locale/no/__init__.py 395${PYSITELIB}/django/conf/locale/no/__init__.py
474${PYSITELIB}/django/conf/locale/no/__init__.pyc 396${PYSITELIB}/django/conf/locale/no/__init__.pyc
475${PYSITELIB}/django/conf/locale/no/__init__.pyo 397${PYSITELIB}/django/conf/locale/no/__init__.pyo
476${PYSITELIB}/django/conf/locale/no/formats.py 398${PYSITELIB}/django/conf/locale/no/formats.py
477${PYSITELIB}/django/conf/locale/no/formats.pyc 399${PYSITELIB}/django/conf/locale/no/formats.pyc
478${PYSITELIB}/django/conf/locale/no/formats.pyo 400${PYSITELIB}/django/conf/locale/no/formats.pyo
 401${PYSITELIB}/django/conf/locale/pa/LC_MESSAGES/django.mo
 402${PYSITELIB}/django/conf/locale/pa/LC_MESSAGES/django.po
479${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/django.mo 403${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/django.mo
480${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/django.po 404${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/django.po
481${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/djangojs.mo 
482${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/djangojs.po 
483${PYSITELIB}/django/conf/locale/pl/__init__.py 405${PYSITELIB}/django/conf/locale/pl/__init__.py
484${PYSITELIB}/django/conf/locale/pl/__init__.pyc 406${PYSITELIB}/django/conf/locale/pl/__init__.pyc
485${PYSITELIB}/django/conf/locale/pl/__init__.pyo 407${PYSITELIB}/django/conf/locale/pl/__init__.pyo
486${PYSITELIB}/django/conf/locale/pl/formats.py 408${PYSITELIB}/django/conf/locale/pl/formats.py
487${PYSITELIB}/django/conf/locale/pl/formats.pyc 409${PYSITELIB}/django/conf/locale/pl/formats.pyc
488${PYSITELIB}/django/conf/locale/pl/formats.pyo 410${PYSITELIB}/django/conf/locale/pl/formats.pyo
489${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/django.mo 411${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/django.mo
490${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/django.po 412${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/django.po
491${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/djangojs.mo 
492${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/djangojs.po 
493${PYSITELIB}/django/conf/locale/pt/__init__.py 413${PYSITELIB}/django/conf/locale/pt/__init__.py
494${PYSITELIB}/django/conf/locale/pt/__init__.pyc 414${PYSITELIB}/django/conf/locale/pt/__init__.pyc
495${PYSITELIB}/django/conf/locale/pt/__init__.pyo 415${PYSITELIB}/django/conf/locale/pt/__init__.pyo
496${PYSITELIB}/django/conf/locale/pt/formats.py 416${PYSITELIB}/django/conf/locale/pt/formats.py
497${PYSITELIB}/django/conf/locale/pt/formats.pyc 417${PYSITELIB}/django/conf/locale/pt/formats.pyc
498${PYSITELIB}/django/conf/locale/pt/formats.pyo 418${PYSITELIB}/django/conf/locale/pt/formats.pyo
499${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/django.mo 419${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/django.mo
500${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/django.po 420${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/django.po
501${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo 
502${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/djangojs.po 
503${PYSITELIB}/django/conf/locale/pt_BR/__init__.py 421${PYSITELIB}/django/conf/locale/pt_BR/__init__.py
504${PYSITELIB}/django/conf/locale/pt_BR/__init__.pyc 422${PYSITELIB}/django/conf/locale/pt_BR/__init__.pyc
505${PYSITELIB}/django/conf/locale/pt_BR/__init__.pyo 423${PYSITELIB}/django/conf/locale/pt_BR/__init__.pyo
506${PYSITELIB}/django/conf/locale/pt_BR/formats.py 424${PYSITELIB}/django/conf/locale/pt_BR/formats.py
507${PYSITELIB}/django/conf/locale/pt_BR/formats.pyc 425${PYSITELIB}/django/conf/locale/pt_BR/formats.pyc
508${PYSITELIB}/django/conf/locale/pt_BR/formats.pyo 426${PYSITELIB}/django/conf/locale/pt_BR/formats.pyo
509${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/django.mo 427${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/django.mo
510${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/django.po 428${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/django.po
511${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/djangojs.mo 
512${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/djangojs.po 
513${PYSITELIB}/django/conf/locale/ro/__init__.py 429${PYSITELIB}/django/conf/locale/ro/__init__.py
514${PYSITELIB}/django/conf/locale/ro/__init__.pyc 430${PYSITELIB}/django/conf/locale/ro/__init__.pyc
515${PYSITELIB}/django/conf/locale/ro/__init__.pyo 431${PYSITELIB}/django/conf/locale/ro/__init__.pyo
516${PYSITELIB}/django/conf/locale/ro/formats.py 432${PYSITELIB}/django/conf/locale/ro/formats.py
517${PYSITELIB}/django/conf/locale/ro/formats.pyc 433${PYSITELIB}/django/conf/locale/ro/formats.pyc
518${PYSITELIB}/django/conf/locale/ro/formats.pyo 434${PYSITELIB}/django/conf/locale/ro/formats.pyo
519${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/django.mo 435${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/django.mo
520${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/django.po 436${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/django.po
521${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/djangojs.mo 
522${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/djangojs.po 
523${PYSITELIB}/django/conf/locale/ru/__init__.py 437${PYSITELIB}/django/conf/locale/ru/__init__.py
524${PYSITELIB}/django/conf/locale/ru/__init__.pyc 438${PYSITELIB}/django/conf/locale/ru/__init__.pyc
525${PYSITELIB}/django/conf/locale/ru/__init__.pyo 439${PYSITELIB}/django/conf/locale/ru/__init__.pyo
526${PYSITELIB}/django/conf/locale/ru/formats.py 440${PYSITELIB}/django/conf/locale/ru/formats.py
527${PYSITELIB}/django/conf/locale/ru/formats.pyc 441${PYSITELIB}/django/conf/locale/ru/formats.pyc
528${PYSITELIB}/django/conf/locale/ru/formats.pyo 442${PYSITELIB}/django/conf/locale/ru/formats.pyo
529${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/django.mo 443${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/django.mo
530${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/django.po 444${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/django.po
531${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/djangojs.mo 
532${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/djangojs.po 
533${PYSITELIB}/django/conf/locale/sk/__init__.py 445${PYSITELIB}/django/conf/locale/sk/__init__.py
534${PYSITELIB}/django/conf/locale/sk/__init__.pyc 446${PYSITELIB}/django/conf/locale/sk/__init__.pyc
535${PYSITELIB}/django/conf/locale/sk/__init__.pyo 447${PYSITELIB}/django/conf/locale/sk/__init__.pyo
536${PYSITELIB}/django/conf/locale/sk/formats.py 448${PYSITELIB}/django/conf/locale/sk/formats.py
537${PYSITELIB}/django/conf/locale/sk/formats.pyc 449${PYSITELIB}/django/conf/locale/sk/formats.pyc
538${PYSITELIB}/django/conf/locale/sk/formats.pyo 450${PYSITELIB}/django/conf/locale/sk/formats.pyo
539${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/django.mo 451${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/django.mo
540${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/django.po 452${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/django.po
541${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/djangojs.mo 
542${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/djangojs.po 
543${PYSITELIB}/django/conf/locale/sl/__init__.py 453${PYSITELIB}/django/conf/locale/sl/__init__.py
544${PYSITELIB}/django/conf/locale/sl/__init__.pyc 454${PYSITELIB}/django/conf/locale/sl/__init__.pyc
545${PYSITELIB}/django/conf/locale/sl/__init__.pyo 455${PYSITELIB}/django/conf/locale/sl/__init__.pyo
546${PYSITELIB}/django/conf/locale/sl/formats.py 456${PYSITELIB}/django/conf/locale/sl/formats.py
547${PYSITELIB}/django/conf/locale/sl/formats.pyc 457${PYSITELIB}/django/conf/locale/sl/formats.pyc
548${PYSITELIB}/django/conf/locale/sl/formats.pyo 458${PYSITELIB}/django/conf/locale/sl/formats.pyo
549${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/django.mo 459${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/django.mo
550${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/django.po 460${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/django.po
551${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/djangojs.mo 
552${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/djangojs.po 
553${PYSITELIB}/django/conf/locale/sq/__init__.py 461${PYSITELIB}/django/conf/locale/sq/__init__.py
554${PYSITELIB}/django/conf/locale/sq/__init__.pyc 462${PYSITELIB}/django/conf/locale/sq/__init__.pyc
555${PYSITELIB}/django/conf/locale/sq/__init__.pyo 463${PYSITELIB}/django/conf/locale/sq/__init__.pyo
556${PYSITELIB}/django/conf/locale/sq/formats.py 464${PYSITELIB}/django/conf/locale/sq/formats.py
557${PYSITELIB}/django/conf/locale/sq/formats.pyc 465${PYSITELIB}/django/conf/locale/sq/formats.pyc
558${PYSITELIB}/django/conf/locale/sq/formats.pyo 466${PYSITELIB}/django/conf/locale/sq/formats.pyo
559${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/django.mo 467${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/django.mo
560${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/django.po 468${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/django.po
561${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/djangojs.mo 
562${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/djangojs.po 
563${PYSITELIB}/django/conf/locale/sr/__init__.py 469${PYSITELIB}/django/conf/locale/sr/__init__.py
564${PYSITELIB}/django/conf/locale/sr/__init__.pyc 470${PYSITELIB}/django/conf/locale/sr/__init__.pyc
565${PYSITELIB}/django/conf/locale/sr/__init__.pyo 471${PYSITELIB}/django/conf/locale/sr/__init__.pyo
566${PYSITELIB}/django/conf/locale/sr/formats.py 472${PYSITELIB}/django/conf/locale/sr/formats.py
567${PYSITELIB}/django/conf/locale/sr/formats.pyc 473${PYSITELIB}/django/conf/locale/sr/formats.pyc
568${PYSITELIB}/django/conf/locale/sr/formats.pyo 474${PYSITELIB}/django/conf/locale/sr/formats.pyo
569${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo 475${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo
570${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/django.po 476${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/django.po
571${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.mo 
572${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.po 
573${PYSITELIB}/django/conf/locale/sr_Latn/__init__.py 477${PYSITELIB}/django/conf/locale/sr_Latn/__init__.py
574${PYSITELIB}/django/conf/locale/sr_Latn/__init__.pyc 478${PYSITELIB}/django/conf/locale/sr_Latn/__init__.pyc
575${PYSITELIB}/django/conf/locale/sr_Latn/__init__.pyo 479${PYSITELIB}/django/conf/locale/sr_Latn/__init__.pyo
576${PYSITELIB}/django/conf/locale/sr_Latn/formats.py 480${PYSITELIB}/django/conf/locale/sr_Latn/formats.py
577${PYSITELIB}/django/conf/locale/sr_Latn/formats.pyc 481${PYSITELIB}/django/conf/locale/sr_Latn/formats.pyc
578${PYSITELIB}/django/conf/locale/sr_Latn/formats.pyo 482${PYSITELIB}/django/conf/locale/sr_Latn/formats.pyo
579${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/django.mo 483${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/django.mo
580${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/django.po 484${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/django.po
581${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/djangojs.mo 
582${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/djangojs.po 
583${PYSITELIB}/django/conf/locale/sv/__init__.py 485${PYSITELIB}/django/conf/locale/sv/__init__.py
584${PYSITELIB}/django/conf/locale/sv/__init__.pyc 486${PYSITELIB}/django/conf/locale/sv/__init__.pyc
585${PYSITELIB}/django/conf/locale/sv/__init__.pyo 487${PYSITELIB}/django/conf/locale/sv/__init__.pyo
586${PYSITELIB}/django/conf/locale/sv/formats.py 488${PYSITELIB}/django/conf/locale/sv/formats.py
587${PYSITELIB}/django/conf/locale/sv/formats.pyc 489${PYSITELIB}/django/conf/locale/sv/formats.pyc
588${PYSITELIB}/django/conf/locale/sv/formats.pyo 490${PYSITELIB}/django/conf/locale/sv/formats.pyo
589${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/django.mo 491${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/django.mo
590${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/django.po 492${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/django.po
591${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/djangojs.mo 
592${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/djangojs.po 
593${PYSITELIB}/django/conf/locale/ta/__init__.py 493${PYSITELIB}/django/conf/locale/ta/__init__.py
594${PYSITELIB}/django/conf/locale/ta/__init__.pyc 494${PYSITELIB}/django/conf/locale/ta/__init__.pyc
595${PYSITELIB}/django/conf/locale/ta/__init__.pyo 495${PYSITELIB}/django/conf/locale/ta/__init__.pyo
596${PYSITELIB}/django/conf/locale/ta/formats.py 496${PYSITELIB}/django/conf/locale/ta/formats.py
597${PYSITELIB}/django/conf/locale/ta/formats.pyc 497${PYSITELIB}/django/conf/locale/ta/formats.pyc
598${PYSITELIB}/django/conf/locale/ta/formats.pyo 498${PYSITELIB}/django/conf/locale/ta/formats.pyo
599${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/django.mo 499${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/django.mo
600${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/django.po 500${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/django.po
601${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/djangojs.mo 
602${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/djangojs.po 
603${PYSITELIB}/django/conf/locale/te/__init__.py 501${PYSITELIB}/django/conf/locale/te/__init__.py
604${PYSITELIB}/django/conf/locale/te/__init__.pyc 502${PYSITELIB}/django/conf/locale/te/__init__.pyc
605${PYSITELIB}/django/conf/locale/te/__init__.pyo 503${PYSITELIB}/django/conf/locale/te/__init__.pyo
606${PYSITELIB}/django/conf/locale/te/formats.py 504${PYSITELIB}/django/conf/locale/te/formats.py
607${PYSITELIB}/django/conf/locale/te/formats.pyc 505${PYSITELIB}/django/conf/locale/te/formats.pyc
608${PYSITELIB}/django/conf/locale/te/formats.pyo 506${PYSITELIB}/django/conf/locale/te/formats.pyo
609${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/django.mo 507${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/django.mo
610${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/django.po 508${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/django.po
611${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/djangojs.mo 
612${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/djangojs.po 
613${PYSITELIB}/django/conf/locale/th/__init__.py 509${PYSITELIB}/django/conf/locale/th/__init__.py
614${PYSITELIB}/django/conf/locale/th/__init__.pyc 510${PYSITELIB}/django/conf/locale/th/__init__.pyc
615${PYSITELIB}/django/conf/locale/th/__init__.pyo 511${PYSITELIB}/django/conf/locale/th/__init__.pyo
616${PYSITELIB}/django/conf/locale/th/formats.py 512${PYSITELIB}/django/conf/locale/th/formats.py
617${PYSITELIB}/django/conf/locale/th/formats.pyc 513${PYSITELIB}/django/conf/locale/th/formats.pyc
618${PYSITELIB}/django/conf/locale/th/formats.pyo 514${PYSITELIB}/django/conf/locale/th/formats.pyo
619${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/django.mo 515${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/django.mo
620${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/django.po 516${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/django.po
621${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/djangojs.mo 
622${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/djangojs.po 
623${PYSITELIB}/django/conf/locale/tr/__init__.py 517${PYSITELIB}/django/conf/locale/tr/__init__.py
624${PYSITELIB}/django/conf/locale/tr/__init__.pyc 518${PYSITELIB}/django/conf/locale/tr/__init__.pyc
625${PYSITELIB}/django/conf/locale/tr/__init__.pyo 519${PYSITELIB}/django/conf/locale/tr/__init__.pyo
626${PYSITELIB}/django/conf/locale/tr/formats.py 520${PYSITELIB}/django/conf/locale/tr/formats.py
627${PYSITELIB}/django/conf/locale/tr/formats.pyc 521${PYSITELIB}/django/conf/locale/tr/formats.pyc
628${PYSITELIB}/django/conf/locale/tr/formats.pyo 522${PYSITELIB}/django/conf/locale/tr/formats.pyo
629${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/django.mo 523${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/django.mo
630${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/django.po 524${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/django.po
631${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/djangojs.mo 
632${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/djangojs.po 
633${PYSITELIB}/django/conf/locale/uk/__init__.py 525${PYSITELIB}/django/conf/locale/uk/__init__.py
634${PYSITELIB}/django/conf/locale/uk/__init__.pyc 526${PYSITELIB}/django/conf/locale/uk/__init__.pyc
635${PYSITELIB}/django/conf/locale/uk/__init__.pyo 527${PYSITELIB}/django/conf/locale/uk/__init__.pyo
636${PYSITELIB}/django/conf/locale/uk/formats.py 528${PYSITELIB}/django/conf/locale/uk/formats.py
637${PYSITELIB}/django/conf/locale/uk/formats.pyc 529${PYSITELIB}/django/conf/locale/uk/formats.pyc
638${PYSITELIB}/django/conf/locale/uk/formats.pyo 530${PYSITELIB}/django/conf/locale/uk/formats.pyo
 531${PYSITELIB}/django/conf/locale/ur/LC_MESSAGES/django.mo
 532${PYSITELIB}/django/conf/locale/ur/LC_MESSAGES/django.po
639${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/django.mo 533${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/django.mo
640${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/django.po 534${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/django.po
641${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/djangojs.mo 
642${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/djangojs.po 
643${PYSITELIB}/django/conf/locale/vi/__init__.py 535${PYSITELIB}/django/conf/locale/vi/__init__.py
644${PYSITELIB}/django/conf/locale/vi/__init__.pyc 536${PYSITELIB}/django/conf/locale/vi/__init__.pyc
645${PYSITELIB}/django/conf/locale/vi/__init__.pyo 537${PYSITELIB}/django/conf/locale/vi/__init__.pyo
646${PYSITELIB}/django/conf/locale/vi/formats.py 538${PYSITELIB}/django/conf/locale/vi/formats.py
647${PYSITELIB}/django/conf/locale/vi/formats.pyc 539${PYSITELIB}/django/conf/locale/vi/formats.pyc
648${PYSITELIB}/django/conf/locale/vi/formats.pyo 540${PYSITELIB}/django/conf/locale/vi/formats.pyo
649${PYSITELIB}/django/conf/locale/zh_CN/LC_MESSAGES/django.mo 541${PYSITELIB}/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
650${PYSITELIB}/django/conf/locale/zh_CN/LC_MESSAGES/django.po 542${PYSITELIB}/django/conf/locale/zh_CN/LC_MESSAGES/django.po
651${PYSITELIB}/django/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo 
652${PYSITELIB}/django/conf/locale/zh_CN/LC_MESSAGES/djangojs.po 
653${PYSITELIB}/django/conf/locale/zh_CN/__init__.py 543${PYSITELIB}/django/conf/locale/zh_CN/__init__.py
654${PYSITELIB}/django/conf/locale/zh_CN/__init__.pyc 544${PYSITELIB}/django/conf/locale/zh_CN/__init__.pyc
655${PYSITELIB}/django/conf/locale/zh_CN/__init__.pyo 545${PYSITELIB}/django/conf/locale/zh_CN/__init__.pyo
656${PYSITELIB}/django/conf/locale/zh_CN/formats.py 546${PYSITELIB}/django/conf/locale/zh_CN/formats.py
657${PYSITELIB}/django/conf/locale/zh_CN/formats.pyc 547${PYSITELIB}/django/conf/locale/zh_CN/formats.pyc
658${PYSITELIB}/django/conf/locale/zh_CN/formats.pyo 548${PYSITELIB}/django/conf/locale/zh_CN/formats.pyo
659${PYSITELIB}/django/conf/locale/zh_TW/LC_MESSAGES/django.mo 549${PYSITELIB}/django/conf/locale/zh_TW/LC_MESSAGES/django.mo
660${PYSITELIB}/django/conf/locale/zh_TW/LC_MESSAGES/django.po 550${PYSITELIB}/django/conf/locale/zh_TW/LC_MESSAGES/django.po
661${PYSITELIB}/django/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo 
662${PYSITELIB}/django/conf/locale/zh_TW/LC_MESSAGES/djangojs.po 
663${PYSITELIB}/django/conf/locale/zh_TW/__init__.py 551${PYSITELIB}/django/conf/locale/zh_TW/__init__.py
664${PYSITELIB}/django/conf/locale/zh_TW/__init__.pyc 552${PYSITELIB}/django/conf/locale/zh_TW/__init__.pyc
665${PYSITELIB}/django/conf/locale/zh_TW/__init__.pyo 553${PYSITELIB}/django/conf/locale/zh_TW/__init__.pyo
666${PYSITELIB}/django/conf/locale/zh_TW/formats.py 554${PYSITELIB}/django/conf/locale/zh_TW/formats.py
667${PYSITELIB}/django/conf/locale/zh_TW/formats.pyc 555${PYSITELIB}/django/conf/locale/zh_TW/formats.pyc
668${PYSITELIB}/django/conf/locale/zh_TW/formats.pyo 556${PYSITELIB}/django/conf/locale/zh_TW/formats.pyo
669${PYSITELIB}/django/conf/project_template/__init__.py 557${PYSITELIB}/django/conf/project_template/__init__.py
670${PYSITELIB}/django/conf/project_template/__init__.pyc 558${PYSITELIB}/django/conf/project_template/__init__.pyc
671${PYSITELIB}/django/conf/project_template/__init__.pyo 559${PYSITELIB}/django/conf/project_template/__init__.pyo
672${PYSITELIB}/django/conf/project_template/manage.py 560${PYSITELIB}/django/conf/project_template/manage.py
673${PYSITELIB}/django/conf/project_template/manage.pyc 561${PYSITELIB}/django/conf/project_template/manage.pyc
674${PYSITELIB}/django/conf/project_template/manage.pyo 562${PYSITELIB}/django/conf/project_template/manage.pyo
675${PYSITELIB}/django/conf/project_template/settings.py 563${PYSITELIB}/django/conf/project_template/settings.py
@@ -680,41 +568,311 @@ ${PYSITELIB}/django/conf/project_templat @@ -680,41 +568,311 @@ ${PYSITELIB}/django/conf/project_templat
680${PYSITELIB}/django/conf/project_template/urls.pyo 568${PYSITELIB}/django/conf/project_template/urls.pyo
681${PYSITELIB}/django/conf/urls/__init__.py 569${PYSITELIB}/django/conf/urls/__init__.py
682${PYSITELIB}/django/conf/urls/__init__.pyc 570${PYSITELIB}/django/conf/urls/__init__.pyc
683${PYSITELIB}/django/conf/urls/__init__.pyo 571${PYSITELIB}/django/conf/urls/__init__.pyo
684${PYSITELIB}/django/conf/urls/defaults.py 572${PYSITELIB}/django/conf/urls/defaults.py
685${PYSITELIB}/django/conf/urls/defaults.pyc 573${PYSITELIB}/django/conf/urls/defaults.pyc
686${PYSITELIB}/django/conf/urls/defaults.pyo 574${PYSITELIB}/django/conf/urls/defaults.pyo
687${PYSITELIB}/django/conf/urls/i18n.py 575${PYSITELIB}/django/conf/urls/i18n.py
688${PYSITELIB}/django/conf/urls/i18n.pyc 576${PYSITELIB}/django/conf/urls/i18n.pyc
689${PYSITELIB}/django/conf/urls/i18n.pyo 577${PYSITELIB}/django/conf/urls/i18n.pyo
690${PYSITELIB}/django/conf/urls/shortcut.py 578${PYSITELIB}/django/conf/urls/shortcut.py
691${PYSITELIB}/django/conf/urls/shortcut.pyc 579${PYSITELIB}/django/conf/urls/shortcut.pyc
692${PYSITELIB}/django/conf/urls/shortcut.pyo 580${PYSITELIB}/django/conf/urls/shortcut.pyo
 581${PYSITELIB}/django/conf/urls/static.py
 582${PYSITELIB}/django/conf/urls/static.pyc
 583${PYSITELIB}/django/conf/urls/static.pyo
693${PYSITELIB}/django/contrib/__init__.py 584${PYSITELIB}/django/contrib/__init__.py
694${PYSITELIB}/django/contrib/__init__.pyc 585${PYSITELIB}/django/contrib/__init__.pyc
695${PYSITELIB}/django/contrib/__init__.pyo 586${PYSITELIB}/django/contrib/__init__.pyo
696${PYSITELIB}/django/contrib/admin/__init__.py 587${PYSITELIB}/django/contrib/admin/__init__.py
697${PYSITELIB}/django/contrib/admin/__init__.pyc 588${PYSITELIB}/django/contrib/admin/__init__.pyc
698${PYSITELIB}/django/contrib/admin/__init__.pyo 589${PYSITELIB}/django/contrib/admin/__init__.pyo
699${PYSITELIB}/django/contrib/admin/actions.py 590${PYSITELIB}/django/contrib/admin/actions.py
700${PYSITELIB}/django/contrib/admin/actions.pyc 591${PYSITELIB}/django/contrib/admin/actions.pyc
701${PYSITELIB}/django/contrib/admin/actions.pyo 592${PYSITELIB}/django/contrib/admin/actions.pyo
702${PYSITELIB}/django/contrib/admin/filterspecs.py 593${PYSITELIB}/django/contrib/admin/filterspecs.py
703${PYSITELIB}/django/contrib/admin/filterspecs.pyc 594${PYSITELIB}/django/contrib/admin/filterspecs.pyc
704${PYSITELIB}/django/contrib/admin/filterspecs.pyo 595${PYSITELIB}/django/contrib/admin/filterspecs.pyo
 596${PYSITELIB}/django/contrib/admin/forms.py
 597${PYSITELIB}/django/contrib/admin/forms.pyc
 598${PYSITELIB}/django/contrib/admin/forms.pyo
705${PYSITELIB}/django/contrib/admin/helpers.py 599${PYSITELIB}/django/contrib/admin/helpers.py
706${PYSITELIB}/django/contrib/admin/helpers.pyc 600${PYSITELIB}/django/contrib/admin/helpers.pyc
707${PYSITELIB}/django/contrib/admin/helpers.pyo 601${PYSITELIB}/django/contrib/admin/helpers.pyo
 602${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo
 603${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/django.po
 604${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo
 605${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po
 606${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/django.mo
 607${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/django.po
 608${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo
 609${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po
 610${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo
 611${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/django.po
 612${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo
 613${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po
 614${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo
 615${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/django.po
 616${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo
 617${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po
 618${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo
 619${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/django.po
 620${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo
 621${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po
 622${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo
 623${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/django.po
 624${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo
 625${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po
 626${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo
 627${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/django.po
 628${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo
 629${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po
 630${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo
 631${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/django.po
 632${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo
 633${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po
 634${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/django.mo
 635${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/django.po
 636${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo
 637${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po
 638${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/django.mo
 639${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/django.po
 640${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo
 641${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po
 642${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/django.mo
 643${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/django.po
 644${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo
 645${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po
 646${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/django.mo
 647${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/django.po
 648${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo
 649${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po
 650${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo
 651${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po
 652${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo
 653${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po
 654${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/django.mo
 655${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/django.po
 656${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo
 657${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po
 658${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo
 659${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po
 660${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo
 661${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po
 662${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo
 663${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po
 664${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo
 665${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po
 666${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/django.mo
 667${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/django.po
 668${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo
 669${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po
 670${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo
 671${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/django.po
 672${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo
 673${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po
 674${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo
 675${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/django.po
 676${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo
 677${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po
 678${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo
 679${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/django.po
 680${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo
 681${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po
 682${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo
 683${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/django.po
 684${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo
 685${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po
 686${PYSITELIB}/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.mo
 687${PYSITELIB}/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.po
 688${PYSITELIB}/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.mo
 689${PYSITELIB}/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.po
 690${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo
 691${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/django.po
 692${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo
 693${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po
 694${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo
 695${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/django.po
 696${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo
 697${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po
 698${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/django.mo
 699${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/django.po
 700${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo
 701${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po
 702${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo
 703${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/django.po
 704${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo
 705${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po
 706${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo
 707${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/django.po
 708${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo
 709${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po
 710${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo
 711${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/django.po
 712${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo
 713${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po
 714${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/django.mo
 715${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/django.po
 716${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo
 717${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po
 718${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/django.mo
 719${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/django.po
 720${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo
 721${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po
 722${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/django.mo
 723${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/django.po
 724${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo
 725${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po
 726${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo
 727${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/django.po
 728${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo
 729${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po
 730${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo
 731${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/django.po
 732${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo
 733${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po
 734${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/django.mo
 735${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/django.po
 736${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo
 737${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po
 738${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo
 739${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/django.po
 740${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo
 741${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po
 742${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo
 743${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/django.po
 744${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo
 745${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po
 746${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo
 747${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/django.po
 748${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo
 749${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po
 750${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo
 751${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/django.po
 752${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo
 753${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po
 754${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo
 755${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/django.po
 756${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo
 757${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po
 758${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo
 759${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/django.po
 760${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo
 761${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po
 762${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo
 763${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/django.po
 764${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo
 765${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po
 766${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo
 767${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/django.po
 768${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo
 769${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po
 770${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo
 771${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/django.po
 772${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo
 773${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po
 774${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo
 775${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/django.po
 776${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo
 777${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po
 778${PYSITELIB}/django/contrib/admin/locale/no/LC_MESSAGES/django.mo
 779${PYSITELIB}/django/contrib/admin/locale/no/LC_MESSAGES/django.po
 780${PYSITELIB}/django/contrib/admin/locale/no/LC_MESSAGES/djangojs.mo
 781${PYSITELIB}/django/contrib/admin/locale/no/LC_MESSAGES/djangojs.po
 782${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo
 783${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/django.po
 784${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo
 785${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po
 786${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo
 787${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/django.po
 788${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo
 789${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po
 790${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo
 791${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/django.po
 792${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo
 793${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po
 794${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo
 795${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po
 796${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo
 797${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po
 798${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo
 799${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/django.po
 800${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo
 801${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po
 802${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo
 803${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/django.po
 804${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo
 805${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po
 806${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo
 807${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/django.po
 808${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo
 809${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po
 810${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo
 811${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/django.po
 812${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo
 813${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po
 814${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo
 815${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/django.po
 816${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo
 817${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po
 818${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo
 819${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/django.po
 820${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo
 821${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po
 822${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo
 823${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po
 824${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo
 825${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po
 826${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo
 827${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/django.po
 828${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo
 829${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po
 830${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo
 831${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/django.po
 832${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo
 833${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po
 834${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/django.mo
 835${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/django.po
 836${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo
 837${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po
 838${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/django.mo
 839${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/django.po
 840${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo
 841${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po
 842${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo
 843${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/django.po
 844${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo
 845${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po
 846${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo
 847${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/django.po
 848${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo
 849${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po
 850${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo
 851${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/django.po
 852${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo
 853${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po
 854${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo
 855${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/django.po
 856${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo
 857${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po
 858${PYSITELIB}/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo
 859${PYSITELIB}/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.po
 860${PYSITELIB}/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo
 861${PYSITELIB}/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.po
 862${PYSITELIB}/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo
 863${PYSITELIB}/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.po
 864${PYSITELIB}/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo
 865${PYSITELIB}/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.po
708${PYSITELIB}/django/contrib/admin/media/css/base.css 866${PYSITELIB}/django/contrib/admin/media/css/base.css
709${PYSITELIB}/django/contrib/admin/media/css/changelists.css 867${PYSITELIB}/django/contrib/admin/media/css/changelists.css
710${PYSITELIB}/django/contrib/admin/media/css/dashboard.css 868${PYSITELIB}/django/contrib/admin/media/css/dashboard.css
711${PYSITELIB}/django/contrib/admin/media/css/forms.css 869${PYSITELIB}/django/contrib/admin/media/css/forms.css
712${PYSITELIB}/django/contrib/admin/media/css/ie.css 870${PYSITELIB}/django/contrib/admin/media/css/ie.css
713${PYSITELIB}/django/contrib/admin/media/css/login.css 871${PYSITELIB}/django/contrib/admin/media/css/login.css
714${PYSITELIB}/django/contrib/admin/media/css/rtl.css 872${PYSITELIB}/django/contrib/admin/media/css/rtl.css
715${PYSITELIB}/django/contrib/admin/media/css/widgets.css 873${PYSITELIB}/django/contrib/admin/media/css/widgets.css
716${PYSITELIB}/django/contrib/admin/media/img/admin/arrow-down.gif 874${PYSITELIB}/django/contrib/admin/media/img/admin/arrow-down.gif
717${PYSITELIB}/django/contrib/admin/media/img/admin/arrow-up.gif 875${PYSITELIB}/django/contrib/admin/media/img/admin/arrow-up.gif
718${PYSITELIB}/django/contrib/admin/media/img/admin/changelist-bg.gif 876${PYSITELIB}/django/contrib/admin/media/img/admin/changelist-bg.gif
719${PYSITELIB}/django/contrib/admin/media/img/admin/changelist-bg_rtl.gif 877${PYSITELIB}/django/contrib/admin/media/img/admin/changelist-bg_rtl.gif
720${PYSITELIB}/django/contrib/admin/media/img/admin/chooser-bg.gif 878${PYSITELIB}/django/contrib/admin/media/img/admin/chooser-bg.gif
@@ -852,26 +1010,158 @@ ${PYSITELIB}/django/contrib/admin/views/ @@ -852,26 +1010,158 @@ ${PYSITELIB}/django/contrib/admin/views/
852${PYSITELIB}/django/contrib/admin/views/__init__.pyo 1010${PYSITELIB}/django/contrib/admin/views/__init__.pyo
853${PYSITELIB}/django/contrib/admin/views/decorators.py 1011${PYSITELIB}/django/contrib/admin/views/decorators.py
854${PYSITELIB}/django/contrib/admin/views/decorators.pyc 1012${PYSITELIB}/django/contrib/admin/views/decorators.pyc
855${PYSITELIB}/django/contrib/admin/views/decorators.pyo 1013${PYSITELIB}/django/contrib/admin/views/decorators.pyo
856${PYSITELIB}/django/contrib/admin/views/main.py 1014${PYSITELIB}/django/contrib/admin/views/main.py
857${PYSITELIB}/django/contrib/admin/views/main.pyc 1015${PYSITELIB}/django/contrib/admin/views/main.pyc
858${PYSITELIB}/django/contrib/admin/views/main.pyo 1016${PYSITELIB}/django/contrib/admin/views/main.pyo
859${PYSITELIB}/django/contrib/admin/widgets.py 1017${PYSITELIB}/django/contrib/admin/widgets.py
860${PYSITELIB}/django/contrib/admin/widgets.pyc 1018${PYSITELIB}/django/contrib/admin/widgets.pyc
861${PYSITELIB}/django/contrib/admin/widgets.pyo 1019${PYSITELIB}/django/contrib/admin/widgets.pyo
862${PYSITELIB}/django/contrib/admindocs/__init__.py 1020${PYSITELIB}/django/contrib/admindocs/__init__.py
863${PYSITELIB}/django/contrib/admindocs/__init__.pyc 1021${PYSITELIB}/django/contrib/admindocs/__init__.pyc
864${PYSITELIB}/django/contrib/admindocs/__init__.pyo 1022${PYSITELIB}/django/contrib/admindocs/__init__.pyo
 1023${PYSITELIB}/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo
 1024${PYSITELIB}/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po
 1025${PYSITELIB}/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo
 1026${PYSITELIB}/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po
 1027${PYSITELIB}/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo
 1028${PYSITELIB}/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po
 1029${PYSITELIB}/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo
 1030${PYSITELIB}/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po
 1031${PYSITELIB}/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo
 1032${PYSITELIB}/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po
 1033${PYSITELIB}/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo
 1034${PYSITELIB}/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po
 1035${PYSITELIB}/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo
 1036${PYSITELIB}/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po
 1037${PYSITELIB}/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo
 1038${PYSITELIB}/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po
 1039${PYSITELIB}/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo
 1040${PYSITELIB}/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po
 1041${PYSITELIB}/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo
 1042${PYSITELIB}/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po
 1043${PYSITELIB}/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo
 1044${PYSITELIB}/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po
 1045${PYSITELIB}/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo
 1046${PYSITELIB}/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po
 1047${PYSITELIB}/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo
 1048${PYSITELIB}/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po
 1049${PYSITELIB}/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo
 1050${PYSITELIB}/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po
 1051${PYSITELIB}/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo
 1052${PYSITELIB}/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po
 1053${PYSITELIB}/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo
 1054${PYSITELIB}/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po
 1055${PYSITELIB}/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo
 1056${PYSITELIB}/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po
 1057${PYSITELIB}/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo
 1058${PYSITELIB}/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po
 1059${PYSITELIB}/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo
 1060${PYSITELIB}/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po
 1061${PYSITELIB}/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo
 1062${PYSITELIB}/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po
 1063${PYSITELIB}/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo
 1064${PYSITELIB}/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po
 1065${PYSITELIB}/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo
 1066${PYSITELIB}/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.po
 1067${PYSITELIB}/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo
 1068${PYSITELIB}/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po
 1069${PYSITELIB}/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo
 1070${PYSITELIB}/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po
 1071${PYSITELIB}/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo
 1072${PYSITELIB}/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po
 1073${PYSITELIB}/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo
 1074${PYSITELIB}/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po
 1075${PYSITELIB}/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo
 1076${PYSITELIB}/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po
 1077${PYSITELIB}/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo
 1078${PYSITELIB}/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po
 1079${PYSITELIB}/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo
 1080${PYSITELIB}/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po
 1081${PYSITELIB}/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo
 1082${PYSITELIB}/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po
 1083${PYSITELIB}/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo
 1084${PYSITELIB}/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po
 1085${PYSITELIB}/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo
 1086${PYSITELIB}/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po
 1087${PYSITELIB}/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo
 1088${PYSITELIB}/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po
 1089${PYSITELIB}/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo
 1090${PYSITELIB}/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po
 1091${PYSITELIB}/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo
 1092${PYSITELIB}/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po
 1093${PYSITELIB}/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo
 1094${PYSITELIB}/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po
 1095${PYSITELIB}/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo
 1096${PYSITELIB}/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po
 1097${PYSITELIB}/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo
 1098${PYSITELIB}/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po
 1099${PYSITELIB}/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo
 1100${PYSITELIB}/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po
 1101${PYSITELIB}/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo
 1102${PYSITELIB}/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po
 1103${PYSITELIB}/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo
 1104${PYSITELIB}/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po
 1105${PYSITELIB}/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo
 1106${PYSITELIB}/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po
 1107${PYSITELIB}/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo
 1108${PYSITELIB}/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po
 1109${PYSITELIB}/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo
 1110${PYSITELIB}/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po
 1111${PYSITELIB}/django/contrib/admindocs/locale/no/LC_MESSAGES/django.mo
 1112${PYSITELIB}/django/contrib/admindocs/locale/no/LC_MESSAGES/django.po
 1113${PYSITELIB}/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo
 1114${PYSITELIB}/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po
 1115${PYSITELIB}/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo
 1116${PYSITELIB}/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po
 1117${PYSITELIB}/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo
 1118${PYSITELIB}/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po
 1119${PYSITELIB}/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo
 1120${PYSITELIB}/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po
 1121${PYSITELIB}/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo
 1122${PYSITELIB}/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po
 1123${PYSITELIB}/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo
 1124${PYSITELIB}/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po
 1125${PYSITELIB}/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo
 1126${PYSITELIB}/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po
 1127${PYSITELIB}/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo
 1128${PYSITELIB}/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po
 1129${PYSITELIB}/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo
 1130${PYSITELIB}/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po
 1131${PYSITELIB}/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo
 1132${PYSITELIB}/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po
 1133${PYSITELIB}/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo
 1134${PYSITELIB}/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po
 1135${PYSITELIB}/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo
 1136${PYSITELIB}/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po
 1137${PYSITELIB}/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo
 1138${PYSITELIB}/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po
 1139${PYSITELIB}/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo
 1140${PYSITELIB}/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po
 1141${PYSITELIB}/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo
 1142${PYSITELIB}/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po
 1143${PYSITELIB}/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo
 1144${PYSITELIB}/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po
 1145${PYSITELIB}/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo
 1146${PYSITELIB}/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po
 1147${PYSITELIB}/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo
 1148${PYSITELIB}/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po
 1149${PYSITELIB}/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo
 1150${PYSITELIB}/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po
 1151${PYSITELIB}/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo
 1152${PYSITELIB}/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po
 1153${PYSITELIB}/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo
 1154${PYSITELIB}/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po
865${PYSITELIB}/django/contrib/admindocs/models.py 1155${PYSITELIB}/django/contrib/admindocs/models.py
866${PYSITELIB}/django/contrib/admindocs/models.pyc 1156${PYSITELIB}/django/contrib/admindocs/models.pyc
867${PYSITELIB}/django/contrib/admindocs/models.pyo 1157${PYSITELIB}/django/contrib/admindocs/models.pyo
868${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/bookmarklets.html 1158${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/bookmarklets.html
869${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/index.html 1159${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/index.html
870${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/missing_docutils.html 1160${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/missing_docutils.html
871${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/model_detail.html 1161${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/model_detail.html
872${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/model_index.html 1162${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/model_index.html
873${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_detail.html 1163${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_detail.html
874${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_filter_index.html 1164${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_filter_index.html
875${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_tag_index.html 1165${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_tag_index.html
876${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_detail.html 1166${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_detail.html
877${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_index.html 1167${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_index.html
@@ -899,74 +1189,216 @@ ${PYSITELIB}/django/contrib/auth/admin.p @@ -899,74 +1189,216 @@ ${PYSITELIB}/django/contrib/auth/admin.p
899${PYSITELIB}/django/contrib/auth/backends.py 1189${PYSITELIB}/django/contrib/auth/backends.py
900${PYSITELIB}/django/contrib/auth/backends.pyc 1190${PYSITELIB}/django/contrib/auth/backends.pyc
901${PYSITELIB}/django/contrib/auth/backends.pyo 1191${PYSITELIB}/django/contrib/auth/backends.pyo
902${PYSITELIB}/django/contrib/auth/context_processors.py 1192${PYSITELIB}/django/contrib/auth/context_processors.py
903${PYSITELIB}/django/contrib/auth/context_processors.pyc 1193${PYSITELIB}/django/contrib/auth/context_processors.pyc
904${PYSITELIB}/django/contrib/auth/context_processors.pyo 1194${PYSITELIB}/django/contrib/auth/context_processors.pyo
905${PYSITELIB}/django/contrib/auth/create_superuser.py 1195${PYSITELIB}/django/contrib/auth/create_superuser.py
906${PYSITELIB}/django/contrib/auth/create_superuser.pyc 1196${PYSITELIB}/django/contrib/auth/create_superuser.pyc
907${PYSITELIB}/django/contrib/auth/create_superuser.pyo 1197${PYSITELIB}/django/contrib/auth/create_superuser.pyo
908${PYSITELIB}/django/contrib/auth/decorators.py 1198${PYSITELIB}/django/contrib/auth/decorators.py
909${PYSITELIB}/django/contrib/auth/decorators.pyc 1199${PYSITELIB}/django/contrib/auth/decorators.pyc
910${PYSITELIB}/django/contrib/auth/decorators.pyo 1200${PYSITELIB}/django/contrib/auth/decorators.pyo
911${PYSITELIB}/django/contrib/auth/fixtures/authtestdata.json 1201${PYSITELIB}/django/contrib/auth/fixtures/authtestdata.json
 1202${PYSITELIB}/django/contrib/auth/fixtures/permissionstestdata.json
912${PYSITELIB}/django/contrib/auth/forms.py 1203${PYSITELIB}/django/contrib/auth/forms.py
913${PYSITELIB}/django/contrib/auth/forms.pyc 1204${PYSITELIB}/django/contrib/auth/forms.pyc
914${PYSITELIB}/django/contrib/auth/forms.pyo 1205${PYSITELIB}/django/contrib/auth/forms.pyo
915${PYSITELIB}/django/contrib/auth/handlers/__init__.py 1206${PYSITELIB}/django/contrib/auth/handlers/__init__.py
916${PYSITELIB}/django/contrib/auth/handlers/__init__.pyc 1207${PYSITELIB}/django/contrib/auth/handlers/__init__.pyc
917${PYSITELIB}/django/contrib/auth/handlers/__init__.pyo 1208${PYSITELIB}/django/contrib/auth/handlers/__init__.pyo
918${PYSITELIB}/django/contrib/auth/handlers/modpython.py 1209${PYSITELIB}/django/contrib/auth/handlers/modpython.py
919${PYSITELIB}/django/contrib/auth/handlers/modpython.pyc 1210${PYSITELIB}/django/contrib/auth/handlers/modpython.pyc
920${PYSITELIB}/django/contrib/auth/handlers/modpython.pyo 1211${PYSITELIB}/django/contrib/auth/handlers/modpython.pyo
 1212${PYSITELIB}/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo
 1213${PYSITELIB}/django/contrib/auth/locale/ar/LC_MESSAGES/django.po
 1214${PYSITELIB}/django/contrib/auth/locale/az/LC_MESSAGES/django.mo
 1215${PYSITELIB}/django/contrib/auth/locale/az/LC_MESSAGES/django.po
 1216${PYSITELIB}/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo
 1217${PYSITELIB}/django/contrib/auth/locale/bg/LC_MESSAGES/django.po
 1218${PYSITELIB}/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo
 1219${PYSITELIB}/django/contrib/auth/locale/bn/LC_MESSAGES/django.po
 1220${PYSITELIB}/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo
 1221${PYSITELIB}/django/contrib/auth/locale/bs/LC_MESSAGES/django.po
 1222${PYSITELIB}/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo
 1223${PYSITELIB}/django/contrib/auth/locale/ca/LC_MESSAGES/django.po
 1224${PYSITELIB}/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo
 1225${PYSITELIB}/django/contrib/auth/locale/cs/LC_MESSAGES/django.po
 1226${PYSITELIB}/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo
 1227${PYSITELIB}/django/contrib/auth/locale/cy/LC_MESSAGES/django.po
 1228${PYSITELIB}/django/contrib/auth/locale/da/LC_MESSAGES/django.mo
 1229${PYSITELIB}/django/contrib/auth/locale/da/LC_MESSAGES/django.po
 1230${PYSITELIB}/django/contrib/auth/locale/de/LC_MESSAGES/django.mo
 1231${PYSITELIB}/django/contrib/auth/locale/de/LC_MESSAGES/django.po
 1232${PYSITELIB}/django/contrib/auth/locale/el/LC_MESSAGES/django.mo
 1233${PYSITELIB}/django/contrib/auth/locale/el/LC_MESSAGES/django.po
 1234${PYSITELIB}/django/contrib/auth/locale/en/LC_MESSAGES/django.mo
 1235${PYSITELIB}/django/contrib/auth/locale/en/LC_MESSAGES/django.po
 1236${PYSITELIB}/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo
 1237${PYSITELIB}/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po
 1238${PYSITELIB}/django/contrib/auth/locale/es/LC_MESSAGES/django.mo
 1239${PYSITELIB}/django/contrib/auth/locale/es/LC_MESSAGES/django.po
 1240${PYSITELIB}/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo
 1241${PYSITELIB}/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po
 1242${PYSITELIB}/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo
 1243${PYSITELIB}/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po
 1244${PYSITELIB}/django/contrib/auth/locale/et/LC_MESSAGES/django.mo
 1245${PYSITELIB}/django/contrib/auth/locale/et/LC_MESSAGES/django.po
 1246${PYSITELIB}/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo
 1247${PYSITELIB}/django/contrib/auth/locale/eu/LC_MESSAGES/django.po
 1248${PYSITELIB}/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo
 1249${PYSITELIB}/django/contrib/auth/locale/fa/LC_MESSAGES/django.po
 1250${PYSITELIB}/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo
 1251${PYSITELIB}/django/contrib/auth/locale/fi/LC_MESSAGES/django.po
 1252${PYSITELIB}/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo
 1253${PYSITELIB}/django/contrib/auth/locale/fr/LC_MESSAGES/django.po
 1254${PYSITELIB}/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo
 1255${PYSITELIB}/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.po
 1256${PYSITELIB}/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo
 1257${PYSITELIB}/django/contrib/auth/locale/ga/LC_MESSAGES/django.po
 1258${PYSITELIB}/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo
 1259${PYSITELIB}/django/contrib/auth/locale/gl/LC_MESSAGES/django.po
 1260${PYSITELIB}/django/contrib/auth/locale/he/LC_MESSAGES/django.mo
 1261${PYSITELIB}/django/contrib/auth/locale/he/LC_MESSAGES/django.po
 1262${PYSITELIB}/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo
 1263${PYSITELIB}/django/contrib/auth/locale/hi/LC_MESSAGES/django.po
 1264${PYSITELIB}/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo
 1265${PYSITELIB}/django/contrib/auth/locale/hr/LC_MESSAGES/django.po
 1266${PYSITELIB}/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo
 1267${PYSITELIB}/django/contrib/auth/locale/hu/LC_MESSAGES/django.po
 1268${PYSITELIB}/django/contrib/auth/locale/id/LC_MESSAGES/django.mo
 1269${PYSITELIB}/django/contrib/auth/locale/id/LC_MESSAGES/django.po
 1270${PYSITELIB}/django/contrib/auth/locale/is/LC_MESSAGES/django.mo
 1271${PYSITELIB}/django/contrib/auth/locale/is/LC_MESSAGES/django.po
 1272${PYSITELIB}/django/contrib/auth/locale/it/LC_MESSAGES/django.mo
 1273${PYSITELIB}/django/contrib/auth/locale/it/LC_MESSAGES/django.po
 1274${PYSITELIB}/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo
 1275${PYSITELIB}/django/contrib/auth/locale/ja/LC_MESSAGES/django.po
 1276${PYSITELIB}/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo
 1277${PYSITELIB}/django/contrib/auth/locale/ka/LC_MESSAGES/django.po
 1278${PYSITELIB}/django/contrib/auth/locale/km/LC_MESSAGES/django.mo
 1279${PYSITELIB}/django/contrib/auth/locale/km/LC_MESSAGES/django.po
 1280${PYSITELIB}/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo
 1281${PYSITELIB}/django/contrib/auth/locale/kn/LC_MESSAGES/django.po
 1282${PYSITELIB}/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo
 1283${PYSITELIB}/django/contrib/auth/locale/ko/LC_MESSAGES/django.po
 1284${PYSITELIB}/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo
 1285${PYSITELIB}/django/contrib/auth/locale/lt/LC_MESSAGES/django.po
 1286${PYSITELIB}/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo
 1287${PYSITELIB}/django/contrib/auth/locale/lv/LC_MESSAGES/django.po
 1288${PYSITELIB}/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo
 1289${PYSITELIB}/django/contrib/auth/locale/mk/LC_MESSAGES/django.po
 1290${PYSITELIB}/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo
 1291${PYSITELIB}/django/contrib/auth/locale/ml/LC_MESSAGES/django.po
 1292${PYSITELIB}/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo
 1293${PYSITELIB}/django/contrib/auth/locale/mn/LC_MESSAGES/django.po
 1294${PYSITELIB}/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo
 1295${PYSITELIB}/django/contrib/auth/locale/nb/LC_MESSAGES/django.po
 1296${PYSITELIB}/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo
 1297${PYSITELIB}/django/contrib/auth/locale/nl/LC_MESSAGES/django.po
 1298${PYSITELIB}/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo
 1299${PYSITELIB}/django/contrib/auth/locale/nn/LC_MESSAGES/django.po
 1300${PYSITELIB}/django/contrib/auth/locale/no/LC_MESSAGES/django.mo
 1301${PYSITELIB}/django/contrib/auth/locale/no/LC_MESSAGES/django.po
 1302${PYSITELIB}/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo
 1303${PYSITELIB}/django/contrib/auth/locale/pa/LC_MESSAGES/django.po
 1304${PYSITELIB}/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo
 1305${PYSITELIB}/django/contrib/auth/locale/pl/LC_MESSAGES/django.po
 1306${PYSITELIB}/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo
 1307${PYSITELIB}/django/contrib/auth/locale/pt/LC_MESSAGES/django.po
 1308${PYSITELIB}/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo
 1309${PYSITELIB}/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po
 1310${PYSITELIB}/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo
 1311${PYSITELIB}/django/contrib/auth/locale/ro/LC_MESSAGES/django.po
 1312${PYSITELIB}/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo
 1313${PYSITELIB}/django/contrib/auth/locale/ru/LC_MESSAGES/django.po
 1314${PYSITELIB}/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo
 1315${PYSITELIB}/django/contrib/auth/locale/sk/LC_MESSAGES/django.po
 1316${PYSITELIB}/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo
 1317${PYSITELIB}/django/contrib/auth/locale/sl/LC_MESSAGES/django.po
 1318${PYSITELIB}/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo
 1319${PYSITELIB}/django/contrib/auth/locale/sq/LC_MESSAGES/django.po
 1320${PYSITELIB}/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo
 1321${PYSITELIB}/django/contrib/auth/locale/sr/LC_MESSAGES/django.po
 1322${PYSITELIB}/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo
 1323${PYSITELIB}/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po
 1324${PYSITELIB}/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo
 1325${PYSITELIB}/django/contrib/auth/locale/sv/LC_MESSAGES/django.po
 1326${PYSITELIB}/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo
 1327${PYSITELIB}/django/contrib/auth/locale/ta/LC_MESSAGES/django.po
 1328${PYSITELIB}/django/contrib/auth/locale/te/LC_MESSAGES/django.mo
 1329${PYSITELIB}/django/contrib/auth/locale/te/LC_MESSAGES/django.po
 1330${PYSITELIB}/django/contrib/auth/locale/th/LC_MESSAGES/django.mo
 1331${PYSITELIB}/django/contrib/auth/locale/th/LC_MESSAGES/django.po
 1332${PYSITELIB}/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo
 1333${PYSITELIB}/django/contrib/auth/locale/tr/LC_MESSAGES/django.po
 1334${PYSITELIB}/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo
 1335${PYSITELIB}/django/contrib/auth/locale/uk/LC_MESSAGES/django.po
 1336${PYSITELIB}/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo
 1337${PYSITELIB}/django/contrib/auth/locale/ur/LC_MESSAGES/django.po
 1338${PYSITELIB}/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo
 1339${PYSITELIB}/django/contrib/auth/locale/vi/LC_MESSAGES/django.po
 1340${PYSITELIB}/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo
 1341${PYSITELIB}/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po
 1342${PYSITELIB}/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo
 1343${PYSITELIB}/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po
921${PYSITELIB}/django/contrib/auth/management/__init__.py 1344${PYSITELIB}/django/contrib/auth/management/__init__.py
922${PYSITELIB}/django/contrib/auth/management/__init__.pyc 1345${PYSITELIB}/django/contrib/auth/management/__init__.pyc
923${PYSITELIB}/django/contrib/auth/management/__init__.pyo 1346${PYSITELIB}/django/contrib/auth/management/__init__.pyo
924${PYSITELIB}/django/contrib/auth/management/commands/__init__.py 1347${PYSITELIB}/django/contrib/auth/management/commands/__init__.py
925${PYSITELIB}/django/contrib/auth/management/commands/__init__.pyc 1348${PYSITELIB}/django/contrib/auth/management/commands/__init__.pyc
926${PYSITELIB}/django/contrib/auth/management/commands/__init__.pyo 1349${PYSITELIB}/django/contrib/auth/management/commands/__init__.pyo
927${PYSITELIB}/django/contrib/auth/management/commands/changepassword.py 1350${PYSITELIB}/django/contrib/auth/management/commands/changepassword.py
928${PYSITELIB}/django/contrib/auth/management/commands/changepassword.pyc 1351${PYSITELIB}/django/contrib/auth/management/commands/changepassword.pyc
929${PYSITELIB}/django/contrib/auth/management/commands/changepassword.pyo 1352${PYSITELIB}/django/contrib/auth/management/commands/changepassword.pyo
930${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.py 1353${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.py
931${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.pyc 1354${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.pyc
932${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.pyo 1355${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.pyo
933${PYSITELIB}/django/contrib/auth/middleware.py 1356${PYSITELIB}/django/contrib/auth/middleware.py
934${PYSITELIB}/django/contrib/auth/middleware.pyc 1357${PYSITELIB}/django/contrib/auth/middleware.pyc
935${PYSITELIB}/django/contrib/auth/middleware.pyo 1358${PYSITELIB}/django/contrib/auth/middleware.pyo
936${PYSITELIB}/django/contrib/auth/models.py 1359${PYSITELIB}/django/contrib/auth/models.py
937${PYSITELIB}/django/contrib/auth/models.pyc 1360${PYSITELIB}/django/contrib/auth/models.pyc
938${PYSITELIB}/django/contrib/auth/models.pyo 1361${PYSITELIB}/django/contrib/auth/models.pyo
 1362${PYSITELIB}/django/contrib/auth/signals.py
 1363${PYSITELIB}/django/contrib/auth/signals.pyc
 1364${PYSITELIB}/django/contrib/auth/signals.pyo
939${PYSITELIB}/django/contrib/auth/tests/__init__.py 1365${PYSITELIB}/django/contrib/auth/tests/__init__.py
940${PYSITELIB}/django/contrib/auth/tests/__init__.pyc 1366${PYSITELIB}/django/contrib/auth/tests/__init__.pyc
941${PYSITELIB}/django/contrib/auth/tests/__init__.pyo 1367${PYSITELIB}/django/contrib/auth/tests/__init__.pyo
942${PYSITELIB}/django/contrib/auth/tests/auth_backends.py 1368${PYSITELIB}/django/contrib/auth/tests/auth_backends.py
943${PYSITELIB}/django/contrib/auth/tests/auth_backends.pyc 1369${PYSITELIB}/django/contrib/auth/tests/auth_backends.pyc
944${PYSITELIB}/django/contrib/auth/tests/auth_backends.pyo 1370${PYSITELIB}/django/contrib/auth/tests/auth_backends.pyo
945${PYSITELIB}/django/contrib/auth/tests/basic.py 1371${PYSITELIB}/django/contrib/auth/tests/basic.py
946${PYSITELIB}/django/contrib/auth/tests/basic.pyc 1372${PYSITELIB}/django/contrib/auth/tests/basic.pyc
947${PYSITELIB}/django/contrib/auth/tests/basic.pyo 1373${PYSITELIB}/django/contrib/auth/tests/basic.pyo
948${PYSITELIB}/django/contrib/auth/tests/decorators.py 1374${PYSITELIB}/django/contrib/auth/tests/decorators.py
949${PYSITELIB}/django/contrib/auth/tests/decorators.pyc 1375${PYSITELIB}/django/contrib/auth/tests/decorators.pyc
950${PYSITELIB}/django/contrib/auth/tests/decorators.pyo 1376${PYSITELIB}/django/contrib/auth/tests/decorators.pyo
951${PYSITELIB}/django/contrib/auth/tests/forms.py 1377${PYSITELIB}/django/contrib/auth/tests/forms.py
952${PYSITELIB}/django/contrib/auth/tests/forms.pyc 1378${PYSITELIB}/django/contrib/auth/tests/forms.pyc
953${PYSITELIB}/django/contrib/auth/tests/forms.pyo 1379${PYSITELIB}/django/contrib/auth/tests/forms.pyo
954${PYSITELIB}/django/contrib/auth/tests/models.py 1380${PYSITELIB}/django/contrib/auth/tests/models.py
955${PYSITELIB}/django/contrib/auth/tests/models.pyc 1381${PYSITELIB}/django/contrib/auth/tests/models.pyc
956${PYSITELIB}/django/contrib/auth/tests/models.pyo 1382${PYSITELIB}/django/contrib/auth/tests/models.pyo
 1383${PYSITELIB}/django/contrib/auth/tests/permissions.py
 1384${PYSITELIB}/django/contrib/auth/tests/permissions.pyc
 1385${PYSITELIB}/django/contrib/auth/tests/permissions.pyo
957${PYSITELIB}/django/contrib/auth/tests/remote_user.py 1386${PYSITELIB}/django/contrib/auth/tests/remote_user.py
958${PYSITELIB}/django/contrib/auth/tests/remote_user.pyc 1387${PYSITELIB}/django/contrib/auth/tests/remote_user.pyc
959${PYSITELIB}/django/contrib/auth/tests/remote_user.pyo 1388${PYSITELIB}/django/contrib/auth/tests/remote_user.pyo
 1389${PYSITELIB}/django/contrib/auth/tests/signals.py
 1390${PYSITELIB}/django/contrib/auth/tests/signals.pyc
 1391${PYSITELIB}/django/contrib/auth/tests/signals.pyo
960${PYSITELIB}/django/contrib/auth/tests/templates/registration/logged_out.html 1392${PYSITELIB}/django/contrib/auth/tests/templates/registration/logged_out.html
961${PYSITELIB}/django/contrib/auth/tests/templates/registration/login.html 1393${PYSITELIB}/django/contrib/auth/tests/templates/registration/login.html
962${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_change_form.html 1394${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_change_form.html
963${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_complete.html 1395${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_complete.html
964${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_confirm.html 1396${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_confirm.html
965${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_done.html 1397${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_done.html
966${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_email.html 1398${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_email.html
967${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_form.html 1399${PYSITELIB}/django/contrib/auth/tests/templates/registration/password_reset_form.html
968${PYSITELIB}/django/contrib/auth/tests/tokens.py 1400${PYSITELIB}/django/contrib/auth/tests/tokens.py
969${PYSITELIB}/django/contrib/auth/tests/tokens.pyc 1401${PYSITELIB}/django/contrib/auth/tests/tokens.pyc
970${PYSITELIB}/django/contrib/auth/tests/tokens.pyo 1402${PYSITELIB}/django/contrib/auth/tests/tokens.pyo
971${PYSITELIB}/django/contrib/auth/tests/urls.py 1403${PYSITELIB}/django/contrib/auth/tests/urls.py
972${PYSITELIB}/django/contrib/auth/tests/urls.pyc 1404${PYSITELIB}/django/contrib/auth/tests/urls.pyc
@@ -985,26 +1417,158 @@ ${PYSITELIB}/django/contrib/auth/views.p @@ -985,26 +1417,158 @@ ${PYSITELIB}/django/contrib/auth/views.p
985${PYSITELIB}/django/contrib/auth/views.pyo 1417${PYSITELIB}/django/contrib/auth/views.pyo
986${PYSITELIB}/django/contrib/comments/__init__.py 1418${PYSITELIB}/django/contrib/comments/__init__.py
987${PYSITELIB}/django/contrib/comments/__init__.pyc 1419${PYSITELIB}/django/contrib/comments/__init__.pyc
988${PYSITELIB}/django/contrib/comments/__init__.pyo 1420${PYSITELIB}/django/contrib/comments/__init__.pyo
989${PYSITELIB}/django/contrib/comments/admin.py 1421${PYSITELIB}/django/contrib/comments/admin.py
990${PYSITELIB}/django/contrib/comments/admin.pyc 1422${PYSITELIB}/django/contrib/comments/admin.pyc
991${PYSITELIB}/django/contrib/comments/admin.pyo 1423${PYSITELIB}/django/contrib/comments/admin.pyo
992${PYSITELIB}/django/contrib/comments/feeds.py 1424${PYSITELIB}/django/contrib/comments/feeds.py
993${PYSITELIB}/django/contrib/comments/feeds.pyc 1425${PYSITELIB}/django/contrib/comments/feeds.pyc
994${PYSITELIB}/django/contrib/comments/feeds.pyo 1426${PYSITELIB}/django/contrib/comments/feeds.pyo
995${PYSITELIB}/django/contrib/comments/forms.py 1427${PYSITELIB}/django/contrib/comments/forms.py
996${PYSITELIB}/django/contrib/comments/forms.pyc 1428${PYSITELIB}/django/contrib/comments/forms.pyc
997${PYSITELIB}/django/contrib/comments/forms.pyo 1429${PYSITELIB}/django/contrib/comments/forms.pyo
 1430${PYSITELIB}/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo
 1431${PYSITELIB}/django/contrib/comments/locale/ar/LC_MESSAGES/django.po
 1432${PYSITELIB}/django/contrib/comments/locale/az/LC_MESSAGES/django.mo
 1433${PYSITELIB}/django/contrib/comments/locale/az/LC_MESSAGES/django.po
 1434${PYSITELIB}/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo
 1435${PYSITELIB}/django/contrib/comments/locale/bg/LC_MESSAGES/django.po
 1436${PYSITELIB}/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo
 1437${PYSITELIB}/django/contrib/comments/locale/bn/LC_MESSAGES/django.po
 1438${PYSITELIB}/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo
 1439${PYSITELIB}/django/contrib/comments/locale/bs/LC_MESSAGES/django.po
 1440${PYSITELIB}/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo
 1441${PYSITELIB}/django/contrib/comments/locale/ca/LC_MESSAGES/django.po
 1442${PYSITELIB}/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo
 1443${PYSITELIB}/django/contrib/comments/locale/cs/LC_MESSAGES/django.po
 1444${PYSITELIB}/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo
 1445${PYSITELIB}/django/contrib/comments/locale/cy/LC_MESSAGES/django.po
 1446${PYSITELIB}/django/contrib/comments/locale/da/LC_MESSAGES/django.mo
 1447${PYSITELIB}/django/contrib/comments/locale/da/LC_MESSAGES/django.po
 1448${PYSITELIB}/django/contrib/comments/locale/de/LC_MESSAGES/django.mo
 1449${PYSITELIB}/django/contrib/comments/locale/de/LC_MESSAGES/django.po
 1450${PYSITELIB}/django/contrib/comments/locale/el/LC_MESSAGES/django.mo
 1451${PYSITELIB}/django/contrib/comments/locale/el/LC_MESSAGES/django.po
 1452${PYSITELIB}/django/contrib/comments/locale/en/LC_MESSAGES/django.mo
 1453${PYSITELIB}/django/contrib/comments/locale/en/LC_MESSAGES/django.po
 1454${PYSITELIB}/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo
 1455${PYSITELIB}/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.po
 1456${PYSITELIB}/django/contrib/comments/locale/es/LC_MESSAGES/django.mo
 1457${PYSITELIB}/django/contrib/comments/locale/es/LC_MESSAGES/django.po
 1458${PYSITELIB}/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo
 1459${PYSITELIB}/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po
 1460${PYSITELIB}/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo
 1461${PYSITELIB}/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po
 1462${PYSITELIB}/django/contrib/comments/locale/et/LC_MESSAGES/django.mo
 1463${PYSITELIB}/django/contrib/comments/locale/et/LC_MESSAGES/django.po
 1464${PYSITELIB}/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo
 1465${PYSITELIB}/django/contrib/comments/locale/eu/LC_MESSAGES/django.po
 1466${PYSITELIB}/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo
 1467${PYSITELIB}/django/contrib/comments/locale/fa/LC_MESSAGES/django.po
 1468${PYSITELIB}/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo
 1469${PYSITELIB}/django/contrib/comments/locale/fi/LC_MESSAGES/django.po
 1470${PYSITELIB}/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo
 1471${PYSITELIB}/django/contrib/comments/locale/fr/LC_MESSAGES/django.po
 1472${PYSITELIB}/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.mo
 1473${PYSITELIB}/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.po
 1474${PYSITELIB}/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo
 1475${PYSITELIB}/django/contrib/comments/locale/ga/LC_MESSAGES/django.po
 1476${PYSITELIB}/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo
 1477${PYSITELIB}/django/contrib/comments/locale/gl/LC_MESSAGES/django.po
 1478${PYSITELIB}/django/contrib/comments/locale/he/LC_MESSAGES/django.mo
 1479${PYSITELIB}/django/contrib/comments/locale/he/LC_MESSAGES/django.po
 1480${PYSITELIB}/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo
 1481${PYSITELIB}/django/contrib/comments/locale/hi/LC_MESSAGES/django.po
 1482${PYSITELIB}/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo
 1483${PYSITELIB}/django/contrib/comments/locale/hr/LC_MESSAGES/django.po
 1484${PYSITELIB}/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo
 1485${PYSITELIB}/django/contrib/comments/locale/hu/LC_MESSAGES/django.po
 1486${PYSITELIB}/django/contrib/comments/locale/id/LC_MESSAGES/django.mo
 1487${PYSITELIB}/django/contrib/comments/locale/id/LC_MESSAGES/django.po
 1488${PYSITELIB}/django/contrib/comments/locale/is/LC_MESSAGES/django.mo
 1489${PYSITELIB}/django/contrib/comments/locale/is/LC_MESSAGES/django.po
 1490${PYSITELIB}/django/contrib/comments/locale/it/LC_MESSAGES/django.mo
 1491${PYSITELIB}/django/contrib/comments/locale/it/LC_MESSAGES/django.po
 1492${PYSITELIB}/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo
 1493${PYSITELIB}/django/contrib/comments/locale/ja/LC_MESSAGES/django.po
 1494${PYSITELIB}/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo
 1495${PYSITELIB}/django/contrib/comments/locale/ka/LC_MESSAGES/django.po
 1496${PYSITELIB}/django/contrib/comments/locale/km/LC_MESSAGES/django.mo
 1497${PYSITELIB}/django/contrib/comments/locale/km/LC_MESSAGES/django.po
 1498${PYSITELIB}/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo
 1499${PYSITELIB}/django/contrib/comments/locale/kn/LC_MESSAGES/django.po
 1500${PYSITELIB}/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo
 1501${PYSITELIB}/django/contrib/comments/locale/ko/LC_MESSAGES/django.po
 1502${PYSITELIB}/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo
 1503${PYSITELIB}/django/contrib/comments/locale/lt/LC_MESSAGES/django.po
 1504${PYSITELIB}/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo
 1505${PYSITELIB}/django/contrib/comments/locale/lv/LC_MESSAGES/django.po
 1506${PYSITELIB}/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo
 1507${PYSITELIB}/django/contrib/comments/locale/mk/LC_MESSAGES/django.po
 1508${PYSITELIB}/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo
 1509${PYSITELIB}/django/contrib/comments/locale/ml/LC_MESSAGES/django.po
 1510${PYSITELIB}/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo
 1511${PYSITELIB}/django/contrib/comments/locale/mn/LC_MESSAGES/django.po
 1512${PYSITELIB}/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo
 1513${PYSITELIB}/django/contrib/comments/locale/nb/LC_MESSAGES/django.po
 1514${PYSITELIB}/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo
 1515${PYSITELIB}/django/contrib/comments/locale/nl/LC_MESSAGES/django.po
 1516${PYSITELIB}/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo
 1517${PYSITELIB}/django/contrib/comments/locale/nn/LC_MESSAGES/django.po
 1518${PYSITELIB}/django/contrib/comments/locale/no/LC_MESSAGES/django.mo
 1519${PYSITELIB}/django/contrib/comments/locale/no/LC_MESSAGES/django.po
 1520${PYSITELIB}/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo
 1521${PYSITELIB}/django/contrib/comments/locale/pa/LC_MESSAGES/django.po
 1522${PYSITELIB}/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo
 1523${PYSITELIB}/django/contrib/comments/locale/pl/LC_MESSAGES/django.po
 1524${PYSITELIB}/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo
 1525${PYSITELIB}/django/contrib/comments/locale/pt/LC_MESSAGES/django.po
 1526${PYSITELIB}/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo
 1527${PYSITELIB}/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.po
 1528${PYSITELIB}/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo
 1529${PYSITELIB}/django/contrib/comments/locale/ro/LC_MESSAGES/django.po
 1530${PYSITELIB}/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo
 1531${PYSITELIB}/django/contrib/comments/locale/ru/LC_MESSAGES/django.po
 1532${PYSITELIB}/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo
 1533${PYSITELIB}/django/contrib/comments/locale/sk/LC_MESSAGES/django.po
 1534${PYSITELIB}/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo
 1535${PYSITELIB}/django/contrib/comments/locale/sl/LC_MESSAGES/django.po
 1536${PYSITELIB}/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo
 1537${PYSITELIB}/django/contrib/comments/locale/sq/LC_MESSAGES/django.po
 1538${PYSITELIB}/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo
 1539${PYSITELIB}/django/contrib/comments/locale/sr/LC_MESSAGES/django.po
 1540${PYSITELIB}/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo
 1541${PYSITELIB}/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.po
 1542${PYSITELIB}/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo
 1543${PYSITELIB}/django/contrib/comments/locale/sv/LC_MESSAGES/django.po
 1544${PYSITELIB}/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo
 1545${PYSITELIB}/django/contrib/comments/locale/ta/LC_MESSAGES/django.po
 1546${PYSITELIB}/django/contrib/comments/locale/te/LC_MESSAGES/django.mo
 1547${PYSITELIB}/django/contrib/comments/locale/te/LC_MESSAGES/django.po
 1548${PYSITELIB}/django/contrib/comments/locale/th/LC_MESSAGES/django.mo
 1549${PYSITELIB}/django/contrib/comments/locale/th/LC_MESSAGES/django.po
 1550${PYSITELIB}/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo
 1551${PYSITELIB}/django/contrib/comments/locale/tr/LC_MESSAGES/django.po
 1552${PYSITELIB}/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo
 1553${PYSITELIB}/django/contrib/comments/locale/uk/LC_MESSAGES/django.po
 1554${PYSITELIB}/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo
 1555${PYSITELIB}/django/contrib/comments/locale/ur/LC_MESSAGES/django.po
 1556${PYSITELIB}/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo
 1557${PYSITELIB}/django/contrib/comments/locale/vi/LC_MESSAGES/django.po
 1558${PYSITELIB}/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo
 1559${PYSITELIB}/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.po
 1560${PYSITELIB}/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo
 1561${PYSITELIB}/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po
998${PYSITELIB}/django/contrib/comments/managers.py 1562${PYSITELIB}/django/contrib/comments/managers.py
999${PYSITELIB}/django/contrib/comments/managers.pyc 1563${PYSITELIB}/django/contrib/comments/managers.pyc
1000${PYSITELIB}/django/contrib/comments/managers.pyo 1564${PYSITELIB}/django/contrib/comments/managers.pyo
1001${PYSITELIB}/django/contrib/comments/models.py 1565${PYSITELIB}/django/contrib/comments/models.py
1002${PYSITELIB}/django/contrib/comments/models.pyc 1566${PYSITELIB}/django/contrib/comments/models.pyc
1003${PYSITELIB}/django/contrib/comments/models.pyo 1567${PYSITELIB}/django/contrib/comments/models.pyo
1004${PYSITELIB}/django/contrib/comments/moderation.py 1568${PYSITELIB}/django/contrib/comments/moderation.py
1005${PYSITELIB}/django/contrib/comments/moderation.pyc 1569${PYSITELIB}/django/contrib/comments/moderation.pyc
1006${PYSITELIB}/django/contrib/comments/moderation.pyo 1570${PYSITELIB}/django/contrib/comments/moderation.pyo
1007${PYSITELIB}/django/contrib/comments/signals.py 1571${PYSITELIB}/django/contrib/comments/signals.py
1008${PYSITELIB}/django/contrib/comments/signals.pyc 1572${PYSITELIB}/django/contrib/comments/signals.pyc
1009${PYSITELIB}/django/contrib/comments/signals.pyo 1573${PYSITELIB}/django/contrib/comments/signals.pyo
1010${PYSITELIB}/django/contrib/comments/templates/comments/400-debug.html 1574${PYSITELIB}/django/contrib/comments/templates/comments/400-debug.html
@@ -1036,26 +1600,158 @@ ${PYSITELIB}/django/contrib/comments/vie @@ -1036,26 +1600,158 @@ ${PYSITELIB}/django/contrib/comments/vie
1036${PYSITELIB}/django/contrib/comments/views/comments.pyo 1600${PYSITELIB}/django/contrib/comments/views/comments.pyo
1037${PYSITELIB}/django/contrib/comments/views/moderation.py 1601${PYSITELIB}/django/contrib/comments/views/moderation.py
1038${PYSITELIB}/django/contrib/comments/views/moderation.pyc 1602${PYSITELIB}/django/contrib/comments/views/moderation.pyc
1039${PYSITELIB}/django/contrib/comments/views/moderation.pyo 1603${PYSITELIB}/django/contrib/comments/views/moderation.pyo
1040${PYSITELIB}/django/contrib/comments/views/utils.py 1604${PYSITELIB}/django/contrib/comments/views/utils.py
1041${PYSITELIB}/django/contrib/comments/views/utils.pyc 1605${PYSITELIB}/django/contrib/comments/views/utils.pyc
1042${PYSITELIB}/django/contrib/comments/views/utils.pyo 1606${PYSITELIB}/django/contrib/comments/views/utils.pyo
1043${PYSITELIB}/django/contrib/contenttypes/__init__.py 1607${PYSITELIB}/django/contrib/contenttypes/__init__.py
1044${PYSITELIB}/django/contrib/contenttypes/__init__.pyc 1608${PYSITELIB}/django/contrib/contenttypes/__init__.pyc
1045${PYSITELIB}/django/contrib/contenttypes/__init__.pyo 1609${PYSITELIB}/django/contrib/contenttypes/__init__.pyo
1046${PYSITELIB}/django/contrib/contenttypes/generic.py 1610${PYSITELIB}/django/contrib/contenttypes/generic.py
1047${PYSITELIB}/django/contrib/contenttypes/generic.pyc 1611${PYSITELIB}/django/contrib/contenttypes/generic.pyc
1048${PYSITELIB}/django/contrib/contenttypes/generic.pyo 1612${PYSITELIB}/django/contrib/contenttypes/generic.pyo
 1613${PYSITELIB}/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo
 1614${PYSITELIB}/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po
 1615${PYSITELIB}/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo
 1616${PYSITELIB}/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po
 1617${PYSITELIB}/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo
 1618${PYSITELIB}/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po
 1619${PYSITELIB}/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo
 1620${PYSITELIB}/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po
 1621${PYSITELIB}/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo
 1622${PYSITELIB}/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po
 1623${PYSITELIB}/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo
 1624${PYSITELIB}/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po
 1625${PYSITELIB}/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo
 1626${PYSITELIB}/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po
 1627${PYSITELIB}/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo
 1628${PYSITELIB}/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po
 1629${PYSITELIB}/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo
 1630${PYSITELIB}/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po
 1631${PYSITELIB}/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo
 1632${PYSITELIB}/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po
 1633${PYSITELIB}/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo
 1634${PYSITELIB}/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po
 1635${PYSITELIB}/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo
 1636${PYSITELIB}/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po
 1637${PYSITELIB}/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo
 1638${PYSITELIB}/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po
 1639${PYSITELIB}/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo
 1640${PYSITELIB}/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po
 1641${PYSITELIB}/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo
 1642${PYSITELIB}/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po
 1643${PYSITELIB}/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo
 1644${PYSITELIB}/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po
 1645${PYSITELIB}/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo
 1646${PYSITELIB}/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po
 1647${PYSITELIB}/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo
 1648${PYSITELIB}/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po
 1649${PYSITELIB}/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo
 1650${PYSITELIB}/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po
 1651${PYSITELIB}/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo
 1652${PYSITELIB}/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po
 1653${PYSITELIB}/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo
 1654${PYSITELIB}/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po
 1655${PYSITELIB}/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.mo
 1656${PYSITELIB}/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.po
 1657${PYSITELIB}/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo
 1658${PYSITELIB}/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po
 1659${PYSITELIB}/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo
 1660${PYSITELIB}/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po
 1661${PYSITELIB}/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo
 1662${PYSITELIB}/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po
 1663${PYSITELIB}/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo
 1664${PYSITELIB}/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po
 1665${PYSITELIB}/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo
 1666${PYSITELIB}/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po
 1667${PYSITELIB}/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo
 1668${PYSITELIB}/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po
 1669${PYSITELIB}/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo
 1670${PYSITELIB}/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po
 1671${PYSITELIB}/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo
 1672${PYSITELIB}/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po
 1673${PYSITELIB}/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo
 1674${PYSITELIB}/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po
 1675${PYSITELIB}/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo
 1676${PYSITELIB}/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po
 1677${PYSITELIB}/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo
 1678${PYSITELIB}/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po
 1679${PYSITELIB}/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo
 1680${PYSITELIB}/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po
 1681${PYSITELIB}/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo
 1682${PYSITELIB}/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po
 1683${PYSITELIB}/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo
 1684${PYSITELIB}/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po
 1685${PYSITELIB}/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo
 1686${PYSITELIB}/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po
 1687${PYSITELIB}/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo
 1688${PYSITELIB}/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po
 1689${PYSITELIB}/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo
 1690${PYSITELIB}/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po
 1691${PYSITELIB}/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo
 1692${PYSITELIB}/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po
 1693${PYSITELIB}/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo
 1694${PYSITELIB}/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po
 1695${PYSITELIB}/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo
 1696${PYSITELIB}/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po
 1697${PYSITELIB}/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo
 1698${PYSITELIB}/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po
 1699${PYSITELIB}/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo
 1700${PYSITELIB}/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po
 1701${PYSITELIB}/django/contrib/contenttypes/locale/no/LC_MESSAGES/django.mo
 1702${PYSITELIB}/django/contrib/contenttypes/locale/no/LC_MESSAGES/django.po
 1703${PYSITELIB}/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo
 1704${PYSITELIB}/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po
 1705${PYSITELIB}/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo
 1706${PYSITELIB}/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po
 1707${PYSITELIB}/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo
 1708${PYSITELIB}/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po
 1709${PYSITELIB}/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo
 1710${PYSITELIB}/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po
 1711${PYSITELIB}/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo
 1712${PYSITELIB}/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po
 1713${PYSITELIB}/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo
 1714${PYSITELIB}/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po
 1715${PYSITELIB}/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo
 1716${PYSITELIB}/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po
 1717${PYSITELIB}/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo
 1718${PYSITELIB}/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po
 1719${PYSITELIB}/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo
 1720${PYSITELIB}/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po
 1721${PYSITELIB}/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo
 1722${PYSITELIB}/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po
 1723${PYSITELIB}/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo
 1724${PYSITELIB}/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po
 1725${PYSITELIB}/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo
 1726${PYSITELIB}/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po
 1727${PYSITELIB}/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo
 1728${PYSITELIB}/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po
 1729${PYSITELIB}/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo
 1730${PYSITELIB}/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po
 1731${PYSITELIB}/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo
 1732${PYSITELIB}/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po
 1733${PYSITELIB}/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo
 1734${PYSITELIB}/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po
 1735${PYSITELIB}/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo
 1736${PYSITELIB}/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po
 1737${PYSITELIB}/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo
 1738${PYSITELIB}/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po
 1739${PYSITELIB}/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo
 1740${PYSITELIB}/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po
 1741${PYSITELIB}/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo
 1742${PYSITELIB}/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.po
 1743${PYSITELIB}/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo
 1744${PYSITELIB}/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.po
1049${PYSITELIB}/django/contrib/contenttypes/management.py 1745${PYSITELIB}/django/contrib/contenttypes/management.py
1050${PYSITELIB}/django/contrib/contenttypes/management.pyc 1746${PYSITELIB}/django/contrib/contenttypes/management.pyc
1051${PYSITELIB}/django/contrib/contenttypes/management.pyo 1747${PYSITELIB}/django/contrib/contenttypes/management.pyo
1052${PYSITELIB}/django/contrib/contenttypes/models.py 1748${PYSITELIB}/django/contrib/contenttypes/models.py
1053${PYSITELIB}/django/contrib/contenttypes/models.pyc 1749${PYSITELIB}/django/contrib/contenttypes/models.pyc
1054${PYSITELIB}/django/contrib/contenttypes/models.pyo 1750${PYSITELIB}/django/contrib/contenttypes/models.pyo
1055${PYSITELIB}/django/contrib/contenttypes/tests.py 1751${PYSITELIB}/django/contrib/contenttypes/tests.py
1056${PYSITELIB}/django/contrib/contenttypes/tests.pyc 1752${PYSITELIB}/django/contrib/contenttypes/tests.pyc
1057${PYSITELIB}/django/contrib/contenttypes/tests.pyo 1753${PYSITELIB}/django/contrib/contenttypes/tests.pyo
1058${PYSITELIB}/django/contrib/contenttypes/views.py 1754${PYSITELIB}/django/contrib/contenttypes/views.py
1059${PYSITELIB}/django/contrib/contenttypes/views.pyc 1755${PYSITELIB}/django/contrib/contenttypes/views.pyc
1060${PYSITELIB}/django/contrib/contenttypes/views.pyo 1756${PYSITELIB}/django/contrib/contenttypes/views.pyo
1061${PYSITELIB}/django/contrib/csrf/__init__.py 1757${PYSITELIB}/django/contrib/csrf/__init__.py
@@ -1103,73 +1799,350 @@ ${PYSITELIB}/django/contrib/databrowse/t @@ -1103,73 +1799,350 @@ ${PYSITELIB}/django/contrib/databrowse/t
1103${PYSITELIB}/django/contrib/databrowse/urls.py 1799${PYSITELIB}/django/contrib/databrowse/urls.py
1104${PYSITELIB}/django/contrib/databrowse/urls.pyc 1800${PYSITELIB}/django/contrib/databrowse/urls.pyc
1105${PYSITELIB}/django/contrib/databrowse/urls.pyo 1801${PYSITELIB}/django/contrib/databrowse/urls.pyo
1106${PYSITELIB}/django/contrib/databrowse/views.py 1802${PYSITELIB}/django/contrib/databrowse/views.py
1107${PYSITELIB}/django/contrib/databrowse/views.pyc 1803${PYSITELIB}/django/contrib/databrowse/views.pyc
1108${PYSITELIB}/django/contrib/databrowse/views.pyo 1804${PYSITELIB}/django/contrib/databrowse/views.pyo
1109${PYSITELIB}/django/contrib/flatpages/__init__.py 1805${PYSITELIB}/django/contrib/flatpages/__init__.py
1110${PYSITELIB}/django/contrib/flatpages/__init__.pyc 1806${PYSITELIB}/django/contrib/flatpages/__init__.pyc
1111${PYSITELIB}/django/contrib/flatpages/__init__.pyo 1807${PYSITELIB}/django/contrib/flatpages/__init__.pyo
1112${PYSITELIB}/django/contrib/flatpages/admin.py 1808${PYSITELIB}/django/contrib/flatpages/admin.py
1113${PYSITELIB}/django/contrib/flatpages/admin.pyc 1809${PYSITELIB}/django/contrib/flatpages/admin.pyc
1114${PYSITELIB}/django/contrib/flatpages/admin.pyo 1810${PYSITELIB}/django/contrib/flatpages/admin.pyo
1115${PYSITELIB}/django/contrib/flatpages/fixtures/sample_flatpages.json 1811${PYSITELIB}/django/contrib/flatpages/fixtures/sample_flatpages.json
 1812${PYSITELIB}/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo
 1813${PYSITELIB}/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po
 1814${PYSITELIB}/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo
 1815${PYSITELIB}/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po
 1816${PYSITELIB}/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo
 1817${PYSITELIB}/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po
 1818${PYSITELIB}/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo
 1819${PYSITELIB}/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po
 1820${PYSITELIB}/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo
 1821${PYSITELIB}/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po
 1822${PYSITELIB}/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo
 1823${PYSITELIB}/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po
 1824${PYSITELIB}/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo
 1825${PYSITELIB}/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po
 1826${PYSITELIB}/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo
 1827${PYSITELIB}/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po
 1828${PYSITELIB}/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo
 1829${PYSITELIB}/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po
 1830${PYSITELIB}/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo
 1831${PYSITELIB}/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po
 1832${PYSITELIB}/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo
 1833${PYSITELIB}/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po
 1834${PYSITELIB}/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo
 1835${PYSITELIB}/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po
 1836${PYSITELIB}/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo
 1837${PYSITELIB}/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po
 1838${PYSITELIB}/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo
 1839${PYSITELIB}/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po
 1840${PYSITELIB}/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo
 1841${PYSITELIB}/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po
 1842${PYSITELIB}/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo
 1843${PYSITELIB}/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po
 1844${PYSITELIB}/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo
 1845${PYSITELIB}/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po
 1846${PYSITELIB}/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo
 1847${PYSITELIB}/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po
 1848${PYSITELIB}/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo
 1849${PYSITELIB}/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po
 1850${PYSITELIB}/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo
 1851${PYSITELIB}/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po
 1852${PYSITELIB}/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo
 1853${PYSITELIB}/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po
 1854${PYSITELIB}/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo
 1855${PYSITELIB}/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.po
 1856${PYSITELIB}/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo
 1857${PYSITELIB}/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po
 1858${PYSITELIB}/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo
 1859${PYSITELIB}/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po
 1860${PYSITELIB}/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo
 1861${PYSITELIB}/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po
 1862${PYSITELIB}/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo
 1863${PYSITELIB}/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po
 1864${PYSITELIB}/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo
 1865${PYSITELIB}/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po
 1866${PYSITELIB}/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo
 1867${PYSITELIB}/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po
 1868${PYSITELIB}/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo
 1869${PYSITELIB}/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po
 1870${PYSITELIB}/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo
 1871${PYSITELIB}/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po
 1872${PYSITELIB}/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo
 1873${PYSITELIB}/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po
 1874${PYSITELIB}/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo
 1875${PYSITELIB}/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po
 1876${PYSITELIB}/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo
 1877${PYSITELIB}/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po
 1878${PYSITELIB}/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo
 1879${PYSITELIB}/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po
 1880${PYSITELIB}/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo
 1881${PYSITELIB}/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po
 1882${PYSITELIB}/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo
 1883${PYSITELIB}/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po
 1884${PYSITELIB}/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo
 1885${PYSITELIB}/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po
 1886${PYSITELIB}/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo
 1887${PYSITELIB}/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po
 1888${PYSITELIB}/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo
 1889${PYSITELIB}/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po
 1890${PYSITELIB}/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo
 1891${PYSITELIB}/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po
 1892${PYSITELIB}/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo
 1893${PYSITELIB}/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po
 1894${PYSITELIB}/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo
 1895${PYSITELIB}/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po
 1896${PYSITELIB}/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo
 1897${PYSITELIB}/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po
 1898${PYSITELIB}/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo
 1899${PYSITELIB}/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po
 1900${PYSITELIB}/django/contrib/flatpages/locale/no/LC_MESSAGES/django.mo
 1901${PYSITELIB}/django/contrib/flatpages/locale/no/LC_MESSAGES/django.po
 1902${PYSITELIB}/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo
 1903${PYSITELIB}/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po
 1904${PYSITELIB}/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo
 1905${PYSITELIB}/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po
 1906${PYSITELIB}/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo
 1907${PYSITELIB}/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po
 1908${PYSITELIB}/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo
 1909${PYSITELIB}/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po
 1910${PYSITELIB}/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo
 1911${PYSITELIB}/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po
 1912${PYSITELIB}/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo
 1913${PYSITELIB}/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po
 1914${PYSITELIB}/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo
 1915${PYSITELIB}/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po
 1916${PYSITELIB}/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo
 1917${PYSITELIB}/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po
 1918${PYSITELIB}/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo
 1919${PYSITELIB}/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po
 1920${PYSITELIB}/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo
 1921${PYSITELIB}/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po
 1922${PYSITELIB}/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo
 1923${PYSITELIB}/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po
 1924${PYSITELIB}/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo
 1925${PYSITELIB}/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po
 1926${PYSITELIB}/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo
 1927${PYSITELIB}/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po
 1928${PYSITELIB}/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo
 1929${PYSITELIB}/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po
 1930${PYSITELIB}/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo
 1931${PYSITELIB}/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po
 1932${PYSITELIB}/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo
 1933${PYSITELIB}/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po
 1934${PYSITELIB}/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo
 1935${PYSITELIB}/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po
 1936${PYSITELIB}/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo
 1937${PYSITELIB}/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po
 1938${PYSITELIB}/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo
 1939${PYSITELIB}/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po
 1940${PYSITELIB}/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo
 1941${PYSITELIB}/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po
 1942${PYSITELIB}/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo
 1943${PYSITELIB}/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po
1116${PYSITELIB}/django/contrib/flatpages/middleware.py 1944${PYSITELIB}/django/contrib/flatpages/middleware.py
1117${PYSITELIB}/django/contrib/flatpages/middleware.pyc 1945${PYSITELIB}/django/contrib/flatpages/middleware.pyc
1118${PYSITELIB}/django/contrib/flatpages/middleware.pyo 1946${PYSITELIB}/django/contrib/flatpages/middleware.pyo
1119${PYSITELIB}/django/contrib/flatpages/models.py 1947${PYSITELIB}/django/contrib/flatpages/models.py
1120${PYSITELIB}/django/contrib/flatpages/models.pyc 1948${PYSITELIB}/django/contrib/flatpages/models.pyc
1121${PYSITELIB}/django/contrib/flatpages/models.pyo 1949${PYSITELIB}/django/contrib/flatpages/models.pyo
 1950${PYSITELIB}/django/contrib/flatpages/templatetags/__init__.py
 1951${PYSITELIB}/django/contrib/flatpages/templatetags/__init__.pyc
 1952${PYSITELIB}/django/contrib/flatpages/templatetags/__init__.pyo
 1953${PYSITELIB}/django/contrib/flatpages/templatetags/flatpages.py
 1954${PYSITELIB}/django/contrib/flatpages/templatetags/flatpages.pyc
 1955${PYSITELIB}/django/contrib/flatpages/templatetags/flatpages.pyo
1122${PYSITELIB}/django/contrib/flatpages/tests/__init__.py 1956${PYSITELIB}/django/contrib/flatpages/tests/__init__.py
1123${PYSITELIB}/django/contrib/flatpages/tests/__init__.pyc 1957${PYSITELIB}/django/contrib/flatpages/tests/__init__.pyc
1124${PYSITELIB}/django/contrib/flatpages/tests/__init__.pyo 1958${PYSITELIB}/django/contrib/flatpages/tests/__init__.pyo
1125${PYSITELIB}/django/contrib/flatpages/tests/csrf.py 1959${PYSITELIB}/django/contrib/flatpages/tests/csrf.py
1126${PYSITELIB}/django/contrib/flatpages/tests/csrf.pyc 1960${PYSITELIB}/django/contrib/flatpages/tests/csrf.pyc
1127${PYSITELIB}/django/contrib/flatpages/tests/csrf.pyo 1961${PYSITELIB}/django/contrib/flatpages/tests/csrf.pyo
 1962${PYSITELIB}/django/contrib/flatpages/tests/forms.py
 1963${PYSITELIB}/django/contrib/flatpages/tests/forms.pyc
 1964${PYSITELIB}/django/contrib/flatpages/tests/forms.pyo
1128${PYSITELIB}/django/contrib/flatpages/tests/middleware.py 1965${PYSITELIB}/django/contrib/flatpages/tests/middleware.py
1129${PYSITELIB}/django/contrib/flatpages/tests/middleware.pyc 1966${PYSITELIB}/django/contrib/flatpages/tests/middleware.pyc
1130${PYSITELIB}/django/contrib/flatpages/tests/middleware.pyo 1967${PYSITELIB}/django/contrib/flatpages/tests/middleware.pyo
1131${PYSITELIB}/django/contrib/flatpages/tests/templates/404.html 1968${PYSITELIB}/django/contrib/flatpages/tests/templates/404.html
1132${PYSITELIB}/django/contrib/flatpages/tests/templates/flatpages/default.html 1969${PYSITELIB}/django/contrib/flatpages/tests/templates/flatpages/default.html
1133${PYSITELIB}/django/contrib/flatpages/tests/templates/registration/login.html 1970${PYSITELIB}/django/contrib/flatpages/tests/templates/registration/login.html
 1971${PYSITELIB}/django/contrib/flatpages/tests/templatetags.py
 1972${PYSITELIB}/django/contrib/flatpages/tests/templatetags.pyc
 1973${PYSITELIB}/django/contrib/flatpages/tests/templatetags.pyo
1134${PYSITELIB}/django/contrib/flatpages/tests/urls.py 1974${PYSITELIB}/django/contrib/flatpages/tests/urls.py
1135${PYSITELIB}/django/contrib/flatpages/tests/urls.pyc 1975${PYSITELIB}/django/contrib/flatpages/tests/urls.pyc
1136${PYSITELIB}/django/contrib/flatpages/tests/urls.pyo 1976${PYSITELIB}/django/contrib/flatpages/tests/urls.pyo
1137${PYSITELIB}/django/contrib/flatpages/tests/views.py 1977${PYSITELIB}/django/contrib/flatpages/tests/views.py
1138${PYSITELIB}/django/contrib/flatpages/tests/views.pyc 1978${PYSITELIB}/django/contrib/flatpages/tests/views.pyc
1139${PYSITELIB}/django/contrib/flatpages/tests/views.pyo 1979${PYSITELIB}/django/contrib/flatpages/tests/views.pyo
1140${PYSITELIB}/django/contrib/flatpages/urls.py 1980${PYSITELIB}/django/contrib/flatpages/urls.py
1141${PYSITELIB}/django/contrib/flatpages/urls.pyc 1981${PYSITELIB}/django/contrib/flatpages/urls.pyc
1142${PYSITELIB}/django/contrib/flatpages/urls.pyo 1982${PYSITELIB}/django/contrib/flatpages/urls.pyo
1143${PYSITELIB}/django/contrib/flatpages/views.py 1983${PYSITELIB}/django/contrib/flatpages/views.py
1144${PYSITELIB}/django/contrib/flatpages/views.pyc 1984${PYSITELIB}/django/contrib/flatpages/views.pyc
1145${PYSITELIB}/django/contrib/flatpages/views.pyo 1985${PYSITELIB}/django/contrib/flatpages/views.pyo
1146${PYSITELIB}/django/contrib/formtools/__init__.py 1986${PYSITELIB}/django/contrib/formtools/__init__.py
1147${PYSITELIB}/django/contrib/formtools/__init__.pyc 1987${PYSITELIB}/django/contrib/formtools/__init__.pyc
1148${PYSITELIB}/django/contrib/formtools/__init__.pyo 1988${PYSITELIB}/django/contrib/formtools/__init__.pyo
 1989${PYSITELIB}/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo
 1990${PYSITELIB}/django/contrib/formtools/locale/ar/LC_MESSAGES/django.po
 1991${PYSITELIB}/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo
 1992${PYSITELIB}/django/contrib/formtools/locale/az/LC_MESSAGES/django.po
 1993${PYSITELIB}/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo
 1994${PYSITELIB}/django/contrib/formtools/locale/bg/LC_MESSAGES/django.po
 1995${PYSITELIB}/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo
 1996${PYSITELIB}/django/contrib/formtools/locale/bn/LC_MESSAGES/django.po
 1997${PYSITELIB}/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo
 1998${PYSITELIB}/django/contrib/formtools/locale/bs/LC_MESSAGES/django.po
 1999${PYSITELIB}/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo
 2000${PYSITELIB}/django/contrib/formtools/locale/ca/LC_MESSAGES/django.po
 2001${PYSITELIB}/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo
 2002${PYSITELIB}/django/contrib/formtools/locale/cs/LC_MESSAGES/django.po
 2003${PYSITELIB}/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo
 2004${PYSITELIB}/django/contrib/formtools/locale/cy/LC_MESSAGES/django.po
 2005${PYSITELIB}/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo
 2006${PYSITELIB}/django/contrib/formtools/locale/da/LC_MESSAGES/django.po
 2007${PYSITELIB}/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo
 2008${PYSITELIB}/django/contrib/formtools/locale/de/LC_MESSAGES/django.po
 2009${PYSITELIB}/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo
 2010${PYSITELIB}/django/contrib/formtools/locale/el/LC_MESSAGES/django.po
 2011${PYSITELIB}/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo
 2012${PYSITELIB}/django/contrib/formtools/locale/en/LC_MESSAGES/django.po
 2013${PYSITELIB}/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo
 2014${PYSITELIB}/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.po
 2015${PYSITELIB}/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo
 2016${PYSITELIB}/django/contrib/formtools/locale/es/LC_MESSAGES/django.po
 2017${PYSITELIB}/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo
 2018${PYSITELIB}/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.po
 2019${PYSITELIB}/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo
 2020${PYSITELIB}/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po
 2021${PYSITELIB}/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo
 2022${PYSITELIB}/django/contrib/formtools/locale/et/LC_MESSAGES/django.po
 2023${PYSITELIB}/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo
 2024${PYSITELIB}/django/contrib/formtools/locale/eu/LC_MESSAGES/django.po
 2025${PYSITELIB}/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo
 2026${PYSITELIB}/django/contrib/formtools/locale/fa/LC_MESSAGES/django.po
 2027${PYSITELIB}/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo
 2028${PYSITELIB}/django/contrib/formtools/locale/fi/LC_MESSAGES/django.po
 2029${PYSITELIB}/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo
 2030${PYSITELIB}/django/contrib/formtools/locale/fr/LC_MESSAGES/django.po
 2031${PYSITELIB}/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.mo
 2032${PYSITELIB}/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.po
 2033${PYSITELIB}/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo
 2034${PYSITELIB}/django/contrib/formtools/locale/ga/LC_MESSAGES/django.po
 2035${PYSITELIB}/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo
 2036${PYSITELIB}/django/contrib/formtools/locale/gl/LC_MESSAGES/django.po
 2037${PYSITELIB}/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo
 2038${PYSITELIB}/django/contrib/formtools/locale/he/LC_MESSAGES/django.po
 2039${PYSITELIB}/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo
 2040${PYSITELIB}/django/contrib/formtools/locale/hi/LC_MESSAGES/django.po
 2041${PYSITELIB}/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo
 2042${PYSITELIB}/django/contrib/formtools/locale/hr/LC_MESSAGES/django.po
 2043${PYSITELIB}/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo
 2044${PYSITELIB}/django/contrib/formtools/locale/hu/LC_MESSAGES/django.po
 2045${PYSITELIB}/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo
 2046${PYSITELIB}/django/contrib/formtools/locale/id/LC_MESSAGES/django.po
 2047${PYSITELIB}/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo
 2048${PYSITELIB}/django/contrib/formtools/locale/is/LC_MESSAGES/django.po
 2049${PYSITELIB}/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo
 2050${PYSITELIB}/django/contrib/formtools/locale/it/LC_MESSAGES/django.po
 2051${PYSITELIB}/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo
 2052${PYSITELIB}/django/contrib/formtools/locale/ja/LC_MESSAGES/django.po
 2053${PYSITELIB}/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo
 2054${PYSITELIB}/django/contrib/formtools/locale/ka/LC_MESSAGES/django.po
 2055${PYSITELIB}/django/contrib/formtools/locale/km/LC_MESSAGES/django.mo
 2056${PYSITELIB}/django/contrib/formtools/locale/km/LC_MESSAGES/django.po
 2057${PYSITELIB}/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo
 2058${PYSITELIB}/django/contrib/formtools/locale/kn/LC_MESSAGES/django.po
 2059${PYSITELIB}/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo
 2060${PYSITELIB}/django/contrib/formtools/locale/ko/LC_MESSAGES/django.po
 2061${PYSITELIB}/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo
 2062${PYSITELIB}/django/contrib/formtools/locale/lt/LC_MESSAGES/django.po
 2063${PYSITELIB}/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo
 2064${PYSITELIB}/django/contrib/formtools/locale/lv/LC_MESSAGES/django.po
 2065${PYSITELIB}/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo
 2066${PYSITELIB}/django/contrib/formtools/locale/mk/LC_MESSAGES/django.po
 2067${PYSITELIB}/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo
 2068${PYSITELIB}/django/contrib/formtools/locale/ml/LC_MESSAGES/django.po
 2069${PYSITELIB}/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo
 2070${PYSITELIB}/django/contrib/formtools/locale/mn/LC_MESSAGES/django.po
 2071${PYSITELIB}/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo
 2072${PYSITELIB}/django/contrib/formtools/locale/nb/LC_MESSAGES/django.po
 2073${PYSITELIB}/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo
 2074${PYSITELIB}/django/contrib/formtools/locale/nl/LC_MESSAGES/django.po
 2075${PYSITELIB}/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo
 2076${PYSITELIB}/django/contrib/formtools/locale/nn/LC_MESSAGES/django.po
 2077${PYSITELIB}/django/contrib/formtools/locale/no/LC_MESSAGES/django.mo
 2078${PYSITELIB}/django/contrib/formtools/locale/no/LC_MESSAGES/django.po
 2079${PYSITELIB}/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo
 2080${PYSITELIB}/django/contrib/formtools/locale/pa/LC_MESSAGES/django.po
 2081${PYSITELIB}/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo
 2082${PYSITELIB}/django/contrib/formtools/locale/pl/LC_MESSAGES/django.po
 2083${PYSITELIB}/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo
 2084${PYSITELIB}/django/contrib/formtools/locale/pt/LC_MESSAGES/django.po
 2085${PYSITELIB}/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo
 2086${PYSITELIB}/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.po
 2087${PYSITELIB}/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo
 2088${PYSITELIB}/django/contrib/formtools/locale/ro/LC_MESSAGES/django.po
 2089${PYSITELIB}/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo
 2090${PYSITELIB}/django/contrib/formtools/locale/ru/LC_MESSAGES/django.po
 2091${PYSITELIB}/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo
 2092${PYSITELIB}/django/contrib/formtools/locale/sk/LC_MESSAGES/django.po
 2093${PYSITELIB}/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo
 2094${PYSITELIB}/django/contrib/formtools/locale/sl/LC_MESSAGES/django.po
 2095${PYSITELIB}/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo
 2096${PYSITELIB}/django/contrib/formtools/locale/sq/LC_MESSAGES/django.po
 2097${PYSITELIB}/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo
 2098${PYSITELIB}/django/contrib/formtools/locale/sr/LC_MESSAGES/django.po
 2099${PYSITELIB}/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo
 2100${PYSITELIB}/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.po
 2101${PYSITELIB}/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo
 2102${PYSITELIB}/django/contrib/formtools/locale/sv/LC_MESSAGES/django.po
 2103${PYSITELIB}/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo
 2104${PYSITELIB}/django/contrib/formtools/locale/ta/LC_MESSAGES/django.po
 2105${PYSITELIB}/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo
 2106${PYSITELIB}/django/contrib/formtools/locale/te/LC_MESSAGES/django.po
 2107${PYSITELIB}/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo
 2108${PYSITELIB}/django/contrib/formtools/locale/th/LC_MESSAGES/django.po
 2109${PYSITELIB}/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo
 2110${PYSITELIB}/django/contrib/formtools/locale/tr/LC_MESSAGES/django.po
 2111${PYSITELIB}/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo
 2112${PYSITELIB}/django/contrib/formtools/locale/uk/LC_MESSAGES/django.po
 2113${PYSITELIB}/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo
 2114${PYSITELIB}/django/contrib/formtools/locale/ur/LC_MESSAGES/django.po
 2115${PYSITELIB}/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo
 2116${PYSITELIB}/django/contrib/formtools/locale/vi/LC_MESSAGES/django.po
 2117${PYSITELIB}/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo
 2118${PYSITELIB}/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.po
 2119${PYSITELIB}/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo
 2120${PYSITELIB}/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.po
1149${PYSITELIB}/django/contrib/formtools/models.py 2121${PYSITELIB}/django/contrib/formtools/models.py
1150${PYSITELIB}/django/contrib/formtools/models.pyc 2122${PYSITELIB}/django/contrib/formtools/models.pyc
1151${PYSITELIB}/django/contrib/formtools/models.pyo 2123${PYSITELIB}/django/contrib/formtools/models.pyo
1152${PYSITELIB}/django/contrib/formtools/preview.py 2124${PYSITELIB}/django/contrib/formtools/preview.py
1153${PYSITELIB}/django/contrib/formtools/preview.pyc 2125${PYSITELIB}/django/contrib/formtools/preview.pyc
1154${PYSITELIB}/django/contrib/formtools/preview.pyo 2126${PYSITELIB}/django/contrib/formtools/preview.pyo
1155${PYSITELIB}/django/contrib/formtools/templates/formtools/form.html 2127${PYSITELIB}/django/contrib/formtools/templates/formtools/form.html
1156${PYSITELIB}/django/contrib/formtools/templates/formtools/preview.html 2128${PYSITELIB}/django/contrib/formtools/templates/formtools/preview.html
1157${PYSITELIB}/django/contrib/formtools/test_urls.py 2129${PYSITELIB}/django/contrib/formtools/tests/__init__.py
1158${PYSITELIB}/django/contrib/formtools/test_urls.pyc 2130${PYSITELIB}/django/contrib/formtools/tests/__init__.pyc
1159${PYSITELIB}/django/contrib/formtools/test_urls.pyo 2131${PYSITELIB}/django/contrib/formtools/tests/__init__.pyo
1160${PYSITELIB}/django/contrib/formtools/tests.py 2132${PYSITELIB}/django/contrib/formtools/tests/templates/formwizard/wizard.html
1161${PYSITELIB}/django/contrib/formtools/tests.pyc 2133${PYSITELIB}/django/contrib/formtools/tests/urls.py
1162${PYSITELIB}/django/contrib/formtools/tests.pyo 2134${PYSITELIB}/django/contrib/formtools/tests/urls.pyc
 2135${PYSITELIB}/django/contrib/formtools/tests/urls.pyo
1163${PYSITELIB}/django/contrib/formtools/utils.py 2136${PYSITELIB}/django/contrib/formtools/utils.py
1164${PYSITELIB}/django/contrib/formtools/utils.pyc 2137${PYSITELIB}/django/contrib/formtools/utils.pyc
1165${PYSITELIB}/django/contrib/formtools/utils.pyo 2138${PYSITELIB}/django/contrib/formtools/utils.pyo
1166${PYSITELIB}/django/contrib/formtools/wizard.py 2139${PYSITELIB}/django/contrib/formtools/wizard.py
1167${PYSITELIB}/django/contrib/formtools/wizard.pyc 2140${PYSITELIB}/django/contrib/formtools/wizard.pyc
1168${PYSITELIB}/django/contrib/formtools/wizard.pyo 2141${PYSITELIB}/django/contrib/formtools/wizard.pyo
1169${PYSITELIB}/django/contrib/gis/__init__.py 2142${PYSITELIB}/django/contrib/gis/__init__.py
1170${PYSITELIB}/django/contrib/gis/__init__.pyc 2143${PYSITELIB}/django/contrib/gis/__init__.pyc
1171${PYSITELIB}/django/contrib/gis/__init__.pyo 2144${PYSITELIB}/django/contrib/gis/__init__.pyo
1172${PYSITELIB}/django/contrib/gis/admin/__init__.py 2145${PYSITELIB}/django/contrib/gis/admin/__init__.py
1173${PYSITELIB}/django/contrib/gis/admin/__init__.pyc 2146${PYSITELIB}/django/contrib/gis/admin/__init__.pyc
1174${PYSITELIB}/django/contrib/gis/admin/__init__.pyo 2147${PYSITELIB}/django/contrib/gis/admin/__init__.pyo
1175${PYSITELIB}/django/contrib/gis/admin/options.py 2148${PYSITELIB}/django/contrib/gis/admin/options.py
@@ -1492,26 +2465,158 @@ ${PYSITELIB}/django/contrib/gis/geos/tes @@ -1492,26 +2465,158 @@ ${PYSITELIB}/django/contrib/gis/geos/tes
1492${PYSITELIB}/django/contrib/gis/geos/tests/__init__.pyo 2465${PYSITELIB}/django/contrib/gis/geos/tests/__init__.pyo
1493${PYSITELIB}/django/contrib/gis/geos/tests/test_geos.py 2466${PYSITELIB}/django/contrib/gis/geos/tests/test_geos.py
1494${PYSITELIB}/django/contrib/gis/geos/tests/test_geos.pyc 2467${PYSITELIB}/django/contrib/gis/geos/tests/test_geos.pyc
1495${PYSITELIB}/django/contrib/gis/geos/tests/test_geos.pyo 2468${PYSITELIB}/django/contrib/gis/geos/tests/test_geos.pyo
1496${PYSITELIB}/django/contrib/gis/geos/tests/test_geos_mutation.py 2469${PYSITELIB}/django/contrib/gis/geos/tests/test_geos_mutation.py
1497${PYSITELIB}/django/contrib/gis/geos/tests/test_geos_mutation.pyc 2470${PYSITELIB}/django/contrib/gis/geos/tests/test_geos_mutation.pyc
1498${PYSITELIB}/django/contrib/gis/geos/tests/test_geos_mutation.pyo 2471${PYSITELIB}/django/contrib/gis/geos/tests/test_geos_mutation.pyo
1499${PYSITELIB}/django/contrib/gis/geos/tests/test_io.py 2472${PYSITELIB}/django/contrib/gis/geos/tests/test_io.py
1500${PYSITELIB}/django/contrib/gis/geos/tests/test_io.pyc 2473${PYSITELIB}/django/contrib/gis/geos/tests/test_io.pyc
1501${PYSITELIB}/django/contrib/gis/geos/tests/test_io.pyo 2474${PYSITELIB}/django/contrib/gis/geos/tests/test_io.pyo
1502${PYSITELIB}/django/contrib/gis/geos/tests/test_mutable_list.py 2475${PYSITELIB}/django/contrib/gis/geos/tests/test_mutable_list.py
1503${PYSITELIB}/django/contrib/gis/geos/tests/test_mutable_list.pyc 2476${PYSITELIB}/django/contrib/gis/geos/tests/test_mutable_list.pyc
1504${PYSITELIB}/django/contrib/gis/geos/tests/test_mutable_list.pyo 2477${PYSITELIB}/django/contrib/gis/geos/tests/test_mutable_list.pyo
 2478${PYSITELIB}/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo
 2479${PYSITELIB}/django/contrib/gis/locale/ar/LC_MESSAGES/django.po
 2480${PYSITELIB}/django/contrib/gis/locale/az/LC_MESSAGES/django.mo
 2481${PYSITELIB}/django/contrib/gis/locale/az/LC_MESSAGES/django.po
 2482${PYSITELIB}/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo
 2483${PYSITELIB}/django/contrib/gis/locale/bg/LC_MESSAGES/django.po
 2484${PYSITELIB}/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo
 2485${PYSITELIB}/django/contrib/gis/locale/bn/LC_MESSAGES/django.po
 2486${PYSITELIB}/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo
 2487${PYSITELIB}/django/contrib/gis/locale/bs/LC_MESSAGES/django.po
 2488${PYSITELIB}/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo
 2489${PYSITELIB}/django/contrib/gis/locale/ca/LC_MESSAGES/django.po
 2490${PYSITELIB}/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo
 2491${PYSITELIB}/django/contrib/gis/locale/cs/LC_MESSAGES/django.po
 2492${PYSITELIB}/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo
 2493${PYSITELIB}/django/contrib/gis/locale/cy/LC_MESSAGES/django.po
 2494${PYSITELIB}/django/contrib/gis/locale/da/LC_MESSAGES/django.mo
 2495${PYSITELIB}/django/contrib/gis/locale/da/LC_MESSAGES/django.po
 2496${PYSITELIB}/django/contrib/gis/locale/de/LC_MESSAGES/django.mo
 2497${PYSITELIB}/django/contrib/gis/locale/de/LC_MESSAGES/django.po
 2498${PYSITELIB}/django/contrib/gis/locale/el/LC_MESSAGES/django.mo
 2499${PYSITELIB}/django/contrib/gis/locale/el/LC_MESSAGES/django.po
 2500${PYSITELIB}/django/contrib/gis/locale/en/LC_MESSAGES/django.mo
 2501${PYSITELIB}/django/contrib/gis/locale/en/LC_MESSAGES/django.po
 2502${PYSITELIB}/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo
 2503${PYSITELIB}/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po
 2504${PYSITELIB}/django/contrib/gis/locale/es/LC_MESSAGES/django.mo
 2505${PYSITELIB}/django/contrib/gis/locale/es/LC_MESSAGES/django.po
 2506${PYSITELIB}/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo
 2507${PYSITELIB}/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po
 2508${PYSITELIB}/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo
 2509${PYSITELIB}/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po
 2510${PYSITELIB}/django/contrib/gis/locale/et/LC_MESSAGES/django.mo
 2511${PYSITELIB}/django/contrib/gis/locale/et/LC_MESSAGES/django.po
 2512${PYSITELIB}/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo
 2513${PYSITELIB}/django/contrib/gis/locale/eu/LC_MESSAGES/django.po
 2514${PYSITELIB}/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo
 2515${PYSITELIB}/django/contrib/gis/locale/fa/LC_MESSAGES/django.po
 2516${PYSITELIB}/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo
 2517${PYSITELIB}/django/contrib/gis/locale/fi/LC_MESSAGES/django.po
 2518${PYSITELIB}/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo
 2519${PYSITELIB}/django/contrib/gis/locale/fr/LC_MESSAGES/django.po
 2520${PYSITELIB}/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo
 2521${PYSITELIB}/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.po
 2522${PYSITELIB}/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo
 2523${PYSITELIB}/django/contrib/gis/locale/ga/LC_MESSAGES/django.po
 2524${PYSITELIB}/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo
 2525${PYSITELIB}/django/contrib/gis/locale/gl/LC_MESSAGES/django.po
 2526${PYSITELIB}/django/contrib/gis/locale/he/LC_MESSAGES/django.mo
 2527${PYSITELIB}/django/contrib/gis/locale/he/LC_MESSAGES/django.po
 2528${PYSITELIB}/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo
 2529${PYSITELIB}/django/contrib/gis/locale/hi/LC_MESSAGES/django.po
 2530${PYSITELIB}/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo
 2531${PYSITELIB}/django/contrib/gis/locale/hr/LC_MESSAGES/django.po
 2532${PYSITELIB}/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo
 2533${PYSITELIB}/django/contrib/gis/locale/hu/LC_MESSAGES/django.po
 2534${PYSITELIB}/django/contrib/gis/locale/id/LC_MESSAGES/django.mo
 2535${PYSITELIB}/django/contrib/gis/locale/id/LC_MESSAGES/django.po
 2536${PYSITELIB}/django/contrib/gis/locale/is/LC_MESSAGES/django.mo
 2537${PYSITELIB}/django/contrib/gis/locale/is/LC_MESSAGES/django.po
 2538${PYSITELIB}/django/contrib/gis/locale/it/LC_MESSAGES/django.mo
 2539${PYSITELIB}/django/contrib/gis/locale/it/LC_MESSAGES/django.po
 2540${PYSITELIB}/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo
 2541${PYSITELIB}/django/contrib/gis/locale/ja/LC_MESSAGES/django.po
 2542${PYSITELIB}/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo
 2543${PYSITELIB}/django/contrib/gis/locale/ka/LC_MESSAGES/django.po
 2544${PYSITELIB}/django/contrib/gis/locale/km/LC_MESSAGES/django.mo
 2545${PYSITELIB}/django/contrib/gis/locale/km/LC_MESSAGES/django.po
 2546${PYSITELIB}/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo
 2547${PYSITELIB}/django/contrib/gis/locale/kn/LC_MESSAGES/django.po
 2548${PYSITELIB}/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo
 2549${PYSITELIB}/django/contrib/gis/locale/ko/LC_MESSAGES/django.po
 2550${PYSITELIB}/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo
 2551${PYSITELIB}/django/contrib/gis/locale/lt/LC_MESSAGES/django.po
 2552${PYSITELIB}/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo
 2553${PYSITELIB}/django/contrib/gis/locale/lv/LC_MESSAGES/django.po
 2554${PYSITELIB}/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo
 2555${PYSITELIB}/django/contrib/gis/locale/mk/LC_MESSAGES/django.po
 2556${PYSITELIB}/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo
 2557${PYSITELIB}/django/contrib/gis/locale/ml/LC_MESSAGES/django.po
 2558${PYSITELIB}/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo
 2559${PYSITELIB}/django/contrib/gis/locale/mn/LC_MESSAGES/django.po
 2560${PYSITELIB}/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo
 2561${PYSITELIB}/django/contrib/gis/locale/nb/LC_MESSAGES/django.po
 2562${PYSITELIB}/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo
 2563${PYSITELIB}/django/contrib/gis/locale/nl/LC_MESSAGES/django.po
 2564${PYSITELIB}/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo
 2565${PYSITELIB}/django/contrib/gis/locale/nn/LC_MESSAGES/django.po
 2566${PYSITELIB}/django/contrib/gis/locale/no/LC_MESSAGES/django.mo
 2567${PYSITELIB}/django/contrib/gis/locale/no/LC_MESSAGES/django.po
 2568${PYSITELIB}/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo
 2569${PYSITELIB}/django/contrib/gis/locale/pa/LC_MESSAGES/django.po
 2570${PYSITELIB}/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo
 2571${PYSITELIB}/django/contrib/gis/locale/pl/LC_MESSAGES/django.po
 2572${PYSITELIB}/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo
 2573${PYSITELIB}/django/contrib/gis/locale/pt/LC_MESSAGES/django.po
 2574${PYSITELIB}/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo
 2575${PYSITELIB}/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po
 2576${PYSITELIB}/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo
 2577${PYSITELIB}/django/contrib/gis/locale/ro/LC_MESSAGES/django.po
 2578${PYSITELIB}/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo
 2579${PYSITELIB}/django/contrib/gis/locale/ru/LC_MESSAGES/django.po
 2580${PYSITELIB}/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo
 2581${PYSITELIB}/django/contrib/gis/locale/sk/LC_MESSAGES/django.po
 2582${PYSITELIB}/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo
 2583${PYSITELIB}/django/contrib/gis/locale/sl/LC_MESSAGES/django.po
 2584${PYSITELIB}/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo
 2585${PYSITELIB}/django/contrib/gis/locale/sq/LC_MESSAGES/django.po
 2586${PYSITELIB}/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo
 2587${PYSITELIB}/django/contrib/gis/locale/sr/LC_MESSAGES/django.po
 2588${PYSITELIB}/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo
 2589${PYSITELIB}/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po
 2590${PYSITELIB}/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo
 2591${PYSITELIB}/django/contrib/gis/locale/sv/LC_MESSAGES/django.po
 2592${PYSITELIB}/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo
 2593${PYSITELIB}/django/contrib/gis/locale/ta/LC_MESSAGES/django.po
 2594${PYSITELIB}/django/contrib/gis/locale/te/LC_MESSAGES/django.mo
 2595${PYSITELIB}/django/contrib/gis/locale/te/LC_MESSAGES/django.po
 2596${PYSITELIB}/django/contrib/gis/locale/th/LC_MESSAGES/django.mo
 2597${PYSITELIB}/django/contrib/gis/locale/th/LC_MESSAGES/django.po
 2598${PYSITELIB}/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo
 2599${PYSITELIB}/django/contrib/gis/locale/tr/LC_MESSAGES/django.po
 2600${PYSITELIB}/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo
 2601${PYSITELIB}/django/contrib/gis/locale/uk/LC_MESSAGES/django.po
 2602${PYSITELIB}/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo
 2603${PYSITELIB}/django/contrib/gis/locale/ur/LC_MESSAGES/django.po
 2604${PYSITELIB}/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo
 2605${PYSITELIB}/django/contrib/gis/locale/vi/LC_MESSAGES/django.po
 2606${PYSITELIB}/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo
 2607${PYSITELIB}/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.po
 2608${PYSITELIB}/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo
 2609${PYSITELIB}/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.po
1505${PYSITELIB}/django/contrib/gis/management/__init__.py 2610${PYSITELIB}/django/contrib/gis/management/__init__.py
1506${PYSITELIB}/django/contrib/gis/management/__init__.pyc 2611${PYSITELIB}/django/contrib/gis/management/__init__.pyc
1507${PYSITELIB}/django/contrib/gis/management/__init__.pyo 2612${PYSITELIB}/django/contrib/gis/management/__init__.pyo
1508${PYSITELIB}/django/contrib/gis/management/base.py 2613${PYSITELIB}/django/contrib/gis/management/base.py
1509${PYSITELIB}/django/contrib/gis/management/base.pyc 2614${PYSITELIB}/django/contrib/gis/management/base.pyc
1510${PYSITELIB}/django/contrib/gis/management/base.pyo 2615${PYSITELIB}/django/contrib/gis/management/base.pyo
1511${PYSITELIB}/django/contrib/gis/management/commands/__init__.py 2616${PYSITELIB}/django/contrib/gis/management/commands/__init__.py
1512${PYSITELIB}/django/contrib/gis/management/commands/__init__.pyc 2617${PYSITELIB}/django/contrib/gis/management/commands/__init__.pyc
1513${PYSITELIB}/django/contrib/gis/management/commands/__init__.pyo 2618${PYSITELIB}/django/contrib/gis/management/commands/__init__.pyo
1514${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.py 2619${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.py
1515${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.pyc 2620${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.pyc
1516${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.pyo 2621${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.pyo
1517${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.py 2622${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.py
@@ -1572,39 +2677,43 @@ ${PYSITELIB}/django/contrib/gis/tests/__ @@ -1572,39 +2677,43 @@ ${PYSITELIB}/django/contrib/gis/tests/__
1572${PYSITELIB}/django/contrib/gis/tests/__init__.pyo 2677${PYSITELIB}/django/contrib/gis/tests/__init__.pyo
1573${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.dbf 2678${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.dbf
1574${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.prj 2679${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.prj
1575${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.shp 2680${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.shp
1576${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.shx 2681${PYSITELIB}/django/contrib/gis/tests/data/cities/cities.shx
1577${PYSITELIB}/django/contrib/gis/tests/data/counties/counties.dbf 2682${PYSITELIB}/django/contrib/gis/tests/data/counties/counties.dbf
1578${PYSITELIB}/django/contrib/gis/tests/data/counties/counties.shp 2683${PYSITELIB}/django/contrib/gis/tests/data/counties/counties.shp
1579${PYSITELIB}/django/contrib/gis/tests/data/counties/counties.shx 2684${PYSITELIB}/django/contrib/gis/tests/data/counties/counties.shx
1580${PYSITELIB}/django/contrib/gis/tests/data/geometries.json.gz 2685${PYSITELIB}/django/contrib/gis/tests/data/geometries.json.gz
1581${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.dbf 2686${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.dbf
1582${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.prj 2687${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.prj
1583${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.shp 2688${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.shp
1584${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.shx 2689${PYSITELIB}/django/contrib/gis/tests/data/interstates/interstates.shx
 2690${PYSITELIB}/django/contrib/gis/tests/data/invalid/emptypoints.dbf
 2691${PYSITELIB}/django/contrib/gis/tests/data/invalid/emptypoints.shp
 2692${PYSITELIB}/django/contrib/gis/tests/data/invalid/emptypoints.shx
1585${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.dbf 2693${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.dbf
1586${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.prj 2694${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.prj
1587${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.shp 2695${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.shp
1588${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.shx 2696${PYSITELIB}/django/contrib/gis/tests/data/test_point/test_point.shx
1589${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.dbf 2697${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.dbf
1590${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.prj 2698${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.prj
1591${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.shp 2699${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.shp
1592${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.shx 2700${PYSITELIB}/django/contrib/gis/tests/data/test_poly/test_poly.shx
1593${PYSITELIB}/django/contrib/gis/tests/data/test_vrt/test_vrt.csv 2701${PYSITELIB}/django/contrib/gis/tests/data/test_vrt/test_vrt.csv
1594${PYSITELIB}/django/contrib/gis/tests/data/test_vrt/test_vrt.vrt 2702${PYSITELIB}/django/contrib/gis/tests/data/test_vrt/test_vrt.vrt
1595${PYSITELIB}/django/contrib/gis/tests/distapp/__init__.py 2703${PYSITELIB}/django/contrib/gis/tests/distapp/__init__.py
1596${PYSITELIB}/django/contrib/gis/tests/distapp/__init__.pyc 2704${PYSITELIB}/django/contrib/gis/tests/distapp/__init__.pyc
1597${PYSITELIB}/django/contrib/gis/tests/distapp/__init__.pyo 2705${PYSITELIB}/django/contrib/gis/tests/distapp/__init__.pyo
 2706${PYSITELIB}/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz
1598${PYSITELIB}/django/contrib/gis/tests/distapp/models.py 2707${PYSITELIB}/django/contrib/gis/tests/distapp/models.py
1599${PYSITELIB}/django/contrib/gis/tests/distapp/models.pyc 2708${PYSITELIB}/django/contrib/gis/tests/distapp/models.pyc
1600${PYSITELIB}/django/contrib/gis/tests/distapp/models.pyo 2709${PYSITELIB}/django/contrib/gis/tests/distapp/models.pyo
1601${PYSITELIB}/django/contrib/gis/tests/distapp/tests.py 2710${PYSITELIB}/django/contrib/gis/tests/distapp/tests.py
1602${PYSITELIB}/django/contrib/gis/tests/distapp/tests.pyc 2711${PYSITELIB}/django/contrib/gis/tests/distapp/tests.pyc
1603${PYSITELIB}/django/contrib/gis/tests/distapp/tests.pyo 2712${PYSITELIB}/django/contrib/gis/tests/distapp/tests.pyo
1604${PYSITELIB}/django/contrib/gis/tests/geo3d/__init__.py 2713${PYSITELIB}/django/contrib/gis/tests/geo3d/__init__.py
1605${PYSITELIB}/django/contrib/gis/tests/geo3d/__init__.pyc 2714${PYSITELIB}/django/contrib/gis/tests/geo3d/__init__.pyc
1606${PYSITELIB}/django/contrib/gis/tests/geo3d/__init__.pyo 2715${PYSITELIB}/django/contrib/gis/tests/geo3d/__init__.pyo
1607${PYSITELIB}/django/contrib/gis/tests/geo3d/models.py 2716${PYSITELIB}/django/contrib/gis/tests/geo3d/models.py
1608${PYSITELIB}/django/contrib/gis/tests/geo3d/models.pyc 2717${PYSITELIB}/django/contrib/gis/tests/geo3d/models.pyc
1609${PYSITELIB}/django/contrib/gis/tests/geo3d/models.pyo 2718${PYSITELIB}/django/contrib/gis/tests/geo3d/models.pyo
1610${PYSITELIB}/django/contrib/gis/tests/geo3d/tests.py 2719${PYSITELIB}/django/contrib/gis/tests/geo3d/tests.py
@@ -1653,26 +2762,27 @@ ${PYSITELIB}/django/contrib/gis/tests/ge @@ -1653,26 +2762,27 @@ ${PYSITELIB}/django/contrib/gis/tests/ge
1653${PYSITELIB}/django/contrib/gis/tests/geogapp/tests.pyo 2762${PYSITELIB}/django/contrib/gis/tests/geogapp/tests.pyo
1654${PYSITELIB}/django/contrib/gis/tests/layermap/__init__.py 2763${PYSITELIB}/django/contrib/gis/tests/layermap/__init__.py
1655${PYSITELIB}/django/contrib/gis/tests/layermap/__init__.pyc 2764${PYSITELIB}/django/contrib/gis/tests/layermap/__init__.pyc
1656${PYSITELIB}/django/contrib/gis/tests/layermap/__init__.pyo 2765${PYSITELIB}/django/contrib/gis/tests/layermap/__init__.pyo
1657${PYSITELIB}/django/contrib/gis/tests/layermap/models.py 2766${PYSITELIB}/django/contrib/gis/tests/layermap/models.py
1658${PYSITELIB}/django/contrib/gis/tests/layermap/models.pyc 2767${PYSITELIB}/django/contrib/gis/tests/layermap/models.pyc
1659${PYSITELIB}/django/contrib/gis/tests/layermap/models.pyo 2768${PYSITELIB}/django/contrib/gis/tests/layermap/models.pyo
1660${PYSITELIB}/django/contrib/gis/tests/layermap/tests.py 2769${PYSITELIB}/django/contrib/gis/tests/layermap/tests.py
1661${PYSITELIB}/django/contrib/gis/tests/layermap/tests.pyc 2770${PYSITELIB}/django/contrib/gis/tests/layermap/tests.pyc
1662${PYSITELIB}/django/contrib/gis/tests/layermap/tests.pyo 2771${PYSITELIB}/django/contrib/gis/tests/layermap/tests.pyo
1663${PYSITELIB}/django/contrib/gis/tests/relatedapp/__init__.py 2772${PYSITELIB}/django/contrib/gis/tests/relatedapp/__init__.py
1664${PYSITELIB}/django/contrib/gis/tests/relatedapp/__init__.pyc 2773${PYSITELIB}/django/contrib/gis/tests/relatedapp/__init__.pyc
1665${PYSITELIB}/django/contrib/gis/tests/relatedapp/__init__.pyo 2774${PYSITELIB}/django/contrib/gis/tests/relatedapp/__init__.pyo
 2775${PYSITELIB}/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz
1666${PYSITELIB}/django/contrib/gis/tests/relatedapp/models.py 2776${PYSITELIB}/django/contrib/gis/tests/relatedapp/models.py
1667${PYSITELIB}/django/contrib/gis/tests/relatedapp/models.pyc 2777${PYSITELIB}/django/contrib/gis/tests/relatedapp/models.pyc
1668${PYSITELIB}/django/contrib/gis/tests/relatedapp/models.pyo 2778${PYSITELIB}/django/contrib/gis/tests/relatedapp/models.pyo
1669${PYSITELIB}/django/contrib/gis/tests/relatedapp/tests.py 2779${PYSITELIB}/django/contrib/gis/tests/relatedapp/tests.py
1670${PYSITELIB}/django/contrib/gis/tests/relatedapp/tests.pyc 2780${PYSITELIB}/django/contrib/gis/tests/relatedapp/tests.pyc
1671${PYSITELIB}/django/contrib/gis/tests/relatedapp/tests.pyo 2781${PYSITELIB}/django/contrib/gis/tests/relatedapp/tests.pyo
1672${PYSITELIB}/django/contrib/gis/tests/test_geoforms.py 2782${PYSITELIB}/django/contrib/gis/tests/test_geoforms.py
1673${PYSITELIB}/django/contrib/gis/tests/test_geoforms.pyc 2783${PYSITELIB}/django/contrib/gis/tests/test_geoforms.pyc
1674${PYSITELIB}/django/contrib/gis/tests/test_geoforms.pyo 2784${PYSITELIB}/django/contrib/gis/tests/test_geoforms.pyo
1675${PYSITELIB}/django/contrib/gis/tests/test_geoip.py 2785${PYSITELIB}/django/contrib/gis/tests/test_geoip.py
1676${PYSITELIB}/django/contrib/gis/tests/test_geoip.pyc 2786${PYSITELIB}/django/contrib/gis/tests/test_geoip.pyc
1677${PYSITELIB}/django/contrib/gis/tests/test_geoip.pyo 2787${PYSITELIB}/django/contrib/gis/tests/test_geoip.pyo
1678${PYSITELIB}/django/contrib/gis/tests/test_measure.py 2788${PYSITELIB}/django/contrib/gis/tests/test_measure.py
@@ -1698,26 +2808,158 @@ ${PYSITELIB}/django/contrib/gis/utils/og @@ -1698,26 +2808,158 @@ ${PYSITELIB}/django/contrib/gis/utils/og
1698${PYSITELIB}/django/contrib/gis/utils/ogrinfo.pyo 2808${PYSITELIB}/django/contrib/gis/utils/ogrinfo.pyo
1699${PYSITELIB}/django/contrib/gis/utils/ogrinspect.py 2809${PYSITELIB}/django/contrib/gis/utils/ogrinspect.py
1700${PYSITELIB}/django/contrib/gis/utils/ogrinspect.pyc 2810${PYSITELIB}/django/contrib/gis/utils/ogrinspect.pyc
1701${PYSITELIB}/django/contrib/gis/utils/ogrinspect.pyo 2811${PYSITELIB}/django/contrib/gis/utils/ogrinspect.pyo
1702${PYSITELIB}/django/contrib/gis/utils/srs.py 2812${PYSITELIB}/django/contrib/gis/utils/srs.py
1703${PYSITELIB}/django/contrib/gis/utils/srs.pyc 2813${PYSITELIB}/django/contrib/gis/utils/srs.pyc
1704${PYSITELIB}/django/contrib/gis/utils/srs.pyo 2814${PYSITELIB}/django/contrib/gis/utils/srs.pyo
1705${PYSITELIB}/django/contrib/gis/utils/wkt.py 2815${PYSITELIB}/django/contrib/gis/utils/wkt.py
1706${PYSITELIB}/django/contrib/gis/utils/wkt.pyc 2816${PYSITELIB}/django/contrib/gis/utils/wkt.pyc
1707${PYSITELIB}/django/contrib/gis/utils/wkt.pyo 2817${PYSITELIB}/django/contrib/gis/utils/wkt.pyo
1708${PYSITELIB}/django/contrib/humanize/__init__.py 2818${PYSITELIB}/django/contrib/humanize/__init__.py
1709${PYSITELIB}/django/contrib/humanize/__init__.pyc 2819${PYSITELIB}/django/contrib/humanize/__init__.pyc
1710${PYSITELIB}/django/contrib/humanize/__init__.pyo 2820${PYSITELIB}/django/contrib/humanize/__init__.pyo
 2821${PYSITELIB}/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo
 2822${PYSITELIB}/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po
 2823${PYSITELIB}/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo
 2824${PYSITELIB}/django/contrib/humanize/locale/az/LC_MESSAGES/django.po
 2825${PYSITELIB}/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo
 2826${PYSITELIB}/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po
 2827${PYSITELIB}/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo
 2828${PYSITELIB}/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po
 2829${PYSITELIB}/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo
 2830${PYSITELIB}/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po
 2831${PYSITELIB}/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo
 2832${PYSITELIB}/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po
 2833${PYSITELIB}/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo
 2834${PYSITELIB}/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po
 2835${PYSITELIB}/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo
 2836${PYSITELIB}/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po
 2837${PYSITELIB}/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo
 2838${PYSITELIB}/django/contrib/humanize/locale/da/LC_MESSAGES/django.po
 2839${PYSITELIB}/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo
 2840${PYSITELIB}/django/contrib/humanize/locale/de/LC_MESSAGES/django.po
 2841${PYSITELIB}/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo
 2842${PYSITELIB}/django/contrib/humanize/locale/el/LC_MESSAGES/django.po
 2843${PYSITELIB}/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo
 2844${PYSITELIB}/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
 2845${PYSITELIB}/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo
 2846${PYSITELIB}/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po
 2847${PYSITELIB}/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo
 2848${PYSITELIB}/django/contrib/humanize/locale/es/LC_MESSAGES/django.po
 2849${PYSITELIB}/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo
 2850${PYSITELIB}/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po
 2851${PYSITELIB}/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo
 2852${PYSITELIB}/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po
 2853${PYSITELIB}/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo
 2854${PYSITELIB}/django/contrib/humanize/locale/et/LC_MESSAGES/django.po
 2855${PYSITELIB}/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo
 2856${PYSITELIB}/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po
 2857${PYSITELIB}/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo
 2858${PYSITELIB}/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po
 2859${PYSITELIB}/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo
 2860${PYSITELIB}/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po
 2861${PYSITELIB}/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo
 2862${PYSITELIB}/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po
 2863${PYSITELIB}/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.mo
 2864${PYSITELIB}/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.po
 2865${PYSITELIB}/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo
 2866${PYSITELIB}/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po
 2867${PYSITELIB}/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo
 2868${PYSITELIB}/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po
 2869${PYSITELIB}/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo
 2870${PYSITELIB}/django/contrib/humanize/locale/he/LC_MESSAGES/django.po
 2871${PYSITELIB}/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo
 2872${PYSITELIB}/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po
 2873${PYSITELIB}/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo
 2874${PYSITELIB}/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po
 2875${PYSITELIB}/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo
 2876${PYSITELIB}/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po
 2877${PYSITELIB}/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo
 2878${PYSITELIB}/django/contrib/humanize/locale/id/LC_MESSAGES/django.po
 2879${PYSITELIB}/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo
 2880${PYSITELIB}/django/contrib/humanize/locale/is/LC_MESSAGES/django.po
 2881${PYSITELIB}/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo
 2882${PYSITELIB}/django/contrib/humanize/locale/it/LC_MESSAGES/django.po
 2883${PYSITELIB}/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo
 2884${PYSITELIB}/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po
 2885${PYSITELIB}/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo
 2886${PYSITELIB}/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po
 2887${PYSITELIB}/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo
 2888${PYSITELIB}/django/contrib/humanize/locale/km/LC_MESSAGES/django.po
 2889${PYSITELIB}/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo
 2890${PYSITELIB}/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po
 2891${PYSITELIB}/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo
 2892${PYSITELIB}/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po
 2893${PYSITELIB}/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo
 2894${PYSITELIB}/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po
 2895${PYSITELIB}/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo
 2896${PYSITELIB}/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po
 2897${PYSITELIB}/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo
 2898${PYSITELIB}/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po
 2899${PYSITELIB}/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo
 2900${PYSITELIB}/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po
 2901${PYSITELIB}/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo
 2902${PYSITELIB}/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po
 2903${PYSITELIB}/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo
 2904${PYSITELIB}/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po
 2905${PYSITELIB}/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo
 2906${PYSITELIB}/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po
 2907${PYSITELIB}/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo
 2908${PYSITELIB}/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po
 2909${PYSITELIB}/django/contrib/humanize/locale/no/LC_MESSAGES/django.mo
 2910${PYSITELIB}/django/contrib/humanize/locale/no/LC_MESSAGES/django.po
 2911${PYSITELIB}/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo
 2912${PYSITELIB}/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po
 2913${PYSITELIB}/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo
 2914${PYSITELIB}/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po
 2915${PYSITELIB}/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo
 2916${PYSITELIB}/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po
 2917${PYSITELIB}/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo
 2918${PYSITELIB}/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po
 2919${PYSITELIB}/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo
 2920${PYSITELIB}/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po
 2921${PYSITELIB}/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo
 2922${PYSITELIB}/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po
 2923${PYSITELIB}/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo
 2924${PYSITELIB}/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po
 2925${PYSITELIB}/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo
 2926${PYSITELIB}/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po
 2927${PYSITELIB}/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo
 2928${PYSITELIB}/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po
 2929${PYSITELIB}/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo
 2930${PYSITELIB}/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po
 2931${PYSITELIB}/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo
 2932${PYSITELIB}/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po
 2933${PYSITELIB}/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo
 2934${PYSITELIB}/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po
 2935${PYSITELIB}/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo
 2936${PYSITELIB}/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po
 2937${PYSITELIB}/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo
 2938${PYSITELIB}/django/contrib/humanize/locale/te/LC_MESSAGES/django.po
 2939${PYSITELIB}/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo
 2940${PYSITELIB}/django/contrib/humanize/locale/th/LC_MESSAGES/django.po
 2941${PYSITELIB}/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo
 2942${PYSITELIB}/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po
 2943${PYSITELIB}/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo
 2944${PYSITELIB}/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po
 2945${PYSITELIB}/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo
 2946${PYSITELIB}/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po
 2947${PYSITELIB}/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo
 2948${PYSITELIB}/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po
 2949${PYSITELIB}/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo
 2950${PYSITELIB}/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.po
 2951${PYSITELIB}/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo
 2952${PYSITELIB}/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.po
1711${PYSITELIB}/django/contrib/humanize/templatetags/__init__.py 2953${PYSITELIB}/django/contrib/humanize/templatetags/__init__.py
1712${PYSITELIB}/django/contrib/humanize/templatetags/__init__.pyc 2954${PYSITELIB}/django/contrib/humanize/templatetags/__init__.pyc
1713${PYSITELIB}/django/contrib/humanize/templatetags/__init__.pyo 2955${PYSITELIB}/django/contrib/humanize/templatetags/__init__.pyo
1714${PYSITELIB}/django/contrib/humanize/templatetags/humanize.py 2956${PYSITELIB}/django/contrib/humanize/templatetags/humanize.py
1715${PYSITELIB}/django/contrib/humanize/templatetags/humanize.pyc 2957${PYSITELIB}/django/contrib/humanize/templatetags/humanize.pyc
1716${PYSITELIB}/django/contrib/humanize/templatetags/humanize.pyo 2958${PYSITELIB}/django/contrib/humanize/templatetags/humanize.pyo
1717${PYSITELIB}/django/contrib/localflavor/__init__.py 2959${PYSITELIB}/django/contrib/localflavor/__init__.py
1718${PYSITELIB}/django/contrib/localflavor/__init__.pyc 2960${PYSITELIB}/django/contrib/localflavor/__init__.pyc
1719${PYSITELIB}/django/contrib/localflavor/__init__.pyo 2961${PYSITELIB}/django/contrib/localflavor/__init__.pyo
1720${PYSITELIB}/django/contrib/localflavor/ar/__init__.py 2962${PYSITELIB}/django/contrib/localflavor/ar/__init__.py
1721${PYSITELIB}/django/contrib/localflavor/ar/__init__.pyc 2963${PYSITELIB}/django/contrib/localflavor/ar/__init__.pyc
1722${PYSITELIB}/django/contrib/localflavor/ar/__init__.pyo 2964${PYSITELIB}/django/contrib/localflavor/ar/__init__.pyo
1723${PYSITELIB}/django/contrib/localflavor/ar/ar_provinces.py 2965${PYSITELIB}/django/contrib/localflavor/ar/ar_provinces.py
@@ -1734,26 +2976,38 @@ ${PYSITELIB}/django/contrib/localflavor/ @@ -1734,26 +2976,38 @@ ${PYSITELIB}/django/contrib/localflavor/
1734${PYSITELIB}/django/contrib/localflavor/at/at_states.pyo 2976${PYSITELIB}/django/contrib/localflavor/at/at_states.pyo
1735${PYSITELIB}/django/contrib/localflavor/at/forms.py 2977${PYSITELIB}/django/contrib/localflavor/at/forms.py
1736${PYSITELIB}/django/contrib/localflavor/at/forms.pyc 2978${PYSITELIB}/django/contrib/localflavor/at/forms.pyc
1737${PYSITELIB}/django/contrib/localflavor/at/forms.pyo 2979${PYSITELIB}/django/contrib/localflavor/at/forms.pyo
1738${PYSITELIB}/django/contrib/localflavor/au/__init__.py 2980${PYSITELIB}/django/contrib/localflavor/au/__init__.py
1739${PYSITELIB}/django/contrib/localflavor/au/__init__.pyc 2981${PYSITELIB}/django/contrib/localflavor/au/__init__.pyc
1740${PYSITELIB}/django/contrib/localflavor/au/__init__.pyo 2982${PYSITELIB}/django/contrib/localflavor/au/__init__.pyo
1741${PYSITELIB}/django/contrib/localflavor/au/au_states.py 2983${PYSITELIB}/django/contrib/localflavor/au/au_states.py
1742${PYSITELIB}/django/contrib/localflavor/au/au_states.pyc 2984${PYSITELIB}/django/contrib/localflavor/au/au_states.pyc
1743${PYSITELIB}/django/contrib/localflavor/au/au_states.pyo 2985${PYSITELIB}/django/contrib/localflavor/au/au_states.pyo
1744${PYSITELIB}/django/contrib/localflavor/au/forms.py 2986${PYSITELIB}/django/contrib/localflavor/au/forms.py
1745${PYSITELIB}/django/contrib/localflavor/au/forms.pyc 2987${PYSITELIB}/django/contrib/localflavor/au/forms.pyc
1746${PYSITELIB}/django/contrib/localflavor/au/forms.pyo 2988${PYSITELIB}/django/contrib/localflavor/au/forms.pyo
 2989${PYSITELIB}/django/contrib/localflavor/be/__init__.py
 2990${PYSITELIB}/django/contrib/localflavor/be/__init__.pyc
 2991${PYSITELIB}/django/contrib/localflavor/be/__init__.pyo
 2992${PYSITELIB}/django/contrib/localflavor/be/be_provinces.py
 2993${PYSITELIB}/django/contrib/localflavor/be/be_provinces.pyc
 2994${PYSITELIB}/django/contrib/localflavor/be/be_provinces.pyo
 2995${PYSITELIB}/django/contrib/localflavor/be/be_regions.py
 2996${PYSITELIB}/django/contrib/localflavor/be/be_regions.pyc
 2997${PYSITELIB}/django/contrib/localflavor/be/be_regions.pyo
 2998${PYSITELIB}/django/contrib/localflavor/be/forms.py
 2999${PYSITELIB}/django/contrib/localflavor/be/forms.pyc
 3000${PYSITELIB}/django/contrib/localflavor/be/forms.pyo
1747${PYSITELIB}/django/contrib/localflavor/br/__init__.py 3001${PYSITELIB}/django/contrib/localflavor/br/__init__.py
1748${PYSITELIB}/django/contrib/localflavor/br/__init__.pyc 3002${PYSITELIB}/django/contrib/localflavor/br/__init__.pyc
1749${PYSITELIB}/django/contrib/localflavor/br/__init__.pyo 3003${PYSITELIB}/django/contrib/localflavor/br/__init__.pyo
1750${PYSITELIB}/django/contrib/localflavor/br/br_states.py 3004${PYSITELIB}/django/contrib/localflavor/br/br_states.py
1751${PYSITELIB}/django/contrib/localflavor/br/br_states.pyc 3005${PYSITELIB}/django/contrib/localflavor/br/br_states.pyc
1752${PYSITELIB}/django/contrib/localflavor/br/br_states.pyo 3006${PYSITELIB}/django/contrib/localflavor/br/br_states.pyo
1753${PYSITELIB}/django/contrib/localflavor/br/forms.py 3007${PYSITELIB}/django/contrib/localflavor/br/forms.py
1754${PYSITELIB}/django/contrib/localflavor/br/forms.pyc 3008${PYSITELIB}/django/contrib/localflavor/br/forms.pyc
1755${PYSITELIB}/django/contrib/localflavor/br/forms.pyo 3009${PYSITELIB}/django/contrib/localflavor/br/forms.pyo
1756${PYSITELIB}/django/contrib/localflavor/ca/__init__.py 3010${PYSITELIB}/django/contrib/localflavor/ca/__init__.py
1757${PYSITELIB}/django/contrib/localflavor/ca/__init__.pyc 3011${PYSITELIB}/django/contrib/localflavor/ca/__init__.pyc
1758${PYSITELIB}/django/contrib/localflavor/ca/__init__.pyo 3012${PYSITELIB}/django/contrib/localflavor/ca/__init__.pyo
1759${PYSITELIB}/django/contrib/localflavor/ca/ca_provinces.py 3013${PYSITELIB}/django/contrib/localflavor/ca/ca_provinces.py
@@ -1842,26 +3096,32 @@ ${PYSITELIB}/django/contrib/localflavor/ @@ -1842,26 +3096,32 @@ ${PYSITELIB}/django/contrib/localflavor/
1842${PYSITELIB}/django/contrib/localflavor/id/forms.pyo 3096${PYSITELIB}/django/contrib/localflavor/id/forms.pyo
1843${PYSITELIB}/django/contrib/localflavor/id/id_choices.py 3097${PYSITELIB}/django/contrib/localflavor/id/id_choices.py
1844${PYSITELIB}/django/contrib/localflavor/id/id_choices.pyc 3098${PYSITELIB}/django/contrib/localflavor/id/id_choices.pyc
1845${PYSITELIB}/django/contrib/localflavor/id/id_choices.pyo 3099${PYSITELIB}/django/contrib/localflavor/id/id_choices.pyo
1846${PYSITELIB}/django/contrib/localflavor/ie/__init__.py 3100${PYSITELIB}/django/contrib/localflavor/ie/__init__.py
1847${PYSITELIB}/django/contrib/localflavor/ie/__init__.pyc 3101${PYSITELIB}/django/contrib/localflavor/ie/__init__.pyc
1848${PYSITELIB}/django/contrib/localflavor/ie/__init__.pyo 3102${PYSITELIB}/django/contrib/localflavor/ie/__init__.pyo
1849${PYSITELIB}/django/contrib/localflavor/ie/forms.py 3103${PYSITELIB}/django/contrib/localflavor/ie/forms.py
1850${PYSITELIB}/django/contrib/localflavor/ie/forms.pyc 3104${PYSITELIB}/django/contrib/localflavor/ie/forms.pyc
1851${PYSITELIB}/django/contrib/localflavor/ie/forms.pyo 3105${PYSITELIB}/django/contrib/localflavor/ie/forms.pyo
1852${PYSITELIB}/django/contrib/localflavor/ie/ie_counties.py 3106${PYSITELIB}/django/contrib/localflavor/ie/ie_counties.py
1853${PYSITELIB}/django/contrib/localflavor/ie/ie_counties.pyc 3107${PYSITELIB}/django/contrib/localflavor/ie/ie_counties.pyc
1854${PYSITELIB}/django/contrib/localflavor/ie/ie_counties.pyo 3108${PYSITELIB}/django/contrib/localflavor/ie/ie_counties.pyo
 3109${PYSITELIB}/django/contrib/localflavor/il/__init__.py
 3110${PYSITELIB}/django/contrib/localflavor/il/__init__.pyc
 3111${PYSITELIB}/django/contrib/localflavor/il/__init__.pyo
 3112${PYSITELIB}/django/contrib/localflavor/il/forms.py
 3113${PYSITELIB}/django/contrib/localflavor/il/forms.pyc
 3114${PYSITELIB}/django/contrib/localflavor/il/forms.pyo
1855${PYSITELIB}/django/contrib/localflavor/in_/__init__.py 3115${PYSITELIB}/django/contrib/localflavor/in_/__init__.py
1856${PYSITELIB}/django/contrib/localflavor/in_/__init__.pyc 3116${PYSITELIB}/django/contrib/localflavor/in_/__init__.pyc
1857${PYSITELIB}/django/contrib/localflavor/in_/__init__.pyo 3117${PYSITELIB}/django/contrib/localflavor/in_/__init__.pyo
1858${PYSITELIB}/django/contrib/localflavor/in_/forms.py 3118${PYSITELIB}/django/contrib/localflavor/in_/forms.py
1859${PYSITELIB}/django/contrib/localflavor/in_/forms.pyc 3119${PYSITELIB}/django/contrib/localflavor/in_/forms.pyc
1860${PYSITELIB}/django/contrib/localflavor/in_/forms.pyo 3120${PYSITELIB}/django/contrib/localflavor/in_/forms.pyo
1861${PYSITELIB}/django/contrib/localflavor/in_/in_states.py 3121${PYSITELIB}/django/contrib/localflavor/in_/in_states.py
1862${PYSITELIB}/django/contrib/localflavor/in_/in_states.pyc 3122${PYSITELIB}/django/contrib/localflavor/in_/in_states.pyc
1863${PYSITELIB}/django/contrib/localflavor/in_/in_states.pyo 3123${PYSITELIB}/django/contrib/localflavor/in_/in_states.pyo
1864${PYSITELIB}/django/contrib/localflavor/is_/__init__.py 3124${PYSITELIB}/django/contrib/localflavor/is_/__init__.py
1865${PYSITELIB}/django/contrib/localflavor/is_/__init__.pyc 3125${PYSITELIB}/django/contrib/localflavor/is_/__init__.pyc
1866${PYSITELIB}/django/contrib/localflavor/is_/__init__.pyo 3126${PYSITELIB}/django/contrib/localflavor/is_/__init__.pyo
1867${PYSITELIB}/django/contrib/localflavor/is_/forms.py 3127${PYSITELIB}/django/contrib/localflavor/is_/forms.py
@@ -1890,26 +3150,158 @@ ${PYSITELIB}/django/contrib/localflavor/ @@ -1890,26 +3150,158 @@ ${PYSITELIB}/django/contrib/localflavor/
1890${PYSITELIB}/django/contrib/localflavor/jp/__init__.pyo 3150${PYSITELIB}/django/contrib/localflavor/jp/__init__.pyo
1891${PYSITELIB}/django/contrib/localflavor/jp/forms.py 3151${PYSITELIB}/django/contrib/localflavor/jp/forms.py
1892${PYSITELIB}/django/contrib/localflavor/jp/forms.pyc 3152${PYSITELIB}/django/contrib/localflavor/jp/forms.pyc
1893${PYSITELIB}/django/contrib/localflavor/jp/forms.pyo 3153${PYSITELIB}/django/contrib/localflavor/jp/forms.pyo
1894${PYSITELIB}/django/contrib/localflavor/jp/jp_prefectures.py 3154${PYSITELIB}/django/contrib/localflavor/jp/jp_prefectures.py
1895${PYSITELIB}/django/contrib/localflavor/jp/jp_prefectures.pyc 3155${PYSITELIB}/django/contrib/localflavor/jp/jp_prefectures.pyc
1896${PYSITELIB}/django/contrib/localflavor/jp/jp_prefectures.pyo 3156${PYSITELIB}/django/contrib/localflavor/jp/jp_prefectures.pyo
1897${PYSITELIB}/django/contrib/localflavor/kw/__init__.py 3157${PYSITELIB}/django/contrib/localflavor/kw/__init__.py
1898${PYSITELIB}/django/contrib/localflavor/kw/__init__.pyc 3158${PYSITELIB}/django/contrib/localflavor/kw/__init__.pyc
1899${PYSITELIB}/django/contrib/localflavor/kw/__init__.pyo 3159${PYSITELIB}/django/contrib/localflavor/kw/__init__.pyo
1900${PYSITELIB}/django/contrib/localflavor/kw/forms.py 3160${PYSITELIB}/django/contrib/localflavor/kw/forms.py
1901${PYSITELIB}/django/contrib/localflavor/kw/forms.pyc 3161${PYSITELIB}/django/contrib/localflavor/kw/forms.pyc
1902${PYSITELIB}/django/contrib/localflavor/kw/forms.pyo 3162${PYSITELIB}/django/contrib/localflavor/kw/forms.pyo
 3163${PYSITELIB}/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.mo
 3164${PYSITELIB}/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.po
 3165${PYSITELIB}/django/contrib/localflavor/locale/az/LC_MESSAGES/django.mo
 3166${PYSITELIB}/django/contrib/localflavor/locale/az/LC_MESSAGES/django.po
 3167${PYSITELIB}/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.mo
 3168${PYSITELIB}/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.po
 3169${PYSITELIB}/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.mo
 3170${PYSITELIB}/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.po
 3171${PYSITELIB}/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.mo
 3172${PYSITELIB}/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.po
 3173${PYSITELIB}/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.mo
 3174${PYSITELIB}/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.po
 3175${PYSITELIB}/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.mo
 3176${PYSITELIB}/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.po
 3177${PYSITELIB}/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.mo
 3178${PYSITELIB}/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.po
 3179${PYSITELIB}/django/contrib/localflavor/locale/da/LC_MESSAGES/django.mo
 3180${PYSITELIB}/django/contrib/localflavor/locale/da/LC_MESSAGES/django.po
 3181${PYSITELIB}/django/contrib/localflavor/locale/de/LC_MESSAGES/django.mo
 3182${PYSITELIB}/django/contrib/localflavor/locale/de/LC_MESSAGES/django.po
 3183${PYSITELIB}/django/contrib/localflavor/locale/el/LC_MESSAGES/django.mo
 3184${PYSITELIB}/django/contrib/localflavor/locale/el/LC_MESSAGES/django.po
 3185${PYSITELIB}/django/contrib/localflavor/locale/en/LC_MESSAGES/django.mo
 3186${PYSITELIB}/django/contrib/localflavor/locale/en/LC_MESSAGES/django.po
 3187${PYSITELIB}/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.mo
 3188${PYSITELIB}/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.po
 3189${PYSITELIB}/django/contrib/localflavor/locale/es/LC_MESSAGES/django.mo
 3190${PYSITELIB}/django/contrib/localflavor/locale/es/LC_MESSAGES/django.po
 3191${PYSITELIB}/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.mo
 3192${PYSITELIB}/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.po
 3193${PYSITELIB}/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo
 3194${PYSITELIB}/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.po
 3195${PYSITELIB}/django/contrib/localflavor/locale/et/LC_MESSAGES/django.mo
 3196${PYSITELIB}/django/contrib/localflavor/locale/et/LC_MESSAGES/django.po
 3197${PYSITELIB}/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.mo
 3198${PYSITELIB}/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.po
 3199${PYSITELIB}/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.mo
 3200${PYSITELIB}/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.po
 3201${PYSITELIB}/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.mo
 3202${PYSITELIB}/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.po
 3203${PYSITELIB}/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.mo
 3204${PYSITELIB}/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.po
 3205${PYSITELIB}/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.mo
 3206${PYSITELIB}/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.po
 3207${PYSITELIB}/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.mo
 3208${PYSITELIB}/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.po
 3209${PYSITELIB}/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.mo
 3210${PYSITELIB}/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.po
 3211${PYSITELIB}/django/contrib/localflavor/locale/he/LC_MESSAGES/django.mo
 3212${PYSITELIB}/django/contrib/localflavor/locale/he/LC_MESSAGES/django.po
 3213${PYSITELIB}/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.mo
 3214${PYSITELIB}/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.po
 3215${PYSITELIB}/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.mo
 3216${PYSITELIB}/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.po
 3217${PYSITELIB}/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.mo
 3218${PYSITELIB}/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.po
 3219${PYSITELIB}/django/contrib/localflavor/locale/id/LC_MESSAGES/django.mo
 3220${PYSITELIB}/django/contrib/localflavor/locale/id/LC_MESSAGES/django.po
 3221${PYSITELIB}/django/contrib/localflavor/locale/is/LC_MESSAGES/django.mo
 3222${PYSITELIB}/django/contrib/localflavor/locale/is/LC_MESSAGES/django.po
 3223${PYSITELIB}/django/contrib/localflavor/locale/it/LC_MESSAGES/django.mo
 3224${PYSITELIB}/django/contrib/localflavor/locale/it/LC_MESSAGES/django.po
 3225${PYSITELIB}/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.mo
 3226${PYSITELIB}/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.po
 3227${PYSITELIB}/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.mo
 3228${PYSITELIB}/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.po
 3229${PYSITELIB}/django/contrib/localflavor/locale/km/LC_MESSAGES/django.mo
 3230${PYSITELIB}/django/contrib/localflavor/locale/km/LC_MESSAGES/django.po
 3231${PYSITELIB}/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.mo
 3232${PYSITELIB}/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.po
 3233${PYSITELIB}/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.mo
 3234${PYSITELIB}/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.po
 3235${PYSITELIB}/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.mo
 3236${PYSITELIB}/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.po
 3237${PYSITELIB}/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.mo
 3238${PYSITELIB}/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.po
 3239${PYSITELIB}/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.mo
 3240${PYSITELIB}/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.po
 3241${PYSITELIB}/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.mo
 3242${PYSITELIB}/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.po
 3243${PYSITELIB}/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.mo
 3244${PYSITELIB}/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.po
 3245${PYSITELIB}/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.mo
 3246${PYSITELIB}/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.po
 3247${PYSITELIB}/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.mo
 3248${PYSITELIB}/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.po
 3249${PYSITELIB}/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.mo
 3250${PYSITELIB}/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.po
 3251${PYSITELIB}/django/contrib/localflavor/locale/no/LC_MESSAGES/django.mo
 3252${PYSITELIB}/django/contrib/localflavor/locale/no/LC_MESSAGES/django.po
 3253${PYSITELIB}/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.mo
 3254${PYSITELIB}/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.po
 3255${PYSITELIB}/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.mo
 3256${PYSITELIB}/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.po
 3257${PYSITELIB}/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.mo
 3258${PYSITELIB}/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.po
 3259${PYSITELIB}/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.mo
 3260${PYSITELIB}/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.po
 3261${PYSITELIB}/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.mo
 3262${PYSITELIB}/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.po
 3263${PYSITELIB}/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.mo
 3264${PYSITELIB}/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.po
 3265${PYSITELIB}/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.mo
 3266${PYSITELIB}/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.po
 3267${PYSITELIB}/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.mo
 3268${PYSITELIB}/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.po
 3269${PYSITELIB}/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.mo
 3270${PYSITELIB}/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.po
 3271${PYSITELIB}/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.mo
 3272${PYSITELIB}/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.po
 3273${PYSITELIB}/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo
 3274${PYSITELIB}/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.po
 3275${PYSITELIB}/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.mo
 3276${PYSITELIB}/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.po
 3277${PYSITELIB}/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.mo
 3278${PYSITELIB}/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.po
 3279${PYSITELIB}/django/contrib/localflavor/locale/te/LC_MESSAGES/django.mo
 3280${PYSITELIB}/django/contrib/localflavor/locale/te/LC_MESSAGES/django.po
 3281${PYSITELIB}/django/contrib/localflavor/locale/th/LC_MESSAGES/django.mo
 3282${PYSITELIB}/django/contrib/localflavor/locale/th/LC_MESSAGES/django.po
 3283${PYSITELIB}/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.mo
 3284${PYSITELIB}/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.po
 3285${PYSITELIB}/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.mo
 3286${PYSITELIB}/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.po
 3287${PYSITELIB}/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.mo
 3288${PYSITELIB}/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.po
 3289${PYSITELIB}/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.mo
 3290${PYSITELIB}/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.po
 3291${PYSITELIB}/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.mo
 3292${PYSITELIB}/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.po
 3293${PYSITELIB}/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.mo
 3294${PYSITELIB}/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.po
1903${PYSITELIB}/django/contrib/localflavor/mx/__init__.py 3295${PYSITELIB}/django/contrib/localflavor/mx/__init__.py
1904${PYSITELIB}/django/contrib/localflavor/mx/__init__.pyc 3296${PYSITELIB}/django/contrib/localflavor/mx/__init__.pyc
1905${PYSITELIB}/django/contrib/localflavor/mx/__init__.pyo 3297${PYSITELIB}/django/contrib/localflavor/mx/__init__.pyo
1906${PYSITELIB}/django/contrib/localflavor/mx/forms.py 3298${PYSITELIB}/django/contrib/localflavor/mx/forms.py
1907${PYSITELIB}/django/contrib/localflavor/mx/forms.pyc 3299${PYSITELIB}/django/contrib/localflavor/mx/forms.pyc
1908${PYSITELIB}/django/contrib/localflavor/mx/forms.pyo 3300${PYSITELIB}/django/contrib/localflavor/mx/forms.pyo
1909${PYSITELIB}/django/contrib/localflavor/mx/mx_states.py 3301${PYSITELIB}/django/contrib/localflavor/mx/mx_states.py
1910${PYSITELIB}/django/contrib/localflavor/mx/mx_states.pyc 3302${PYSITELIB}/django/contrib/localflavor/mx/mx_states.pyc
1911${PYSITELIB}/django/contrib/localflavor/mx/mx_states.pyo 3303${PYSITELIB}/django/contrib/localflavor/mx/mx_states.pyo
1912${PYSITELIB}/django/contrib/localflavor/nl/__init__.py 3304${PYSITELIB}/django/contrib/localflavor/nl/__init__.py
1913${PYSITELIB}/django/contrib/localflavor/nl/__init__.pyc 3305${PYSITELIB}/django/contrib/localflavor/nl/__init__.pyc
1914${PYSITELIB}/django/contrib/localflavor/nl/__init__.pyo 3306${PYSITELIB}/django/contrib/localflavor/nl/__init__.pyo
1915${PYSITELIB}/django/contrib/localflavor/nl/forms.py 3307${PYSITELIB}/django/contrib/localflavor/nl/forms.py
@@ -1977,26 +3369,35 @@ ${PYSITELIB}/django/contrib/localflavor/ @@ -1977,26 +3369,35 @@ ${PYSITELIB}/django/contrib/localflavor/
1977${PYSITELIB}/django/contrib/localflavor/se/utils.pyo 3369${PYSITELIB}/django/contrib/localflavor/se/utils.pyo
1978${PYSITELIB}/django/contrib/localflavor/sk/__init__.py 3370${PYSITELIB}/django/contrib/localflavor/sk/__init__.py
1979${PYSITELIB}/django/contrib/localflavor/sk/__init__.pyc 3371${PYSITELIB}/django/contrib/localflavor/sk/__init__.pyc
1980${PYSITELIB}/django/contrib/localflavor/sk/__init__.pyo 3372${PYSITELIB}/django/contrib/localflavor/sk/__init__.pyo
1981${PYSITELIB}/django/contrib/localflavor/sk/forms.py 3373${PYSITELIB}/django/contrib/localflavor/sk/forms.py
1982${PYSITELIB}/django/contrib/localflavor/sk/forms.pyc 3374${PYSITELIB}/django/contrib/localflavor/sk/forms.pyc
1983${PYSITELIB}/django/contrib/localflavor/sk/forms.pyo 3375${PYSITELIB}/django/contrib/localflavor/sk/forms.pyo
1984${PYSITELIB}/django/contrib/localflavor/sk/sk_districts.py 3376${PYSITELIB}/django/contrib/localflavor/sk/sk_districts.py
1985${PYSITELIB}/django/contrib/localflavor/sk/sk_districts.pyc 3377${PYSITELIB}/django/contrib/localflavor/sk/sk_districts.pyc
1986${PYSITELIB}/django/contrib/localflavor/sk/sk_districts.pyo 3378${PYSITELIB}/django/contrib/localflavor/sk/sk_districts.pyo
1987${PYSITELIB}/django/contrib/localflavor/sk/sk_regions.py 3379${PYSITELIB}/django/contrib/localflavor/sk/sk_regions.py
1988${PYSITELIB}/django/contrib/localflavor/sk/sk_regions.pyc 3380${PYSITELIB}/django/contrib/localflavor/sk/sk_regions.pyc
1989${PYSITELIB}/django/contrib/localflavor/sk/sk_regions.pyo 3381${PYSITELIB}/django/contrib/localflavor/sk/sk_regions.pyo
 3382${PYSITELIB}/django/contrib/localflavor/tr/__init__.py
 3383${PYSITELIB}/django/contrib/localflavor/tr/__init__.pyc
 3384${PYSITELIB}/django/contrib/localflavor/tr/__init__.pyo
 3385${PYSITELIB}/django/contrib/localflavor/tr/forms.py
 3386${PYSITELIB}/django/contrib/localflavor/tr/forms.pyc
 3387${PYSITELIB}/django/contrib/localflavor/tr/forms.pyo
 3388${PYSITELIB}/django/contrib/localflavor/tr/tr_provinces.py
 3389${PYSITELIB}/django/contrib/localflavor/tr/tr_provinces.pyc
 3390${PYSITELIB}/django/contrib/localflavor/tr/tr_provinces.pyo
1990${PYSITELIB}/django/contrib/localflavor/uk/__init__.py 3391${PYSITELIB}/django/contrib/localflavor/uk/__init__.py
1991${PYSITELIB}/django/contrib/localflavor/uk/__init__.pyc 3392${PYSITELIB}/django/contrib/localflavor/uk/__init__.pyc
1992${PYSITELIB}/django/contrib/localflavor/uk/__init__.pyo 3393${PYSITELIB}/django/contrib/localflavor/uk/__init__.pyo
1993${PYSITELIB}/django/contrib/localflavor/uk/forms.py 3394${PYSITELIB}/django/contrib/localflavor/uk/forms.py
1994${PYSITELIB}/django/contrib/localflavor/uk/forms.pyc 3395${PYSITELIB}/django/contrib/localflavor/uk/forms.pyc
1995${PYSITELIB}/django/contrib/localflavor/uk/forms.pyo 3396${PYSITELIB}/django/contrib/localflavor/uk/forms.pyo
1996${PYSITELIB}/django/contrib/localflavor/uk/uk_regions.py 3397${PYSITELIB}/django/contrib/localflavor/uk/uk_regions.py
1997${PYSITELIB}/django/contrib/localflavor/uk/uk_regions.pyc 3398${PYSITELIB}/django/contrib/localflavor/uk/uk_regions.pyc
1998${PYSITELIB}/django/contrib/localflavor/uk/uk_regions.pyo 3399${PYSITELIB}/django/contrib/localflavor/uk/uk_regions.pyo
1999${PYSITELIB}/django/contrib/localflavor/us/__init__.py 3400${PYSITELIB}/django/contrib/localflavor/us/__init__.py
2000${PYSITELIB}/django/contrib/localflavor/us/__init__.pyc 3401${PYSITELIB}/django/contrib/localflavor/us/__init__.pyc
2001${PYSITELIB}/django/contrib/localflavor/us/__init__.pyo 3402${PYSITELIB}/django/contrib/localflavor/us/__init__.pyo
2002${PYSITELIB}/django/contrib/localflavor/us/forms.py 3403${PYSITELIB}/django/contrib/localflavor/us/forms.py
@@ -2046,26 +3447,158 @@ ${PYSITELIB}/django/contrib/markup/tests @@ -2046,26 +3447,158 @@ ${PYSITELIB}/django/contrib/markup/tests
2046${PYSITELIB}/django/contrib/markup/tests.pyo 3447${PYSITELIB}/django/contrib/markup/tests.pyo
2047${PYSITELIB}/django/contrib/messages/__init__.py 3448${PYSITELIB}/django/contrib/messages/__init__.py
2048${PYSITELIB}/django/contrib/messages/__init__.pyc 3449${PYSITELIB}/django/contrib/messages/__init__.pyc
2049${PYSITELIB}/django/contrib/messages/__init__.pyo 3450${PYSITELIB}/django/contrib/messages/__init__.pyo
2050${PYSITELIB}/django/contrib/messages/api.py 3451${PYSITELIB}/django/contrib/messages/api.py
2051${PYSITELIB}/django/contrib/messages/api.pyc 3452${PYSITELIB}/django/contrib/messages/api.pyc
2052${PYSITELIB}/django/contrib/messages/api.pyo 3453${PYSITELIB}/django/contrib/messages/api.pyo
2053${PYSITELIB}/django/contrib/messages/constants.py 3454${PYSITELIB}/django/contrib/messages/constants.py
2054${PYSITELIB}/django/contrib/messages/constants.pyc 3455${PYSITELIB}/django/contrib/messages/constants.pyc
2055${PYSITELIB}/django/contrib/messages/constants.pyo 3456${PYSITELIB}/django/contrib/messages/constants.pyo
2056${PYSITELIB}/django/contrib/messages/context_processors.py 3457${PYSITELIB}/django/contrib/messages/context_processors.py
2057${PYSITELIB}/django/contrib/messages/context_processors.pyc 3458${PYSITELIB}/django/contrib/messages/context_processors.pyc
2058${PYSITELIB}/django/contrib/messages/context_processors.pyo 3459${PYSITELIB}/django/contrib/messages/context_processors.pyo
 3460${PYSITELIB}/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo
 3461${PYSITELIB}/django/contrib/messages/locale/ar/LC_MESSAGES/django.po
 3462${PYSITELIB}/django/contrib/messages/locale/az/LC_MESSAGES/django.mo
 3463${PYSITELIB}/django/contrib/messages/locale/az/LC_MESSAGES/django.po
 3464${PYSITELIB}/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo
 3465${PYSITELIB}/django/contrib/messages/locale/bg/LC_MESSAGES/django.po
 3466${PYSITELIB}/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo
 3467${PYSITELIB}/django/contrib/messages/locale/bn/LC_MESSAGES/django.po
 3468${PYSITELIB}/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo
 3469${PYSITELIB}/django/contrib/messages/locale/bs/LC_MESSAGES/django.po
 3470${PYSITELIB}/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo
 3471${PYSITELIB}/django/contrib/messages/locale/ca/LC_MESSAGES/django.po
 3472${PYSITELIB}/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo
 3473${PYSITELIB}/django/contrib/messages/locale/cs/LC_MESSAGES/django.po
 3474${PYSITELIB}/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo
 3475${PYSITELIB}/django/contrib/messages/locale/cy/LC_MESSAGES/django.po
 3476${PYSITELIB}/django/contrib/messages/locale/da/LC_MESSAGES/django.mo
 3477${PYSITELIB}/django/contrib/messages/locale/da/LC_MESSAGES/django.po
 3478${PYSITELIB}/django/contrib/messages/locale/de/LC_MESSAGES/django.mo
 3479${PYSITELIB}/django/contrib/messages/locale/de/LC_MESSAGES/django.po
 3480${PYSITELIB}/django/contrib/messages/locale/el/LC_MESSAGES/django.mo
 3481${PYSITELIB}/django/contrib/messages/locale/el/LC_MESSAGES/django.po
 3482${PYSITELIB}/django/contrib/messages/locale/en/LC_MESSAGES/django.mo
 3483${PYSITELIB}/django/contrib/messages/locale/en/LC_MESSAGES/django.po
 3484${PYSITELIB}/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo
 3485${PYSITELIB}/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.po
 3486${PYSITELIB}/django/contrib/messages/locale/es/LC_MESSAGES/django.mo
 3487${PYSITELIB}/django/contrib/messages/locale/es/LC_MESSAGES/django.po
 3488${PYSITELIB}/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo
 3489${PYSITELIB}/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.po
 3490${PYSITELIB}/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo
 3491${PYSITELIB}/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po
 3492${PYSITELIB}/django/contrib/messages/locale/et/LC_MESSAGES/django.mo
 3493${PYSITELIB}/django/contrib/messages/locale/et/LC_MESSAGES/django.po
 3494${PYSITELIB}/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo
 3495${PYSITELIB}/django/contrib/messages/locale/eu/LC_MESSAGES/django.po
 3496${PYSITELIB}/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo
 3497${PYSITELIB}/django/contrib/messages/locale/fa/LC_MESSAGES/django.po
 3498${PYSITELIB}/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo
 3499${PYSITELIB}/django/contrib/messages/locale/fi/LC_MESSAGES/django.po
 3500${PYSITELIB}/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo
 3501${PYSITELIB}/django/contrib/messages/locale/fr/LC_MESSAGES/django.po
 3502${PYSITELIB}/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.mo
 3503${PYSITELIB}/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.po
 3504${PYSITELIB}/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo
 3505${PYSITELIB}/django/contrib/messages/locale/ga/LC_MESSAGES/django.po
 3506${PYSITELIB}/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo
 3507${PYSITELIB}/django/contrib/messages/locale/gl/LC_MESSAGES/django.po
 3508${PYSITELIB}/django/contrib/messages/locale/he/LC_MESSAGES/django.mo
 3509${PYSITELIB}/django/contrib/messages/locale/he/LC_MESSAGES/django.po
 3510${PYSITELIB}/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo
 3511${PYSITELIB}/django/contrib/messages/locale/hi/LC_MESSAGES/django.po
 3512${PYSITELIB}/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo
 3513${PYSITELIB}/django/contrib/messages/locale/hr/LC_MESSAGES/django.po
 3514${PYSITELIB}/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo
 3515${PYSITELIB}/django/contrib/messages/locale/hu/LC_MESSAGES/django.po
 3516${PYSITELIB}/django/contrib/messages/locale/id/LC_MESSAGES/django.mo
 3517${PYSITELIB}/django/contrib/messages/locale/id/LC_MESSAGES/django.po
 3518${PYSITELIB}/django/contrib/messages/locale/is/LC_MESSAGES/django.mo
 3519${PYSITELIB}/django/contrib/messages/locale/is/LC_MESSAGES/django.po
 3520${PYSITELIB}/django/contrib/messages/locale/it/LC_MESSAGES/django.mo
 3521${PYSITELIB}/django/contrib/messages/locale/it/LC_MESSAGES/django.po
 3522${PYSITELIB}/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo
 3523${PYSITELIB}/django/contrib/messages/locale/ja/LC_MESSAGES/django.po
 3524${PYSITELIB}/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo
 3525${PYSITELIB}/django/contrib/messages/locale/ka/LC_MESSAGES/django.po
 3526${PYSITELIB}/django/contrib/messages/locale/km/LC_MESSAGES/django.mo
 3527${PYSITELIB}/django/contrib/messages/locale/km/LC_MESSAGES/django.po
 3528${PYSITELIB}/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo
 3529${PYSITELIB}/django/contrib/messages/locale/kn/LC_MESSAGES/django.po
 3530${PYSITELIB}/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo
 3531${PYSITELIB}/django/contrib/messages/locale/ko/LC_MESSAGES/django.po
 3532${PYSITELIB}/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo
 3533${PYSITELIB}/django/contrib/messages/locale/lt/LC_MESSAGES/django.po
 3534${PYSITELIB}/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo
 3535${PYSITELIB}/django/contrib/messages/locale/lv/LC_MESSAGES/django.po
 3536${PYSITELIB}/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo
 3537${PYSITELIB}/django/contrib/messages/locale/mk/LC_MESSAGES/django.po
 3538${PYSITELIB}/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo
 3539${PYSITELIB}/django/contrib/messages/locale/ml/LC_MESSAGES/django.po
 3540${PYSITELIB}/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo
 3541${PYSITELIB}/django/contrib/messages/locale/mn/LC_MESSAGES/django.po
 3542${PYSITELIB}/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo
 3543${PYSITELIB}/django/contrib/messages/locale/nb/LC_MESSAGES/django.po
 3544${PYSITELIB}/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo
 3545${PYSITELIB}/django/contrib/messages/locale/nl/LC_MESSAGES/django.po
 3546${PYSITELIB}/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo
 3547${PYSITELIB}/django/contrib/messages/locale/nn/LC_MESSAGES/django.po
 3548${PYSITELIB}/django/contrib/messages/locale/no/LC_MESSAGES/django.mo
 3549${PYSITELIB}/django/contrib/messages/locale/no/LC_MESSAGES/django.po
 3550${PYSITELIB}/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo
 3551${PYSITELIB}/django/contrib/messages/locale/pa/LC_MESSAGES/django.po
 3552${PYSITELIB}/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo
 3553${PYSITELIB}/django/contrib/messages/locale/pl/LC_MESSAGES/django.po
 3554${PYSITELIB}/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo
 3555${PYSITELIB}/django/contrib/messages/locale/pt/LC_MESSAGES/django.po
 3556${PYSITELIB}/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo
 3557${PYSITELIB}/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.po
 3558${PYSITELIB}/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo
 3559${PYSITELIB}/django/contrib/messages/locale/ro/LC_MESSAGES/django.po
 3560${PYSITELIB}/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo
 3561${PYSITELIB}/django/contrib/messages/locale/ru/LC_MESSAGES/django.po
 3562${PYSITELIB}/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo
 3563${PYSITELIB}/django/contrib/messages/locale/sk/LC_MESSAGES/django.po
 3564${PYSITELIB}/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo
 3565${PYSITELIB}/django/contrib/messages/locale/sl/LC_MESSAGES/django.po
 3566${PYSITELIB}/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo
 3567${PYSITELIB}/django/contrib/messages/locale/sq/LC_MESSAGES/django.po
 3568${PYSITELIB}/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo
 3569${PYSITELIB}/django/contrib/messages/locale/sr/LC_MESSAGES/django.po
 3570${PYSITELIB}/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo
 3571${PYSITELIB}/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.po
 3572${PYSITELIB}/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo
 3573${PYSITELIB}/django/contrib/messages/locale/sv/LC_MESSAGES/django.po
 3574${PYSITELIB}/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo
 3575${PYSITELIB}/django/contrib/messages/locale/ta/LC_MESSAGES/django.po
 3576${PYSITELIB}/django/contrib/messages/locale/te/LC_MESSAGES/django.mo
 3577${PYSITELIB}/django/contrib/messages/locale/te/LC_MESSAGES/django.po
 3578${PYSITELIB}/django/contrib/messages/locale/th/LC_MESSAGES/django.mo
 3579${PYSITELIB}/django/contrib/messages/locale/th/LC_MESSAGES/django.po
 3580${PYSITELIB}/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo
 3581${PYSITELIB}/django/contrib/messages/locale/tr/LC_MESSAGES/django.po
 3582${PYSITELIB}/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo
 3583${PYSITELIB}/django/contrib/messages/locale/uk/LC_MESSAGES/django.po
 3584${PYSITELIB}/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo
 3585${PYSITELIB}/django/contrib/messages/locale/ur/LC_MESSAGES/django.po
 3586${PYSITELIB}/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo
 3587${PYSITELIB}/django/contrib/messages/locale/vi/LC_MESSAGES/django.po
 3588${PYSITELIB}/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo
 3589${PYSITELIB}/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.po
 3590${PYSITELIB}/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo
 3591${PYSITELIB}/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.po
2059${PYSITELIB}/django/contrib/messages/middleware.py 3592${PYSITELIB}/django/contrib/messages/middleware.py
2060${PYSITELIB}/django/contrib/messages/middleware.pyc 3593${PYSITELIB}/django/contrib/messages/middleware.pyc
2061${PYSITELIB}/django/contrib/messages/middleware.pyo 3594${PYSITELIB}/django/contrib/messages/middleware.pyo
2062${PYSITELIB}/django/contrib/messages/models.py 3595${PYSITELIB}/django/contrib/messages/models.py
2063${PYSITELIB}/django/contrib/messages/models.pyc 3596${PYSITELIB}/django/contrib/messages/models.pyc
2064${PYSITELIB}/django/contrib/messages/models.pyo 3597${PYSITELIB}/django/contrib/messages/models.pyo
2065${PYSITELIB}/django/contrib/messages/storage/__init__.py 3598${PYSITELIB}/django/contrib/messages/storage/__init__.py
2066${PYSITELIB}/django/contrib/messages/storage/__init__.pyc 3599${PYSITELIB}/django/contrib/messages/storage/__init__.pyc
2067${PYSITELIB}/django/contrib/messages/storage/__init__.pyo 3600${PYSITELIB}/django/contrib/messages/storage/__init__.pyo
2068${PYSITELIB}/django/contrib/messages/storage/base.py 3601${PYSITELIB}/django/contrib/messages/storage/base.py
2069${PYSITELIB}/django/contrib/messages/storage/base.pyc 3602${PYSITELIB}/django/contrib/messages/storage/base.pyc
2070${PYSITELIB}/django/contrib/messages/storage/base.pyo 3603${PYSITELIB}/django/contrib/messages/storage/base.pyo
2071${PYSITELIB}/django/contrib/messages/storage/cookie.py 3604${PYSITELIB}/django/contrib/messages/storage/cookie.py
@@ -2103,26 +3636,158 @@ ${PYSITELIB}/django/contrib/messages/tes @@ -2103,26 +3636,158 @@ ${PYSITELIB}/django/contrib/messages/tes
2103${PYSITELIB}/django/contrib/messages/tests/urls.pyo 3636${PYSITELIB}/django/contrib/messages/tests/urls.pyo
2104${PYSITELIB}/django/contrib/messages/tests/user_messages.py 3637${PYSITELIB}/django/contrib/messages/tests/user_messages.py
2105${PYSITELIB}/django/contrib/messages/tests/user_messages.pyc 3638${PYSITELIB}/django/contrib/messages/tests/user_messages.pyc
2106${PYSITELIB}/django/contrib/messages/tests/user_messages.pyo 3639${PYSITELIB}/django/contrib/messages/tests/user_messages.pyo
2107${PYSITELIB}/django/contrib/messages/utils.py 3640${PYSITELIB}/django/contrib/messages/utils.py
2108${PYSITELIB}/django/contrib/messages/utils.pyc 3641${PYSITELIB}/django/contrib/messages/utils.pyc
2109${PYSITELIB}/django/contrib/messages/utils.pyo 3642${PYSITELIB}/django/contrib/messages/utils.pyo
2110${PYSITELIB}/django/contrib/redirects/__init__.py 3643${PYSITELIB}/django/contrib/redirects/__init__.py
2111${PYSITELIB}/django/contrib/redirects/__init__.pyc 3644${PYSITELIB}/django/contrib/redirects/__init__.pyc
2112${PYSITELIB}/django/contrib/redirects/__init__.pyo 3645${PYSITELIB}/django/contrib/redirects/__init__.pyo
2113${PYSITELIB}/django/contrib/redirects/admin.py 3646${PYSITELIB}/django/contrib/redirects/admin.py
2114${PYSITELIB}/django/contrib/redirects/admin.pyc 3647${PYSITELIB}/django/contrib/redirects/admin.pyc
2115${PYSITELIB}/django/contrib/redirects/admin.pyo 3648${PYSITELIB}/django/contrib/redirects/admin.pyo
 3649${PYSITELIB}/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo
 3650${PYSITELIB}/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po
 3651${PYSITELIB}/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo
 3652${PYSITELIB}/django/contrib/redirects/locale/az/LC_MESSAGES/django.po
 3653${PYSITELIB}/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo
 3654${PYSITELIB}/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po
 3655${PYSITELIB}/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo
 3656${PYSITELIB}/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po
 3657${PYSITELIB}/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo
 3658${PYSITELIB}/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po
 3659${PYSITELIB}/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo
 3660${PYSITELIB}/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po
 3661${PYSITELIB}/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo
 3662${PYSITELIB}/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po
 3663${PYSITELIB}/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo
 3664${PYSITELIB}/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po
 3665${PYSITELIB}/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo
 3666${PYSITELIB}/django/contrib/redirects/locale/da/LC_MESSAGES/django.po
 3667${PYSITELIB}/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo
 3668${PYSITELIB}/django/contrib/redirects/locale/de/LC_MESSAGES/django.po
 3669${PYSITELIB}/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo
 3670${PYSITELIB}/django/contrib/redirects/locale/el/LC_MESSAGES/django.po
 3671${PYSITELIB}/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo
 3672${PYSITELIB}/django/contrib/redirects/locale/en/LC_MESSAGES/django.po
 3673${PYSITELIB}/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo
 3674${PYSITELIB}/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po
 3675${PYSITELIB}/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo
 3676${PYSITELIB}/django/contrib/redirects/locale/es/LC_MESSAGES/django.po
 3677${PYSITELIB}/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo
 3678${PYSITELIB}/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po
 3679${PYSITELIB}/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo
 3680${PYSITELIB}/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po
 3681${PYSITELIB}/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo
 3682${PYSITELIB}/django/contrib/redirects/locale/et/LC_MESSAGES/django.po
 3683${PYSITELIB}/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo
 3684${PYSITELIB}/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po
 3685${PYSITELIB}/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo
 3686${PYSITELIB}/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po
 3687${PYSITELIB}/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo
 3688${PYSITELIB}/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po
 3689${PYSITELIB}/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo
 3690${PYSITELIB}/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po
 3691${PYSITELIB}/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.mo
 3692${PYSITELIB}/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.po
 3693${PYSITELIB}/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo
 3694${PYSITELIB}/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po
 3695${PYSITELIB}/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo
 3696${PYSITELIB}/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po
 3697${PYSITELIB}/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo
 3698${PYSITELIB}/django/contrib/redirects/locale/he/LC_MESSAGES/django.po
 3699${PYSITELIB}/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo
 3700${PYSITELIB}/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po
 3701${PYSITELIB}/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo
 3702${PYSITELIB}/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po
 3703${PYSITELIB}/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo
 3704${PYSITELIB}/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po
 3705${PYSITELIB}/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo
 3706${PYSITELIB}/django/contrib/redirects/locale/id/LC_MESSAGES/django.po
 3707${PYSITELIB}/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo
 3708${PYSITELIB}/django/contrib/redirects/locale/is/LC_MESSAGES/django.po
 3709${PYSITELIB}/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo
 3710${PYSITELIB}/django/contrib/redirects/locale/it/LC_MESSAGES/django.po
 3711${PYSITELIB}/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo
 3712${PYSITELIB}/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po
 3713${PYSITELIB}/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo
 3714${PYSITELIB}/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po
 3715${PYSITELIB}/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo
 3716${PYSITELIB}/django/contrib/redirects/locale/km/LC_MESSAGES/django.po
 3717${PYSITELIB}/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo
 3718${PYSITELIB}/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po
 3719${PYSITELIB}/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo
 3720${PYSITELIB}/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po
 3721${PYSITELIB}/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo
 3722${PYSITELIB}/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po
 3723${PYSITELIB}/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo
 3724${PYSITELIB}/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po
 3725${PYSITELIB}/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo
 3726${PYSITELIB}/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po
 3727${PYSITELIB}/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo
 3728${PYSITELIB}/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po
 3729${PYSITELIB}/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo
 3730${PYSITELIB}/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po
 3731${PYSITELIB}/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo
 3732${PYSITELIB}/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po
 3733${PYSITELIB}/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo
 3734${PYSITELIB}/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po
 3735${PYSITELIB}/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo
 3736${PYSITELIB}/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po
 3737${PYSITELIB}/django/contrib/redirects/locale/no/LC_MESSAGES/django.mo
 3738${PYSITELIB}/django/contrib/redirects/locale/no/LC_MESSAGES/django.po
 3739${PYSITELIB}/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo
 3740${PYSITELIB}/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po
 3741${PYSITELIB}/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo
 3742${PYSITELIB}/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po
 3743${PYSITELIB}/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo
 3744${PYSITELIB}/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po
 3745${PYSITELIB}/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo
 3746${PYSITELIB}/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po
 3747${PYSITELIB}/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo
 3748${PYSITELIB}/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po
 3749${PYSITELIB}/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo
 3750${PYSITELIB}/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po
 3751${PYSITELIB}/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo
 3752${PYSITELIB}/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po
 3753${PYSITELIB}/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo
 3754${PYSITELIB}/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po
 3755${PYSITELIB}/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo
 3756${PYSITELIB}/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po
 3757${PYSITELIB}/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo
 3758${PYSITELIB}/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po
 3759${PYSITELIB}/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo
 3760${PYSITELIB}/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po
 3761${PYSITELIB}/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo
 3762${PYSITELIB}/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po
 3763${PYSITELIB}/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo
 3764${PYSITELIB}/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po
 3765${PYSITELIB}/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo
 3766${PYSITELIB}/django/contrib/redirects/locale/te/LC_MESSAGES/django.po
 3767${PYSITELIB}/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo
 3768${PYSITELIB}/django/contrib/redirects/locale/th/LC_MESSAGES/django.po
 3769${PYSITELIB}/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo
 3770${PYSITELIB}/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po
 3771${PYSITELIB}/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo
 3772${PYSITELIB}/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po
 3773${PYSITELIB}/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo
 3774${PYSITELIB}/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po
 3775${PYSITELIB}/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo
 3776${PYSITELIB}/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po
 3777${PYSITELIB}/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo
 3778${PYSITELIB}/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.po
 3779${PYSITELIB}/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo
 3780${PYSITELIB}/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.po
2116${PYSITELIB}/django/contrib/redirects/middleware.py 3781${PYSITELIB}/django/contrib/redirects/middleware.py
2117${PYSITELIB}/django/contrib/redirects/middleware.pyc 3782${PYSITELIB}/django/contrib/redirects/middleware.pyc
2118${PYSITELIB}/django/contrib/redirects/middleware.pyo 3783${PYSITELIB}/django/contrib/redirects/middleware.pyo
2119${PYSITELIB}/django/contrib/redirects/models.py 3784${PYSITELIB}/django/contrib/redirects/models.py
2120${PYSITELIB}/django/contrib/redirects/models.pyc 3785${PYSITELIB}/django/contrib/redirects/models.pyc
2121${PYSITELIB}/django/contrib/redirects/models.pyo 3786${PYSITELIB}/django/contrib/redirects/models.pyo
2122${PYSITELIB}/django/contrib/sessions/__init__.py 3787${PYSITELIB}/django/contrib/sessions/__init__.py
2123${PYSITELIB}/django/contrib/sessions/__init__.pyc 3788${PYSITELIB}/django/contrib/sessions/__init__.pyc
2124${PYSITELIB}/django/contrib/sessions/__init__.pyo 3789${PYSITELIB}/django/contrib/sessions/__init__.pyo
2125${PYSITELIB}/django/contrib/sessions/backends/__init__.py 3790${PYSITELIB}/django/contrib/sessions/backends/__init__.py
2126${PYSITELIB}/django/contrib/sessions/backends/__init__.pyc 3791${PYSITELIB}/django/contrib/sessions/backends/__init__.pyc
2127${PYSITELIB}/django/contrib/sessions/backends/__init__.pyo 3792${PYSITELIB}/django/contrib/sessions/backends/__init__.pyo
2128${PYSITELIB}/django/contrib/sessions/backends/base.py 3793${PYSITELIB}/django/contrib/sessions/backends/base.py
@@ -2130,26 +3795,158 @@ ${PYSITELIB}/django/contrib/sessions/bac @@ -2130,26 +3795,158 @@ ${PYSITELIB}/django/contrib/sessions/bac
2130${PYSITELIB}/django/contrib/sessions/backends/base.pyo 3795${PYSITELIB}/django/contrib/sessions/backends/base.pyo
2131${PYSITELIB}/django/contrib/sessions/backends/cache.py 3796${PYSITELIB}/django/contrib/sessions/backends/cache.py
2132${PYSITELIB}/django/contrib/sessions/backends/cache.pyc 3797${PYSITELIB}/django/contrib/sessions/backends/cache.pyc
2133${PYSITELIB}/django/contrib/sessions/backends/cache.pyo 3798${PYSITELIB}/django/contrib/sessions/backends/cache.pyo
2134${PYSITELIB}/django/contrib/sessions/backends/cached_db.py 3799${PYSITELIB}/django/contrib/sessions/backends/cached_db.py
2135${PYSITELIB}/django/contrib/sessions/backends/cached_db.pyc 3800${PYSITELIB}/django/contrib/sessions/backends/cached_db.pyc
2136${PYSITELIB}/django/contrib/sessions/backends/cached_db.pyo 3801${PYSITELIB}/django/contrib/sessions/backends/cached_db.pyo
2137${PYSITELIB}/django/contrib/sessions/backends/db.py 3802${PYSITELIB}/django/contrib/sessions/backends/db.py
2138${PYSITELIB}/django/contrib/sessions/backends/db.pyc 3803${PYSITELIB}/django/contrib/sessions/backends/db.pyc
2139${PYSITELIB}/django/contrib/sessions/backends/db.pyo 3804${PYSITELIB}/django/contrib/sessions/backends/db.pyo
2140${PYSITELIB}/django/contrib/sessions/backends/file.py 3805${PYSITELIB}/django/contrib/sessions/backends/file.py
2141${PYSITELIB}/django/contrib/sessions/backends/file.pyc 3806${PYSITELIB}/django/contrib/sessions/backends/file.pyc
2142${PYSITELIB}/django/contrib/sessions/backends/file.pyo 3807${PYSITELIB}/django/contrib/sessions/backends/file.pyo
 3808${PYSITELIB}/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo
 3809${PYSITELIB}/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po
 3810${PYSITELIB}/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo
 3811${PYSITELIB}/django/contrib/sessions/locale/az/LC_MESSAGES/django.po
 3812${PYSITELIB}/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo
 3813${PYSITELIB}/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po
 3814${PYSITELIB}/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo
 3815${PYSITELIB}/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po
 3816${PYSITELIB}/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo
 3817${PYSITELIB}/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po
 3818${PYSITELIB}/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo
 3819${PYSITELIB}/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po
 3820${PYSITELIB}/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo
 3821${PYSITELIB}/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po
 3822${PYSITELIB}/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo
 3823${PYSITELIB}/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po
 3824${PYSITELIB}/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo
 3825${PYSITELIB}/django/contrib/sessions/locale/da/LC_MESSAGES/django.po
 3826${PYSITELIB}/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo
 3827${PYSITELIB}/django/contrib/sessions/locale/de/LC_MESSAGES/django.po
 3828${PYSITELIB}/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo
 3829${PYSITELIB}/django/contrib/sessions/locale/el/LC_MESSAGES/django.po
 3830${PYSITELIB}/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo
 3831${PYSITELIB}/django/contrib/sessions/locale/en/LC_MESSAGES/django.po
 3832${PYSITELIB}/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo
 3833${PYSITELIB}/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po
 3834${PYSITELIB}/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo
 3835${PYSITELIB}/django/contrib/sessions/locale/es/LC_MESSAGES/django.po
 3836${PYSITELIB}/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo
 3837${PYSITELIB}/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po
 3838${PYSITELIB}/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo
 3839${PYSITELIB}/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po
 3840${PYSITELIB}/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo
 3841${PYSITELIB}/django/contrib/sessions/locale/et/LC_MESSAGES/django.po
 3842${PYSITELIB}/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo
 3843${PYSITELIB}/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po
 3844${PYSITELIB}/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo
 3845${PYSITELIB}/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po
 3846${PYSITELIB}/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo
 3847${PYSITELIB}/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po
 3848${PYSITELIB}/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo
 3849${PYSITELIB}/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po
 3850${PYSITELIB}/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.mo
 3851${PYSITELIB}/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.po
 3852${PYSITELIB}/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo
 3853${PYSITELIB}/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po
 3854${PYSITELIB}/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo
 3855${PYSITELIB}/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po
 3856${PYSITELIB}/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo
 3857${PYSITELIB}/django/contrib/sessions/locale/he/LC_MESSAGES/django.po
 3858${PYSITELIB}/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo
 3859${PYSITELIB}/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po
 3860${PYSITELIB}/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo
 3861${PYSITELIB}/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po
 3862${PYSITELIB}/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo
 3863${PYSITELIB}/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po
 3864${PYSITELIB}/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo
 3865${PYSITELIB}/django/contrib/sessions/locale/id/LC_MESSAGES/django.po
 3866${PYSITELIB}/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo
 3867${PYSITELIB}/django/contrib/sessions/locale/is/LC_MESSAGES/django.po
 3868${PYSITELIB}/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo
 3869${PYSITELIB}/django/contrib/sessions/locale/it/LC_MESSAGES/django.po
 3870${PYSITELIB}/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo
 3871${PYSITELIB}/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po
 3872${PYSITELIB}/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo
 3873${PYSITELIB}/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po
 3874${PYSITELIB}/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo
 3875${PYSITELIB}/django/contrib/sessions/locale/km/LC_MESSAGES/django.po
 3876${PYSITELIB}/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo
 3877${PYSITELIB}/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po
 3878${PYSITELIB}/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo
 3879${PYSITELIB}/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po
 3880${PYSITELIB}/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo
 3881${PYSITELIB}/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po
 3882${PYSITELIB}/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo
 3883${PYSITELIB}/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po
 3884${PYSITELIB}/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo
 3885${PYSITELIB}/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po
 3886${PYSITELIB}/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo
 3887${PYSITELIB}/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po
 3888${PYSITELIB}/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo
 3889${PYSITELIB}/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po
 3890${PYSITELIB}/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo
 3891${PYSITELIB}/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po
 3892${PYSITELIB}/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo
 3893${PYSITELIB}/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po
 3894${PYSITELIB}/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo
 3895${PYSITELIB}/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po
 3896${PYSITELIB}/django/contrib/sessions/locale/no/LC_MESSAGES/django.mo
 3897${PYSITELIB}/django/contrib/sessions/locale/no/LC_MESSAGES/django.po
 3898${PYSITELIB}/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo
 3899${PYSITELIB}/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po
 3900${PYSITELIB}/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo
 3901${PYSITELIB}/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po
 3902${PYSITELIB}/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo
 3903${PYSITELIB}/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po
 3904${PYSITELIB}/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo
 3905${PYSITELIB}/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po
 3906${PYSITELIB}/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo
 3907${PYSITELIB}/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po
 3908${PYSITELIB}/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo
 3909${PYSITELIB}/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po
 3910${PYSITELIB}/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo
 3911${PYSITELIB}/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po
 3912${PYSITELIB}/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo
 3913${PYSITELIB}/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po
 3914${PYSITELIB}/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo
 3915${PYSITELIB}/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po
 3916${PYSITELIB}/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo
 3917${PYSITELIB}/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po
 3918${PYSITELIB}/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo
 3919${PYSITELIB}/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po
 3920${PYSITELIB}/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo
 3921${PYSITELIB}/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po
 3922${PYSITELIB}/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo
 3923${PYSITELIB}/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po
 3924${PYSITELIB}/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo
 3925${PYSITELIB}/django/contrib/sessions/locale/te/LC_MESSAGES/django.po
 3926${PYSITELIB}/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo
 3927${PYSITELIB}/django/contrib/sessions/locale/th/LC_MESSAGES/django.po
 3928${PYSITELIB}/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo
 3929${PYSITELIB}/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po
 3930${PYSITELIB}/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo
 3931${PYSITELIB}/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po
 3932${PYSITELIB}/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo
 3933${PYSITELIB}/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po
 3934${PYSITELIB}/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo
 3935${PYSITELIB}/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po
 3936${PYSITELIB}/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo
 3937${PYSITELIB}/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.po
 3938${PYSITELIB}/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo
 3939${PYSITELIB}/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.po
2143${PYSITELIB}/django/contrib/sessions/middleware.py 3940${PYSITELIB}/django/contrib/sessions/middleware.py
2144${PYSITELIB}/django/contrib/sessions/middleware.pyc 3941${PYSITELIB}/django/contrib/sessions/middleware.pyc
2145${PYSITELIB}/django/contrib/sessions/middleware.pyo 3942${PYSITELIB}/django/contrib/sessions/middleware.pyo
2146${PYSITELIB}/django/contrib/sessions/models.py 3943${PYSITELIB}/django/contrib/sessions/models.py
2147${PYSITELIB}/django/contrib/sessions/models.pyc 3944${PYSITELIB}/django/contrib/sessions/models.pyc
2148${PYSITELIB}/django/contrib/sessions/models.pyo 3945${PYSITELIB}/django/contrib/sessions/models.pyo
2149${PYSITELIB}/django/contrib/sessions/tests.py 3946${PYSITELIB}/django/contrib/sessions/tests.py
2150${PYSITELIB}/django/contrib/sessions/tests.pyc 3947${PYSITELIB}/django/contrib/sessions/tests.pyc
2151${PYSITELIB}/django/contrib/sessions/tests.pyo 3948${PYSITELIB}/django/contrib/sessions/tests.pyo
2152${PYSITELIB}/django/contrib/sitemaps/__init__.py 3949${PYSITELIB}/django/contrib/sitemaps/__init__.py
2153${PYSITELIB}/django/contrib/sitemaps/__init__.pyc 3950${PYSITELIB}/django/contrib/sitemaps/__init__.pyc
2154${PYSITELIB}/django/contrib/sitemaps/__init__.pyo 3951${PYSITELIB}/django/contrib/sitemaps/__init__.pyo
2155${PYSITELIB}/django/contrib/sitemaps/management/__init__.py 3952${PYSITELIB}/django/contrib/sitemaps/management/__init__.py
@@ -2162,50 +3959,223 @@ ${PYSITELIB}/django/contrib/sitemaps/man @@ -2162,50 +3959,223 @@ ${PYSITELIB}/django/contrib/sitemaps/man
2162${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.pyc 3959${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.pyc
2163${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.pyo 3960${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.pyo
2164${PYSITELIB}/django/contrib/sitemaps/models.py 3961${PYSITELIB}/django/contrib/sitemaps/models.py
2165${PYSITELIB}/django/contrib/sitemaps/models.pyc 3962${PYSITELIB}/django/contrib/sitemaps/models.pyc
2166${PYSITELIB}/django/contrib/sitemaps/models.pyo 3963${PYSITELIB}/django/contrib/sitemaps/models.pyo
2167${PYSITELIB}/django/contrib/sitemaps/templates/sitemap.xml 3964${PYSITELIB}/django/contrib/sitemaps/templates/sitemap.xml
2168${PYSITELIB}/django/contrib/sitemaps/templates/sitemap_index.xml 3965${PYSITELIB}/django/contrib/sitemaps/templates/sitemap_index.xml
2169${PYSITELIB}/django/contrib/sitemaps/tests/__init__.py 3966${PYSITELIB}/django/contrib/sitemaps/tests/__init__.py
2170${PYSITELIB}/django/contrib/sitemaps/tests/__init__.pyc 3967${PYSITELIB}/django/contrib/sitemaps/tests/__init__.pyc
2171${PYSITELIB}/django/contrib/sitemaps/tests/__init__.pyo 3968${PYSITELIB}/django/contrib/sitemaps/tests/__init__.pyo
2172${PYSITELIB}/django/contrib/sitemaps/tests/basic.py 3969${PYSITELIB}/django/contrib/sitemaps/tests/basic.py
2173${PYSITELIB}/django/contrib/sitemaps/tests/basic.pyc 3970${PYSITELIB}/django/contrib/sitemaps/tests/basic.pyc
2174${PYSITELIB}/django/contrib/sitemaps/tests/basic.pyo 3971${PYSITELIB}/django/contrib/sitemaps/tests/basic.pyo
 3972${PYSITELIB}/django/contrib/sitemaps/tests/templates/custom_sitemap.xml
 3973${PYSITELIB}/django/contrib/sitemaps/tests/templates/custom_sitemap_index.xml
2175${PYSITELIB}/django/contrib/sitemaps/tests/urls.py 3974${PYSITELIB}/django/contrib/sitemaps/tests/urls.py
2176${PYSITELIB}/django/contrib/sitemaps/tests/urls.pyc 3975${PYSITELIB}/django/contrib/sitemaps/tests/urls.pyc
2177${PYSITELIB}/django/contrib/sitemaps/tests/urls.pyo 3976${PYSITELIB}/django/contrib/sitemaps/tests/urls.pyo
2178${PYSITELIB}/django/contrib/sitemaps/views.py 3977${PYSITELIB}/django/contrib/sitemaps/views.py
2179${PYSITELIB}/django/contrib/sitemaps/views.pyc 3978${PYSITELIB}/django/contrib/sitemaps/views.pyc
2180${PYSITELIB}/django/contrib/sitemaps/views.pyo 3979${PYSITELIB}/django/contrib/sitemaps/views.pyo
2181${PYSITELIB}/django/contrib/sites/__init__.py 3980${PYSITELIB}/django/contrib/sites/__init__.py
2182${PYSITELIB}/django/contrib/sites/__init__.pyc 3981${PYSITELIB}/django/contrib/sites/__init__.pyc
2183${PYSITELIB}/django/contrib/sites/__init__.pyo 3982${PYSITELIB}/django/contrib/sites/__init__.pyo
2184${PYSITELIB}/django/contrib/sites/admin.py 3983${PYSITELIB}/django/contrib/sites/admin.py
2185${PYSITELIB}/django/contrib/sites/admin.pyc 3984${PYSITELIB}/django/contrib/sites/admin.pyc
2186${PYSITELIB}/django/contrib/sites/admin.pyo 3985${PYSITELIB}/django/contrib/sites/admin.pyo
 3986${PYSITELIB}/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo
 3987${PYSITELIB}/django/contrib/sites/locale/ar/LC_MESSAGES/django.po
 3988${PYSITELIB}/django/contrib/sites/locale/az/LC_MESSAGES/django.mo
 3989${PYSITELIB}/django/contrib/sites/locale/az/LC_MESSAGES/django.po
 3990${PYSITELIB}/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo
 3991${PYSITELIB}/django/contrib/sites/locale/bg/LC_MESSAGES/django.po
 3992${PYSITELIB}/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo
 3993${PYSITELIB}/django/contrib/sites/locale/bn/LC_MESSAGES/django.po
 3994${PYSITELIB}/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo
 3995${PYSITELIB}/django/contrib/sites/locale/bs/LC_MESSAGES/django.po
 3996${PYSITELIB}/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo
 3997${PYSITELIB}/django/contrib/sites/locale/ca/LC_MESSAGES/django.po
 3998${PYSITELIB}/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo
 3999${PYSITELIB}/django/contrib/sites/locale/cs/LC_MESSAGES/django.po
 4000${PYSITELIB}/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo
 4001${PYSITELIB}/django/contrib/sites/locale/cy/LC_MESSAGES/django.po
 4002${PYSITELIB}/django/contrib/sites/locale/da/LC_MESSAGES/django.mo
 4003${PYSITELIB}/django/contrib/sites/locale/da/LC_MESSAGES/django.po
 4004${PYSITELIB}/django/contrib/sites/locale/de/LC_MESSAGES/django.mo
 4005${PYSITELIB}/django/contrib/sites/locale/de/LC_MESSAGES/django.po
 4006${PYSITELIB}/django/contrib/sites/locale/el/LC_MESSAGES/django.mo
 4007${PYSITELIB}/django/contrib/sites/locale/el/LC_MESSAGES/django.po
 4008${PYSITELIB}/django/contrib/sites/locale/en/LC_MESSAGES/django.mo
 4009${PYSITELIB}/django/contrib/sites/locale/en/LC_MESSAGES/django.po
 4010${PYSITELIB}/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo
 4011${PYSITELIB}/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po
 4012${PYSITELIB}/django/contrib/sites/locale/es/LC_MESSAGES/django.mo
 4013${PYSITELIB}/django/contrib/sites/locale/es/LC_MESSAGES/django.po
 4014${PYSITELIB}/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo
 4015${PYSITELIB}/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po
 4016${PYSITELIB}/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo
 4017${PYSITELIB}/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po
 4018${PYSITELIB}/django/contrib/sites/locale/et/LC_MESSAGES/django.mo
 4019${PYSITELIB}/django/contrib/sites/locale/et/LC_MESSAGES/django.po
 4020${PYSITELIB}/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo
 4021${PYSITELIB}/django/contrib/sites/locale/eu/LC_MESSAGES/django.po
 4022${PYSITELIB}/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo
 4023${PYSITELIB}/django/contrib/sites/locale/fa/LC_MESSAGES/django.po
 4024${PYSITELIB}/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo
 4025${PYSITELIB}/django/contrib/sites/locale/fi/LC_MESSAGES/django.po
 4026${PYSITELIB}/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo
 4027${PYSITELIB}/django/contrib/sites/locale/fr/LC_MESSAGES/django.po
 4028${PYSITELIB}/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.mo
 4029${PYSITELIB}/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.po
 4030${PYSITELIB}/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo
 4031${PYSITELIB}/django/contrib/sites/locale/ga/LC_MESSAGES/django.po
 4032${PYSITELIB}/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo
 4033${PYSITELIB}/django/contrib/sites/locale/gl/LC_MESSAGES/django.po
 4034${PYSITELIB}/django/contrib/sites/locale/he/LC_MESSAGES/django.mo
 4035${PYSITELIB}/django/contrib/sites/locale/he/LC_MESSAGES/django.po
 4036${PYSITELIB}/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo
 4037${PYSITELIB}/django/contrib/sites/locale/hi/LC_MESSAGES/django.po
 4038${PYSITELIB}/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo
 4039${PYSITELIB}/django/contrib/sites/locale/hr/LC_MESSAGES/django.po
 4040${PYSITELIB}/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo
 4041${PYSITELIB}/django/contrib/sites/locale/hu/LC_MESSAGES/django.po
 4042${PYSITELIB}/django/contrib/sites/locale/id/LC_MESSAGES/django.mo
 4043${PYSITELIB}/django/contrib/sites/locale/id/LC_MESSAGES/django.po
 4044${PYSITELIB}/django/contrib/sites/locale/is/LC_MESSAGES/django.mo
 4045${PYSITELIB}/django/contrib/sites/locale/is/LC_MESSAGES/django.po
 4046${PYSITELIB}/django/contrib/sites/locale/it/LC_MESSAGES/django.mo
 4047${PYSITELIB}/django/contrib/sites/locale/it/LC_MESSAGES/django.po
 4048${PYSITELIB}/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo
 4049${PYSITELIB}/django/contrib/sites/locale/ja/LC_MESSAGES/django.po
 4050${PYSITELIB}/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo
 4051${PYSITELIB}/django/contrib/sites/locale/ka/LC_MESSAGES/django.po
 4052${PYSITELIB}/django/contrib/sites/locale/km/LC_MESSAGES/django.mo
 4053${PYSITELIB}/django/contrib/sites/locale/km/LC_MESSAGES/django.po
 4054${PYSITELIB}/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo
 4055${PYSITELIB}/django/contrib/sites/locale/kn/LC_MESSAGES/django.po
 4056${PYSITELIB}/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo
 4057${PYSITELIB}/django/contrib/sites/locale/ko/LC_MESSAGES/django.po
 4058${PYSITELIB}/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo
 4059${PYSITELIB}/django/contrib/sites/locale/lt/LC_MESSAGES/django.po
 4060${PYSITELIB}/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo
 4061${PYSITELIB}/django/contrib/sites/locale/lv/LC_MESSAGES/django.po
 4062${PYSITELIB}/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo
 4063${PYSITELIB}/django/contrib/sites/locale/mk/LC_MESSAGES/django.po
 4064${PYSITELIB}/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo
 4065${PYSITELIB}/django/contrib/sites/locale/ml/LC_MESSAGES/django.po
 4066${PYSITELIB}/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo
 4067${PYSITELIB}/django/contrib/sites/locale/mn/LC_MESSAGES/django.po
 4068${PYSITELIB}/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo
 4069${PYSITELIB}/django/contrib/sites/locale/nb/LC_MESSAGES/django.po
 4070${PYSITELIB}/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo
 4071${PYSITELIB}/django/contrib/sites/locale/nl/LC_MESSAGES/django.po
 4072${PYSITELIB}/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo
 4073${PYSITELIB}/django/contrib/sites/locale/nn/LC_MESSAGES/django.po
 4074${PYSITELIB}/django/contrib/sites/locale/no/LC_MESSAGES/django.mo
 4075${PYSITELIB}/django/contrib/sites/locale/no/LC_MESSAGES/django.po
 4076${PYSITELIB}/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo
 4077${PYSITELIB}/django/contrib/sites/locale/pa/LC_MESSAGES/django.po
 4078${PYSITELIB}/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo
 4079${PYSITELIB}/django/contrib/sites/locale/pl/LC_MESSAGES/django.po
 4080${PYSITELIB}/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo
 4081${PYSITELIB}/django/contrib/sites/locale/pt/LC_MESSAGES/django.po
 4082${PYSITELIB}/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo
 4083${PYSITELIB}/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po
 4084${PYSITELIB}/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo
 4085${PYSITELIB}/django/contrib/sites/locale/ro/LC_MESSAGES/django.po
 4086${PYSITELIB}/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo
 4087${PYSITELIB}/django/contrib/sites/locale/ru/LC_MESSAGES/django.po
 4088${PYSITELIB}/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo
 4089${PYSITELIB}/django/contrib/sites/locale/sk/LC_MESSAGES/django.po
 4090${PYSITELIB}/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo
 4091${PYSITELIB}/django/contrib/sites/locale/sl/LC_MESSAGES/django.po
 4092${PYSITELIB}/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo
 4093${PYSITELIB}/django/contrib/sites/locale/sq/LC_MESSAGES/django.po
 4094${PYSITELIB}/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo
 4095${PYSITELIB}/django/contrib/sites/locale/sr/LC_MESSAGES/django.po
 4096${PYSITELIB}/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo
 4097${PYSITELIB}/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po
 4098${PYSITELIB}/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo
 4099${PYSITELIB}/django/contrib/sites/locale/sv/LC_MESSAGES/django.po
 4100${PYSITELIB}/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo
 4101${PYSITELIB}/django/contrib/sites/locale/ta/LC_MESSAGES/django.po
 4102${PYSITELIB}/django/contrib/sites/locale/te/LC_MESSAGES/django.mo
 4103${PYSITELIB}/django/contrib/sites/locale/te/LC_MESSAGES/django.po
 4104${PYSITELIB}/django/contrib/sites/locale/th/LC_MESSAGES/django.mo
 4105${PYSITELIB}/django/contrib/sites/locale/th/LC_MESSAGES/django.po
 4106${PYSITELIB}/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo
 4107${PYSITELIB}/django/contrib/sites/locale/tr/LC_MESSAGES/django.po
 4108${PYSITELIB}/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo
 4109${PYSITELIB}/django/contrib/sites/locale/uk/LC_MESSAGES/django.po
 4110${PYSITELIB}/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo
 4111${PYSITELIB}/django/contrib/sites/locale/ur/LC_MESSAGES/django.po
 4112${PYSITELIB}/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo
 4113${PYSITELIB}/django/contrib/sites/locale/vi/LC_MESSAGES/django.po
 4114${PYSITELIB}/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo
 4115${PYSITELIB}/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.po
 4116${PYSITELIB}/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo
 4117${PYSITELIB}/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.po
2187${PYSITELIB}/django/contrib/sites/management.py 4118${PYSITELIB}/django/contrib/sites/management.py
2188${PYSITELIB}/django/contrib/sites/management.pyc 4119${PYSITELIB}/django/contrib/sites/management.pyc
2189${PYSITELIB}/django/contrib/sites/management.pyo 4120${PYSITELIB}/django/contrib/sites/management.pyo
2190${PYSITELIB}/django/contrib/sites/managers.py 4121${PYSITELIB}/django/contrib/sites/managers.py
2191${PYSITELIB}/django/contrib/sites/managers.pyc 4122${PYSITELIB}/django/contrib/sites/managers.pyc
2192${PYSITELIB}/django/contrib/sites/managers.pyo 4123${PYSITELIB}/django/contrib/sites/managers.pyo
2193${PYSITELIB}/django/contrib/sites/models.py 4124${PYSITELIB}/django/contrib/sites/models.py
2194${PYSITELIB}/django/contrib/sites/models.pyc 4125${PYSITELIB}/django/contrib/sites/models.pyc
2195${PYSITELIB}/django/contrib/sites/models.pyo 4126${PYSITELIB}/django/contrib/sites/models.pyo
2196${PYSITELIB}/django/contrib/sites/tests.py 4127${PYSITELIB}/django/contrib/sites/tests.py
2197${PYSITELIB}/django/contrib/sites/tests.pyc 4128${PYSITELIB}/django/contrib/sites/tests.pyc
2198${PYSITELIB}/django/contrib/sites/tests.pyo 4129${PYSITELIB}/django/contrib/sites/tests.pyo
 4130${PYSITELIB}/django/contrib/staticfiles/__init__.py
 4131${PYSITELIB}/django/contrib/staticfiles/__init__.pyc
 4132${PYSITELIB}/django/contrib/staticfiles/__init__.pyo
 4133${PYSITELIB}/django/contrib/staticfiles/finders.py
 4134${PYSITELIB}/django/contrib/staticfiles/finders.pyc
 4135${PYSITELIB}/django/contrib/staticfiles/finders.pyo
 4136${PYSITELIB}/django/contrib/staticfiles/handlers.py
 4137${PYSITELIB}/django/contrib/staticfiles/handlers.pyc
 4138${PYSITELIB}/django/contrib/staticfiles/handlers.pyo
 4139${PYSITELIB}/django/contrib/staticfiles/management/__init__.py
 4140${PYSITELIB}/django/contrib/staticfiles/management/__init__.pyc
 4141${PYSITELIB}/django/contrib/staticfiles/management/__init__.pyo
 4142${PYSITELIB}/django/contrib/staticfiles/management/commands/__init__.py
 4143${PYSITELIB}/django/contrib/staticfiles/management/commands/__init__.pyc
 4144${PYSITELIB}/django/contrib/staticfiles/management/commands/__init__.pyo
 4145${PYSITELIB}/django/contrib/staticfiles/management/commands/collectstatic.py
 4146${PYSITELIB}/django/contrib/staticfiles/management/commands/collectstatic.pyc
 4147${PYSITELIB}/django/contrib/staticfiles/management/commands/collectstatic.pyo
 4148${PYSITELIB}/django/contrib/staticfiles/management/commands/findstatic.py
 4149${PYSITELIB}/django/contrib/staticfiles/management/commands/findstatic.pyc
 4150${PYSITELIB}/django/contrib/staticfiles/management/commands/findstatic.pyo
 4151${PYSITELIB}/django/contrib/staticfiles/management/commands/runserver.py
 4152${PYSITELIB}/django/contrib/staticfiles/management/commands/runserver.pyc
 4153${PYSITELIB}/django/contrib/staticfiles/management/commands/runserver.pyo
 4154${PYSITELIB}/django/contrib/staticfiles/models.py
 4155${PYSITELIB}/django/contrib/staticfiles/models.pyc
 4156${PYSITELIB}/django/contrib/staticfiles/models.pyo
 4157${PYSITELIB}/django/contrib/staticfiles/storage.py
 4158${PYSITELIB}/django/contrib/staticfiles/storage.pyc
 4159${PYSITELIB}/django/contrib/staticfiles/storage.pyo
 4160${PYSITELIB}/django/contrib/staticfiles/urls.py
 4161${PYSITELIB}/django/contrib/staticfiles/urls.pyc
 4162${PYSITELIB}/django/contrib/staticfiles/urls.pyo
 4163${PYSITELIB}/django/contrib/staticfiles/utils.py
 4164${PYSITELIB}/django/contrib/staticfiles/utils.pyc
 4165${PYSITELIB}/django/contrib/staticfiles/utils.pyo
 4166${PYSITELIB}/django/contrib/staticfiles/views.py
 4167${PYSITELIB}/django/contrib/staticfiles/views.pyc
 4168${PYSITELIB}/django/contrib/staticfiles/views.pyo
2199${PYSITELIB}/django/contrib/syndication/__init__.py 4169${PYSITELIB}/django/contrib/syndication/__init__.py
2200${PYSITELIB}/django/contrib/syndication/__init__.pyc 4170${PYSITELIB}/django/contrib/syndication/__init__.pyc
2201${PYSITELIB}/django/contrib/syndication/__init__.pyo 4171${PYSITELIB}/django/contrib/syndication/__init__.pyo
2202${PYSITELIB}/django/contrib/syndication/feeds.py 4172${PYSITELIB}/django/contrib/syndication/feeds.py
2203${PYSITELIB}/django/contrib/syndication/feeds.pyc 4173${PYSITELIB}/django/contrib/syndication/feeds.pyc
2204${PYSITELIB}/django/contrib/syndication/feeds.pyo 4174${PYSITELIB}/django/contrib/syndication/feeds.pyo
2205${PYSITELIB}/django/contrib/syndication/views.py 4175${PYSITELIB}/django/contrib/syndication/views.py
2206${PYSITELIB}/django/contrib/syndication/views.pyc 4176${PYSITELIB}/django/contrib/syndication/views.pyc
2207${PYSITELIB}/django/contrib/syndication/views.pyo 4177${PYSITELIB}/django/contrib/syndication/views.pyo
2208${PYSITELIB}/django/contrib/webdesign/__init__.py 4178${PYSITELIB}/django/contrib/webdesign/__init__.py
2209${PYSITELIB}/django/contrib/webdesign/__init__.pyc 4179${PYSITELIB}/django/contrib/webdesign/__init__.pyc
2210${PYSITELIB}/django/contrib/webdesign/__init__.pyo 4180${PYSITELIB}/django/contrib/webdesign/__init__.pyo
2211${PYSITELIB}/django/contrib/webdesign/lorem_ipsum.py 4181${PYSITELIB}/django/contrib/webdesign/lorem_ipsum.py
@@ -2585,26 +4555,29 @@ ${PLIST.sqlite}${PYSITELIB}/django/db/ba @@ -2585,26 +4555,29 @@ ${PLIST.sqlite}${PYSITELIB}/django/db/ba
2585${PLIST.sqlite}${PYSITELIB}/django/db/backends/sqlite3/introspection.pyo 4555${PLIST.sqlite}${PYSITELIB}/django/db/backends/sqlite3/introspection.pyo
2586${PYSITELIB}/django/db/backends/util.py 4556${PYSITELIB}/django/db/backends/util.py
2587${PYSITELIB}/django/db/backends/util.pyc 4557${PYSITELIB}/django/db/backends/util.pyc
2588${PYSITELIB}/django/db/backends/util.pyo 4558${PYSITELIB}/django/db/backends/util.pyo
2589${PYSITELIB}/django/db/models/__init__.py 4559${PYSITELIB}/django/db/models/__init__.py
2590${PYSITELIB}/django/db/models/__init__.pyc 4560${PYSITELIB}/django/db/models/__init__.pyc
2591${PYSITELIB}/django/db/models/__init__.pyo 4561${PYSITELIB}/django/db/models/__init__.pyo
2592${PYSITELIB}/django/db/models/aggregates.py 4562${PYSITELIB}/django/db/models/aggregates.py
2593${PYSITELIB}/django/db/models/aggregates.pyc 4563${PYSITELIB}/django/db/models/aggregates.pyc
2594${PYSITELIB}/django/db/models/aggregates.pyo 4564${PYSITELIB}/django/db/models/aggregates.pyo
2595${PYSITELIB}/django/db/models/base.py 4565${PYSITELIB}/django/db/models/base.py
2596${PYSITELIB}/django/db/models/base.pyc 4566${PYSITELIB}/django/db/models/base.pyc
2597${PYSITELIB}/django/db/models/base.pyo 4567${PYSITELIB}/django/db/models/base.pyo
 4568${PYSITELIB}/django/db/models/deletion.py
 4569${PYSITELIB}/django/db/models/deletion.pyc
 4570${PYSITELIB}/django/db/models/deletion.pyo
2598${PYSITELIB}/django/db/models/expressions.py 4571${PYSITELIB}/django/db/models/expressions.py
2599${PYSITELIB}/django/db/models/expressions.pyc 4572${PYSITELIB}/django/db/models/expressions.pyc
2600${PYSITELIB}/django/db/models/expressions.pyo 4573${PYSITELIB}/django/db/models/expressions.pyo
2601${PYSITELIB}/django/db/models/fields/__init__.py 4574${PYSITELIB}/django/db/models/fields/__init__.py
2602${PYSITELIB}/django/db/models/fields/__init__.pyc 4575${PYSITELIB}/django/db/models/fields/__init__.pyc
2603${PYSITELIB}/django/db/models/fields/__init__.pyo 4576${PYSITELIB}/django/db/models/fields/__init__.pyo
2604${PYSITELIB}/django/db/models/fields/files.py 4577${PYSITELIB}/django/db/models/fields/files.py
2605${PYSITELIB}/django/db/models/fields/files.pyc 4578${PYSITELIB}/django/db/models/fields/files.pyc
2606${PYSITELIB}/django/db/models/fields/files.pyo 4579${PYSITELIB}/django/db/models/fields/files.pyo
2607${PYSITELIB}/django/db/models/fields/proxy.py 4580${PYSITELIB}/django/db/models/fields/proxy.py
2608${PYSITELIB}/django/db/models/fields/proxy.pyc 4581${PYSITELIB}/django/db/models/fields/proxy.pyc
2609${PYSITELIB}/django/db/models/fields/proxy.pyo 4582${PYSITELIB}/django/db/models/fields/proxy.pyo
2610${PYSITELIB}/django/db/models/fields/related.py 4583${PYSITELIB}/django/db/models/fields/related.py
@@ -2735,26 +4708,29 @@ ${PYSITELIB}/django/middleware/http.pyc @@ -2735,26 +4708,29 @@ ${PYSITELIB}/django/middleware/http.pyc
2735${PYSITELIB}/django/middleware/http.pyo 4708${PYSITELIB}/django/middleware/http.pyo
2736${PYSITELIB}/django/middleware/locale.py 4709${PYSITELIB}/django/middleware/locale.py
2737${PYSITELIB}/django/middleware/locale.pyc 4710${PYSITELIB}/django/middleware/locale.pyc
2738${PYSITELIB}/django/middleware/locale.pyo 4711${PYSITELIB}/django/middleware/locale.pyo
2739${PYSITELIB}/django/middleware/transaction.py 4712${PYSITELIB}/django/middleware/transaction.py
2740${PYSITELIB}/django/middleware/transaction.pyc 4713${PYSITELIB}/django/middleware/transaction.pyc
2741${PYSITELIB}/django/middleware/transaction.pyo 4714${PYSITELIB}/django/middleware/transaction.pyo
2742${PYSITELIB}/django/shortcuts/__init__.py 4715${PYSITELIB}/django/shortcuts/__init__.py
2743${PYSITELIB}/django/shortcuts/__init__.pyc 4716${PYSITELIB}/django/shortcuts/__init__.pyc
2744${PYSITELIB}/django/shortcuts/__init__.pyo 4717${PYSITELIB}/django/shortcuts/__init__.pyo
2745${PYSITELIB}/django/template/__init__.py 4718${PYSITELIB}/django/template/__init__.py
2746${PYSITELIB}/django/template/__init__.pyc 4719${PYSITELIB}/django/template/__init__.pyc
2747${PYSITELIB}/django/template/__init__.pyo 4720${PYSITELIB}/django/template/__init__.pyo
 4721${PYSITELIB}/django/template/base.py
 4722${PYSITELIB}/django/template/base.pyc
 4723${PYSITELIB}/django/template/base.pyo
2748${PYSITELIB}/django/template/context.py 4724${PYSITELIB}/django/template/context.py
2749${PYSITELIB}/django/template/context.pyc 4725${PYSITELIB}/django/template/context.pyc
2750${PYSITELIB}/django/template/context.pyo 4726${PYSITELIB}/django/template/context.pyo
2751${PYSITELIB}/django/template/debug.py 4727${PYSITELIB}/django/template/debug.py
2752${PYSITELIB}/django/template/debug.pyc 4728${PYSITELIB}/django/template/debug.pyc
2753${PYSITELIB}/django/template/debug.pyo 4729${PYSITELIB}/django/template/debug.pyo
2754${PYSITELIB}/django/template/defaultfilters.py 4730${PYSITELIB}/django/template/defaultfilters.py
2755${PYSITELIB}/django/template/defaultfilters.pyc 4731${PYSITELIB}/django/template/defaultfilters.pyc
2756${PYSITELIB}/django/template/defaultfilters.pyo 4732${PYSITELIB}/django/template/defaultfilters.pyo
2757${PYSITELIB}/django/template/defaulttags.py 4733${PYSITELIB}/django/template/defaulttags.py
2758${PYSITELIB}/django/template/defaulttags.pyc 4734${PYSITELIB}/django/template/defaulttags.pyc
2759${PYSITELIB}/django/template/defaulttags.pyo 4735${PYSITELIB}/django/template/defaulttags.pyo
2760${PYSITELIB}/django/template/loader.py 4736${PYSITELIB}/django/template/loader.py
@@ -2768,38 +4744,50 @@ ${PYSITELIB}/django/template/loaders/__i @@ -2768,38 +4744,50 @@ ${PYSITELIB}/django/template/loaders/__i
2768${PYSITELIB}/django/template/loaders/__init__.pyo 4744${PYSITELIB}/django/template/loaders/__init__.pyo
2769${PYSITELIB}/django/template/loaders/app_directories.py 4745${PYSITELIB}/django/template/loaders/app_directories.py
2770${PYSITELIB}/django/template/loaders/app_directories.pyc 4746${PYSITELIB}/django/template/loaders/app_directories.pyc
2771${PYSITELIB}/django/template/loaders/app_directories.pyo 4747${PYSITELIB}/django/template/loaders/app_directories.pyo
2772${PYSITELIB}/django/template/loaders/cached.py 4748${PYSITELIB}/django/template/loaders/cached.py
2773${PYSITELIB}/django/template/loaders/cached.pyc 4749${PYSITELIB}/django/template/loaders/cached.pyc
2774${PYSITELIB}/django/template/loaders/cached.pyo 4750${PYSITELIB}/django/template/loaders/cached.pyo
2775${PYSITELIB}/django/template/loaders/eggs.py 4751${PYSITELIB}/django/template/loaders/eggs.py
2776${PYSITELIB}/django/template/loaders/eggs.pyc 4752${PYSITELIB}/django/template/loaders/eggs.pyc
2777${PYSITELIB}/django/template/loaders/eggs.pyo 4753${PYSITELIB}/django/template/loaders/eggs.pyo
2778${PYSITELIB}/django/template/loaders/filesystem.py 4754${PYSITELIB}/django/template/loaders/filesystem.py
2779${PYSITELIB}/django/template/loaders/filesystem.pyc 4755${PYSITELIB}/django/template/loaders/filesystem.pyc
2780${PYSITELIB}/django/template/loaders/filesystem.pyo 4756${PYSITELIB}/django/template/loaders/filesystem.pyo
 4757${PYSITELIB}/django/template/response.py
 4758${PYSITELIB}/django/template/response.pyc
 4759${PYSITELIB}/django/template/response.pyo
2781${PYSITELIB}/django/template/smartif.py 4760${PYSITELIB}/django/template/smartif.py
2782${PYSITELIB}/django/template/smartif.pyc 4761${PYSITELIB}/django/template/smartif.pyc
2783${PYSITELIB}/django/template/smartif.pyo 4762${PYSITELIB}/django/template/smartif.pyo
2784${PYSITELIB}/django/templatetags/__init__.py 4763${PYSITELIB}/django/templatetags/__init__.py
2785${PYSITELIB}/django/templatetags/__init__.pyc 4764${PYSITELIB}/django/templatetags/__init__.pyc
2786${PYSITELIB}/django/templatetags/__init__.pyo 4765${PYSITELIB}/django/templatetags/__init__.pyo
2787${PYSITELIB}/django/templatetags/cache.py 4766${PYSITELIB}/django/templatetags/cache.py
2788${PYSITELIB}/django/templatetags/cache.pyc 4767${PYSITELIB}/django/templatetags/cache.pyc
2789${PYSITELIB}/django/templatetags/cache.pyo 4768${PYSITELIB}/django/templatetags/cache.pyo
 4769${PYSITELIB}/django/templatetags/future.py
 4770${PYSITELIB}/django/templatetags/future.pyc
 4771${PYSITELIB}/django/templatetags/future.pyo
2790${PYSITELIB}/django/templatetags/i18n.py 4772${PYSITELIB}/django/templatetags/i18n.py
2791${PYSITELIB}/django/templatetags/i18n.pyc 4773${PYSITELIB}/django/templatetags/i18n.pyc
2792${PYSITELIB}/django/templatetags/i18n.pyo 4774${PYSITELIB}/django/templatetags/i18n.pyo
 4775${PYSITELIB}/django/templatetags/l10n.py
 4776${PYSITELIB}/django/templatetags/l10n.pyc
 4777${PYSITELIB}/django/templatetags/l10n.pyo
 4778${PYSITELIB}/django/templatetags/static.py
 4779${PYSITELIB}/django/templatetags/static.pyc
 4780${PYSITELIB}/django/templatetags/static.pyo
2793${PYSITELIB}/django/test/__init__.py 4781${PYSITELIB}/django/test/__init__.py
2794${PYSITELIB}/django/test/__init__.pyc 4782${PYSITELIB}/django/test/__init__.pyc
2795${PYSITELIB}/django/test/__init__.pyo 4783${PYSITELIB}/django/test/__init__.pyo
2796${PYSITELIB}/django/test/_doctest.py 4784${PYSITELIB}/django/test/_doctest.py
2797${PYSITELIB}/django/test/_doctest.pyc 4785${PYSITELIB}/django/test/_doctest.pyc
2798${PYSITELIB}/django/test/_doctest.pyo 4786${PYSITELIB}/django/test/_doctest.pyo
2799${PYSITELIB}/django/test/client.py 4787${PYSITELIB}/django/test/client.py
2800${PYSITELIB}/django/test/client.pyc 4788${PYSITELIB}/django/test/client.pyc
2801${PYSITELIB}/django/test/client.pyo 4789${PYSITELIB}/django/test/client.pyo
2802${PYSITELIB}/django/test/signals.py 4790${PYSITELIB}/django/test/signals.py
2803${PYSITELIB}/django/test/signals.pyc 4791${PYSITELIB}/django/test/signals.pyc
2804${PYSITELIB}/django/test/signals.pyo 4792${PYSITELIB}/django/test/signals.pyo
2805${PYSITELIB}/django/test/simple.py 4793${PYSITELIB}/django/test/simple.py
@@ -2822,44 +4810,50 @@ ${PYSITELIB}/django/utils/_threading_loc @@ -2822,44 +4810,50 @@ ${PYSITELIB}/django/utils/_threading_loc
2822${PYSITELIB}/django/utils/_threading_local.pyo 4810${PYSITELIB}/django/utils/_threading_local.pyo
2823${PYSITELIB}/django/utils/autoreload.py 4811${PYSITELIB}/django/utils/autoreload.py
2824${PYSITELIB}/django/utils/autoreload.pyc 4812${PYSITELIB}/django/utils/autoreload.pyc
2825${PYSITELIB}/django/utils/autoreload.pyo 4813${PYSITELIB}/django/utils/autoreload.pyo
2826${PYSITELIB}/django/utils/cache.py 4814${PYSITELIB}/django/utils/cache.py
2827${PYSITELIB}/django/utils/cache.pyc 4815${PYSITELIB}/django/utils/cache.pyc
2828${PYSITELIB}/django/utils/cache.pyo 4816${PYSITELIB}/django/utils/cache.pyo
2829${PYSITELIB}/django/utils/checksums.py 4817${PYSITELIB}/django/utils/checksums.py
2830${PYSITELIB}/django/utils/checksums.pyc 4818${PYSITELIB}/django/utils/checksums.pyc
2831${PYSITELIB}/django/utils/checksums.pyo 4819${PYSITELIB}/django/utils/checksums.pyo
2832${PYSITELIB}/django/utils/copycompat.py 4820${PYSITELIB}/django/utils/copycompat.py
2833${PYSITELIB}/django/utils/copycompat.pyc 4821${PYSITELIB}/django/utils/copycompat.pyc
2834${PYSITELIB}/django/utils/copycompat.pyo 4822${PYSITELIB}/django/utils/copycompat.pyo
 4823${PYSITELIB}/django/utils/crypto.py
 4824${PYSITELIB}/django/utils/crypto.pyc
 4825${PYSITELIB}/django/utils/crypto.pyo
2835${PYSITELIB}/django/utils/daemonize.py 4826${PYSITELIB}/django/utils/daemonize.py
2836${PYSITELIB}/django/utils/daemonize.pyc 4827${PYSITELIB}/django/utils/daemonize.pyc
2837${PYSITELIB}/django/utils/daemonize.pyo 4828${PYSITELIB}/django/utils/daemonize.pyo
2838${PYSITELIB}/django/utils/datastructures.py 4829${PYSITELIB}/django/utils/datastructures.py
2839${PYSITELIB}/django/utils/datastructures.pyc 4830${PYSITELIB}/django/utils/datastructures.pyc
2840${PYSITELIB}/django/utils/datastructures.pyo 4831${PYSITELIB}/django/utils/datastructures.pyo
2841${PYSITELIB}/django/utils/dateformat.py 4832${PYSITELIB}/django/utils/dateformat.py
2842${PYSITELIB}/django/utils/dateformat.pyc 4833${PYSITELIB}/django/utils/dateformat.pyc
2843${PYSITELIB}/django/utils/dateformat.pyo 4834${PYSITELIB}/django/utils/dateformat.pyo
2844${PYSITELIB}/django/utils/dates.py 4835${PYSITELIB}/django/utils/dates.py
2845${PYSITELIB}/django/utils/dates.pyc 4836${PYSITELIB}/django/utils/dates.pyc
2846${PYSITELIB}/django/utils/dates.pyo 4837${PYSITELIB}/django/utils/dates.pyo
2847${PYSITELIB}/django/utils/datetime_safe.py 4838${PYSITELIB}/django/utils/datetime_safe.py
2848${PYSITELIB}/django/utils/datetime_safe.pyc 4839${PYSITELIB}/django/utils/datetime_safe.pyc
2849${PYSITELIB}/django/utils/datetime_safe.pyo 4840${PYSITELIB}/django/utils/datetime_safe.pyo
2850${PYSITELIB}/django/utils/decorators.py 4841${PYSITELIB}/django/utils/decorators.py
2851${PYSITELIB}/django/utils/decorators.pyc 4842${PYSITELIB}/django/utils/decorators.pyc
2852${PYSITELIB}/django/utils/decorators.pyo 4843${PYSITELIB}/django/utils/decorators.pyo
 4844${PYSITELIB}/django/utils/dictconfig.py
 4845${PYSITELIB}/django/utils/dictconfig.pyc
 4846${PYSITELIB}/django/utils/dictconfig.pyo
2853${PYSITELIB}/django/utils/encoding.py 4847${PYSITELIB}/django/utils/encoding.py
2854${PYSITELIB}/django/utils/encoding.pyc 4848${PYSITELIB}/django/utils/encoding.pyc
2855${PYSITELIB}/django/utils/encoding.pyo 4849${PYSITELIB}/django/utils/encoding.pyo
2856${PYSITELIB}/django/utils/feedgenerator.py 4850${PYSITELIB}/django/utils/feedgenerator.py
2857${PYSITELIB}/django/utils/feedgenerator.pyc 4851${PYSITELIB}/django/utils/feedgenerator.pyc
2858${PYSITELIB}/django/utils/feedgenerator.pyo 4852${PYSITELIB}/django/utils/feedgenerator.pyo
2859${PYSITELIB}/django/utils/formats.py 4853${PYSITELIB}/django/utils/formats.py
2860${PYSITELIB}/django/utils/formats.pyc 4854${PYSITELIB}/django/utils/formats.pyc
2861${PYSITELIB}/django/utils/formats.pyo 4855${PYSITELIB}/django/utils/formats.pyo
2862${PYSITELIB}/django/utils/functional.py 4856${PYSITELIB}/django/utils/functional.py
2863${PYSITELIB}/django/utils/functional.pyc 4857${PYSITELIB}/django/utils/functional.pyc
2864${PYSITELIB}/django/utils/functional.pyo 4858${PYSITELIB}/django/utils/functional.pyo
2865${PYSITELIB}/django/utils/hashcompat.py 4859${PYSITELIB}/django/utils/hashcompat.py
@@ -2867,26 +4861,29 @@ ${PYSITELIB}/django/utils/hashcompat.pyc @@ -2867,26 +4861,29 @@ ${PYSITELIB}/django/utils/hashcompat.pyc
2867${PYSITELIB}/django/utils/hashcompat.pyo 4861${PYSITELIB}/django/utils/hashcompat.pyo
2868${PYSITELIB}/django/utils/html.py 4862${PYSITELIB}/django/utils/html.py
2869${PYSITELIB}/django/utils/html.pyc 4863${PYSITELIB}/django/utils/html.pyc
2870${PYSITELIB}/django/utils/html.pyo 4864${PYSITELIB}/django/utils/html.pyo
2871${PYSITELIB}/django/utils/http.py 4865${PYSITELIB}/django/utils/http.py
2872${PYSITELIB}/django/utils/http.pyc 4866${PYSITELIB}/django/utils/http.pyc
2873${PYSITELIB}/django/utils/http.pyo 4867${PYSITELIB}/django/utils/http.pyo
2874${PYSITELIB}/django/utils/importlib.py 4868${PYSITELIB}/django/utils/importlib.py
2875${PYSITELIB}/django/utils/importlib.pyc 4869${PYSITELIB}/django/utils/importlib.pyc
2876${PYSITELIB}/django/utils/importlib.pyo 4870${PYSITELIB}/django/utils/importlib.pyo
2877${PYSITELIB}/django/utils/itercompat.py 4871${PYSITELIB}/django/utils/itercompat.py
2878${PYSITELIB}/django/utils/itercompat.pyc 4872${PYSITELIB}/django/utils/itercompat.pyc
2879${PYSITELIB}/django/utils/itercompat.pyo 4873${PYSITELIB}/django/utils/itercompat.pyo
 4874${PYSITELIB}/django/utils/log.py
 4875${PYSITELIB}/django/utils/log.pyc
 4876${PYSITELIB}/django/utils/log.pyo
2880${PYSITELIB}/django/utils/module_loading.py 4877${PYSITELIB}/django/utils/module_loading.py
2881${PYSITELIB}/django/utils/module_loading.pyc 4878${PYSITELIB}/django/utils/module_loading.pyc
2882${PYSITELIB}/django/utils/module_loading.pyo 4879${PYSITELIB}/django/utils/module_loading.pyo
2883${PYSITELIB}/django/utils/numberformat.py 4880${PYSITELIB}/django/utils/numberformat.py
2884${PYSITELIB}/django/utils/numberformat.pyc 4881${PYSITELIB}/django/utils/numberformat.pyc
2885${PYSITELIB}/django/utils/numberformat.pyo 4882${PYSITELIB}/django/utils/numberformat.pyo
2886${PYSITELIB}/django/utils/regex_helper.py 4883${PYSITELIB}/django/utils/regex_helper.py
2887${PYSITELIB}/django/utils/regex_helper.pyc 4884${PYSITELIB}/django/utils/regex_helper.pyc
2888${PYSITELIB}/django/utils/regex_helper.pyo 4885${PYSITELIB}/django/utils/regex_helper.pyo
2889${PYSITELIB}/django/utils/safestring.py 4886${PYSITELIB}/django/utils/safestring.py
2890${PYSITELIB}/django/utils/safestring.pyc 4887${PYSITELIB}/django/utils/safestring.pyc
2891${PYSITELIB}/django/utils/safestring.pyo 4888${PYSITELIB}/django/utils/safestring.pyo
2892${PYSITELIB}/django/utils/simplejson/__init__.py 4889${PYSITELIB}/django/utils/simplejson/__init__.py
@@ -2906,47 +4903,80 @@ ${PYSITELIB}/django/utils/simplejson/too @@ -2906,47 +4903,80 @@ ${PYSITELIB}/django/utils/simplejson/too
2906${PYSITELIB}/django/utils/simplejson/tool.pyo 4903${PYSITELIB}/django/utils/simplejson/tool.pyo
2907${PYSITELIB}/django/utils/stopwords.py 4904${PYSITELIB}/django/utils/stopwords.py
2908${PYSITELIB}/django/utils/stopwords.pyc 4905${PYSITELIB}/django/utils/stopwords.pyc
2909${PYSITELIB}/django/utils/stopwords.pyo 4906${PYSITELIB}/django/utils/stopwords.pyo
2910${PYSITELIB}/django/utils/synch.py 4907${PYSITELIB}/django/utils/synch.py
2911${PYSITELIB}/django/utils/synch.pyc 4908${PYSITELIB}/django/utils/synch.pyc
2912${PYSITELIB}/django/utils/synch.pyo 4909${PYSITELIB}/django/utils/synch.pyo
2913${PYSITELIB}/django/utils/termcolors.py 4910${PYSITELIB}/django/utils/termcolors.py
2914${PYSITELIB}/django/utils/termcolors.pyc 4911${PYSITELIB}/django/utils/termcolors.pyc
2915${PYSITELIB}/django/utils/termcolors.pyo 4912${PYSITELIB}/django/utils/termcolors.pyo
2916${PYSITELIB}/django/utils/text.py 4913${PYSITELIB}/django/utils/text.py
2917${PYSITELIB}/django/utils/text.pyc 4914${PYSITELIB}/django/utils/text.pyc
2918${PYSITELIB}/django/utils/text.pyo 4915${PYSITELIB}/django/utils/text.pyo
2919${PYSITELIB}/django/utils/thread_support.py 
2920${PYSITELIB}/django/utils/thread_support.pyc 
2921${PYSITELIB}/django/utils/thread_support.pyo 
2922${PYSITELIB}/django/utils/timesince.py 4916${PYSITELIB}/django/utils/timesince.py
2923${PYSITELIB}/django/utils/timesince.pyc 4917${PYSITELIB}/django/utils/timesince.pyc
2924${PYSITELIB}/django/utils/timesince.pyo 4918${PYSITELIB}/django/utils/timesince.pyo
2925${PYSITELIB}/django/utils/translation/__init__.py 4919${PYSITELIB}/django/utils/translation/__init__.py
2926${PYSITELIB}/django/utils/translation/__init__.pyc 4920${PYSITELIB}/django/utils/translation/__init__.pyc
2927${PYSITELIB}/django/utils/translation/__init__.pyo 4921${PYSITELIB}/django/utils/translation/__init__.pyo
2928${PYSITELIB}/django/utils/translation/trans_null.py 4922${PYSITELIB}/django/utils/translation/trans_null.py
2929${PYSITELIB}/django/utils/translation/trans_null.pyc 4923${PYSITELIB}/django/utils/translation/trans_null.pyc
2930${PYSITELIB}/django/utils/translation/trans_null.pyo 4924${PYSITELIB}/django/utils/translation/trans_null.pyo
2931${PYSITELIB}/django/utils/translation/trans_real.py 4925${PYSITELIB}/django/utils/translation/trans_real.py
2932${PYSITELIB}/django/utils/translation/trans_real.pyc 4926${PYSITELIB}/django/utils/translation/trans_real.pyc
2933${PYSITELIB}/django/utils/translation/trans_real.pyo 4927${PYSITELIB}/django/utils/translation/trans_real.pyo
2934${PYSITELIB}/django/utils/tree.py 4928${PYSITELIB}/django/utils/tree.py
2935${PYSITELIB}/django/utils/tree.pyc 4929${PYSITELIB}/django/utils/tree.pyc
2936${PYSITELIB}/django/utils/tree.pyo 4930${PYSITELIB}/django/utils/tree.pyo
2937${PYSITELIB}/django/utils/tzinfo.py 4931${PYSITELIB}/django/utils/tzinfo.py
2938${PYSITELIB}/django/utils/tzinfo.pyc 4932${PYSITELIB}/django/utils/tzinfo.pyc
2939${PYSITELIB}/django/utils/tzinfo.pyo 4933${PYSITELIB}/django/utils/tzinfo.pyo
 4934${PYSITELIB}/django/utils/unittest/__init__.py
 4935${PYSITELIB}/django/utils/unittest/__init__.pyc
 4936${PYSITELIB}/django/utils/unittest/__init__.pyo
 4937${PYSITELIB}/django/utils/unittest/__main__.py
 4938${PYSITELIB}/django/utils/unittest/__main__.pyc
 4939${PYSITELIB}/django/utils/unittest/__main__.pyo
 4940${PYSITELIB}/django/utils/unittest/case.py
 4941${PYSITELIB}/django/utils/unittest/case.pyc
 4942${PYSITELIB}/django/utils/unittest/case.pyo
 4943${PYSITELIB}/django/utils/unittest/collector.py
 4944${PYSITELIB}/django/utils/unittest/collector.pyc
 4945${PYSITELIB}/django/utils/unittest/collector.pyo
 4946${PYSITELIB}/django/utils/unittest/compatibility.py
 4947${PYSITELIB}/django/utils/unittest/compatibility.pyc
 4948${PYSITELIB}/django/utils/unittest/compatibility.pyo
 4949${PYSITELIB}/django/utils/unittest/loader.py
 4950${PYSITELIB}/django/utils/unittest/loader.pyc
 4951${PYSITELIB}/django/utils/unittest/loader.pyo
 4952${PYSITELIB}/django/utils/unittest/main.py
 4953${PYSITELIB}/django/utils/unittest/main.pyc
 4954${PYSITELIB}/django/utils/unittest/main.pyo
 4955${PYSITELIB}/django/utils/unittest/result.py
 4956${PYSITELIB}/django/utils/unittest/result.pyc
 4957${PYSITELIB}/django/utils/unittest/result.pyo
 4958${PYSITELIB}/django/utils/unittest/runner.py
 4959${PYSITELIB}/django/utils/unittest/runner.pyc
 4960${PYSITELIB}/django/utils/unittest/runner.pyo
 4961${PYSITELIB}/django/utils/unittest/signals.py
 4962${PYSITELIB}/django/utils/unittest/signals.pyc
 4963${PYSITELIB}/django/utils/unittest/signals.pyo
 4964${PYSITELIB}/django/utils/unittest/suite.py
 4965${PYSITELIB}/django/utils/unittest/suite.pyc
 4966${PYSITELIB}/django/utils/unittest/suite.pyo
 4967${PYSITELIB}/django/utils/unittest/util.py
 4968${PYSITELIB}/django/utils/unittest/util.pyc
 4969${PYSITELIB}/django/utils/unittest/util.pyo
2940${PYSITELIB}/django/utils/version.py 4970${PYSITELIB}/django/utils/version.py
2941${PYSITELIB}/django/utils/version.pyc 4971${PYSITELIB}/django/utils/version.pyc
2942${PYSITELIB}/django/utils/version.pyo 4972${PYSITELIB}/django/utils/version.pyo
2943${PYSITELIB}/django/utils/xmlutils.py 4973${PYSITELIB}/django/utils/xmlutils.py
2944${PYSITELIB}/django/utils/xmlutils.pyc 4974${PYSITELIB}/django/utils/xmlutils.pyc
2945${PYSITELIB}/django/utils/xmlutils.pyo 4975${PYSITELIB}/django/utils/xmlutils.pyo
2946${PYSITELIB}/django/views/__init__.py 4976${PYSITELIB}/django/views/__init__.py
2947${PYSITELIB}/django/views/__init__.pyc 4977${PYSITELIB}/django/views/__init__.pyc
2948${PYSITELIB}/django/views/__init__.pyo 4978${PYSITELIB}/django/views/__init__.pyo
2949${PYSITELIB}/django/views/csrf.py 4979${PYSITELIB}/django/views/csrf.py
2950${PYSITELIB}/django/views/csrf.pyc 4980${PYSITELIB}/django/views/csrf.pyc
2951${PYSITELIB}/django/views/csrf.pyo 4981${PYSITELIB}/django/views/csrf.pyo
2952${PYSITELIB}/django/views/debug.py 4982${PYSITELIB}/django/views/debug.py
@@ -2966,31 +4996,46 @@ ${PYSITELIB}/django/views/decorators/gzi @@ -2966,31 +4996,46 @@ ${PYSITELIB}/django/views/decorators/gzi
2966${PYSITELIB}/django/views/decorators/gzip.pyo 4996${PYSITELIB}/django/views/decorators/gzip.pyo
2967${PYSITELIB}/django/views/decorators/http.py 4997${PYSITELIB}/django/views/decorators/http.py
2968${PYSITELIB}/django/views/decorators/http.pyc 4998${PYSITELIB}/django/views/decorators/http.pyc
2969${PYSITELIB}/django/views/decorators/http.pyo 4999${PYSITELIB}/django/views/decorators/http.pyo
2970${PYSITELIB}/django/views/decorators/vary.py 5000${PYSITELIB}/django/views/decorators/vary.py
2971${PYSITELIB}/django/views/decorators/vary.pyc 5001${PYSITELIB}/django/views/decorators/vary.pyc
2972${PYSITELIB}/django/views/decorators/vary.pyo 5002${PYSITELIB}/django/views/decorators/vary.pyo
2973${PYSITELIB}/django/views/defaults.py 5003${PYSITELIB}/django/views/defaults.py
2974${PYSITELIB}/django/views/defaults.pyc 5004${PYSITELIB}/django/views/defaults.pyc
2975${PYSITELIB}/django/views/defaults.pyo 5005${PYSITELIB}/django/views/defaults.pyo
2976${PYSITELIB}/django/views/generic/__init__.py 5006${PYSITELIB}/django/views/generic/__init__.py
2977${PYSITELIB}/django/views/generic/__init__.pyc 5007${PYSITELIB}/django/views/generic/__init__.pyc
2978${PYSITELIB}/django/views/generic/__init__.pyo 5008${PYSITELIB}/django/views/generic/__init__.pyo
 5009${PYSITELIB}/django/views/generic/base.py
 5010${PYSITELIB}/django/views/generic/base.pyc
 5011${PYSITELIB}/django/views/generic/base.pyo
2979${PYSITELIB}/django/views/generic/create_update.py 5012${PYSITELIB}/django/views/generic/create_update.py
2980${PYSITELIB}/django/views/generic/create_update.pyc 5013${PYSITELIB}/django/views/generic/create_update.pyc
2981${PYSITELIB}/django/views/generic/create_update.pyo 5014${PYSITELIB}/django/views/generic/create_update.pyo
2982${PYSITELIB}/django/views/generic/date_based.py 5015${PYSITELIB}/django/views/generic/date_based.py
2983${PYSITELIB}/django/views/generic/date_based.pyc 5016${PYSITELIB}/django/views/generic/date_based.pyc
2984${PYSITELIB}/django/views/generic/date_based.pyo 5017${PYSITELIB}/django/views/generic/date_based.pyo
 5018${PYSITELIB}/django/views/generic/dates.py
 5019${PYSITELIB}/django/views/generic/dates.pyc
 5020${PYSITELIB}/django/views/generic/dates.pyo
 5021${PYSITELIB}/django/views/generic/detail.py
 5022${PYSITELIB}/django/views/generic/detail.pyc
 5023${PYSITELIB}/django/views/generic/detail.pyo
 5024${PYSITELIB}/django/views/generic/edit.py
 5025${PYSITELIB}/django/views/generic/edit.pyc
 5026${PYSITELIB}/django/views/generic/edit.pyo
 5027${PYSITELIB}/django/views/generic/list.py
 5028${PYSITELIB}/django/views/generic/list.pyc
 5029${PYSITELIB}/django/views/generic/list.pyo
2985${PYSITELIB}/django/views/generic/list_detail.py 5030${PYSITELIB}/django/views/generic/list_detail.py
2986${PYSITELIB}/django/views/generic/list_detail.pyc 5031${PYSITELIB}/django/views/generic/list_detail.pyc
2987${PYSITELIB}/django/views/generic/list_detail.pyo 5032${PYSITELIB}/django/views/generic/list_detail.pyo
2988${PYSITELIB}/django/views/generic/simple.py 5033${PYSITELIB}/django/views/generic/simple.py
2989${PYSITELIB}/django/views/generic/simple.pyc 5034${PYSITELIB}/django/views/generic/simple.pyc
2990${PYSITELIB}/django/views/generic/simple.pyo 5035${PYSITELIB}/django/views/generic/simple.pyo
2991${PYSITELIB}/django/views/i18n.py 5036${PYSITELIB}/django/views/i18n.py
2992${PYSITELIB}/django/views/i18n.pyc 5037${PYSITELIB}/django/views/i18n.pyc
2993${PYSITELIB}/django/views/i18n.pyo 5038${PYSITELIB}/django/views/i18n.pyo
2994${PYSITELIB}/django/views/static.py 5039${PYSITELIB}/django/views/static.py
2995${PYSITELIB}/django/views/static.pyc 5040${PYSITELIB}/django/views/static.pyc
2996${PYSITELIB}/django/views/static.pyo 5041${PYSITELIB}/django/views/static.pyo

cvs diff -r1.17 -r1.18 pkgsrc/www/py-django/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django/distinfo 2011/02/10 10:03:59 1.17
+++ pkgsrc/www/py-django/distinfo 2011/03/23 10:38:48 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2011/02/10 10:03:59 adam Exp $ 1$NetBSD: distinfo,v 1.18 2011/03/23 10:38:48 adam Exp $
2 2
3SHA1 (Django-1.2.5.tar.gz) = 9593e6745650d06c0af82a79d6e304d958419f94 3SHA1 (Django-1.3.tar.gz) = f8814d5e1412bb932318db5130260da5bf053ff7
4RMD160 (Django-1.2.5.tar.gz) = e57f48331377047763875876e51c754f91f58f80 4RMD160 (Django-1.3.tar.gz) = 57a3bdb3eb326634647d2eea9df1b5484316c7bc
5Size (Django-1.2.5.tar.gz) = 6379313 bytes 5Size (Django-1.3.tar.gz) = 6504003 bytes