pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django Changes 1.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a59d461e7521
branches:  trunk
changeset: 360728:a59d461e7521
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 05 17:08:48 2017 +0000

description:
Changes 1.11:
As always, the release notes cover the medley of new features in detail, but a few highlights are:
* Class-based model indexes for creating database indexes.
* Template-based widget rendering to ease customizing form widgets.
* Subquery expressions to create explicit subqueries using the ORM.

diffstat:

 www/py-django/Makefile |    8 +-
 www/py-django/PLIST    |  145 ++++++++++++++++++++++++++++++++++++++----------
 www/py-django/distinfo |   10 +-
 3 files changed, 122 insertions(+), 41 deletions(-)

diffs (truncated from 312 to 300 lines):

diff -r 29bf9a157b50 -r a59d461e7521 www/py-django/Makefile
--- a/www/py-django/Makefile    Wed Apr 05 17:07:35 2017 +0000
+++ b/www/py-django/Makefile    Wed Apr 05 17:08:48 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.83 2017/03/12 18:45:33 adam Exp $
+# $NetBSD: Makefile,v 1.84 2017/04/05 17:08:48 adam Exp $
 
-DISTNAME=      Django-1.10.6
+DISTNAME=      Django-1.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
-MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
+MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV}/
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      http://www.djangoproject.com/
@@ -14,7 +14,7 @@
 REPLACE_PYTHON=                ${WRKSRC}/django/bin/django-admin.py
 REPLACE_PYTHON+=       ${WRKSRC}/django/conf/project_template/manage.py-tpl
 
-PYTHON_VERSIONED_DEPENDENCIES= flup
+DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/django-admin \
diff -r 29bf9a157b50 -r a59d461e7521 www/py-django/PLIST
--- a/www/py-django/PLIST       Wed Apr 05 17:07:35 2017 +0000
+++ b/www/py-django/PLIST       Wed Apr 05 17:08:48 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2016/11/06 09:08:52 wen Exp $
+@comment $NetBSD: PLIST,v 1.42 2017/04/05 17:08:48 adam Exp $
 bin/django-admin${PYVERSSUFFIX}
 bin/django-admin${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -1138,6 +1138,13 @@
 ${PYSITELIB}/django/contrib/admin/templates/admin/related_widget_wrapper.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/search_form.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/submit_line.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/clearable_file_input.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/radio.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/split_datetime.html
+${PYSITELIB}/django/contrib/admin/templates/admin/widgets/url.html
 ${PYSITELIB}/django/contrib/admin/templates/registration/logged_out.html
 ${PYSITELIB}/django/contrib/admin/templates/registration/password_change_done.html
 ${PYSITELIB}/django/contrib/admin/templates/registration/password_change_form.html
@@ -1375,12 +1382,6 @@
 ${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_tag_index.html
 ${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_detail.html
 ${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_index.html
-${PYSITELIB}/django/contrib/admindocs/tests/__init__.py
-${PYSITELIB}/django/contrib/admindocs/tests/__init__.pyc
-${PYSITELIB}/django/contrib/admindocs/tests/__init__.pyo
-${PYSITELIB}/django/contrib/admindocs/tests/test_fields.py
-${PYSITELIB}/django/contrib/admindocs/tests/test_fields.pyc
-${PYSITELIB}/django/contrib/admindocs/tests/test_fields.pyo
 ${PYSITELIB}/django/contrib/admindocs/urls.py
 ${PYSITELIB}/django/contrib/admindocs/urls.pyc
 ${PYSITELIB}/django/contrib/admindocs/urls.pyo
@@ -1655,6 +1656,7 @@
 ${PYSITELIB}/django/contrib/auth/signals.py
 ${PYSITELIB}/django/contrib/auth/signals.pyc
 ${PYSITELIB}/django/contrib/auth/signals.pyo
+${PYSITELIB}/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html
 ${PYSITELIB}/django/contrib/auth/templates/registration/password_reset_subject.txt
 ${PYSITELIB}/django/contrib/auth/tests/__init__.py
 ${PYSITELIB}/django/contrib/auth/tests/__init__.pyc
@@ -1866,9 +1868,15 @@
 ${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po
-${PYSITELIB}/django/contrib/contenttypes/management.py
-${PYSITELIB}/django/contrib/contenttypes/management.pyc
-${PYSITELIB}/django/contrib/contenttypes/management.pyo
+${PYSITELIB}/django/contrib/contenttypes/management/__init__.py
+${PYSITELIB}/django/contrib/contenttypes/management/__init__.pyc
+${PYSITELIB}/django/contrib/contenttypes/management/__init__.pyo
+${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.py
+${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.pyc
+${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.pyo
+${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py
+${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyc
+${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyo
 ${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.py
 ${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.pyc
 ${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.pyo
@@ -2642,27 +2650,12 @@
 ${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.py
 ${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.pyc
 ${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.pyo
-${PYSITELIB}/django/contrib/gis/maps/__init__.py
-${PYSITELIB}/django/contrib/gis/maps/__init__.pyc
-${PYSITELIB}/django/contrib/gis/maps/__init__.pyo
-${PYSITELIB}/django/contrib/gis/maps/google/__init__.py
-${PYSITELIB}/django/contrib/gis/maps/google/__init__.pyc
-${PYSITELIB}/django/contrib/gis/maps/google/__init__.pyo
-${PYSITELIB}/django/contrib/gis/maps/google/gmap.py
-${PYSITELIB}/django/contrib/gis/maps/google/gmap.pyc
-${PYSITELIB}/django/contrib/gis/maps/google/gmap.pyo
-${PYSITELIB}/django/contrib/gis/maps/google/overlays.py
-${PYSITELIB}/django/contrib/gis/maps/google/overlays.pyc
-${PYSITELIB}/django/contrib/gis/maps/google/overlays.pyo
-${PYSITELIB}/django/contrib/gis/maps/google/zoom.py
-${PYSITELIB}/django/contrib/gis/maps/google/zoom.pyc
-${PYSITELIB}/django/contrib/gis/maps/google/zoom.pyo
-${PYSITELIB}/django/contrib/gis/maps/openlayers/__init__.py
-${PYSITELIB}/django/contrib/gis/maps/openlayers/__init__.pyc
-${PYSITELIB}/django/contrib/gis/maps/openlayers/__init__.pyo
 ${PYSITELIB}/django/contrib/gis/measure.py
 ${PYSITELIB}/django/contrib/gis/measure.pyc
 ${PYSITELIB}/django/contrib/gis/measure.pyo
+${PYSITELIB}/django/contrib/gis/ptr.py
+${PYSITELIB}/django/contrib/gis/ptr.pyc
+${PYSITELIB}/django/contrib/gis/ptr.pyo
 ${PYSITELIB}/django/contrib/gis/serializers/__init__.py
 ${PYSITELIB}/django/contrib/gis/serializers/__init__.pyc
 ${PYSITELIB}/django/contrib/gis/serializers/__init__.pyo
@@ -2681,15 +2674,18 @@
 ${PYSITELIB}/django/contrib/gis/sitemaps/views.py
 ${PYSITELIB}/django/contrib/gis/sitemaps/views.pyc
 ${PYSITELIB}/django/contrib/gis/sitemaps/views.pyo
+${PYSITELIB}/django/contrib/gis/static/gis/css/ol3.css
+${PYSITELIB}/django/contrib/gis/static/gis/img/draw_line_off.svg
+${PYSITELIB}/django/contrib/gis/static/gis/img/draw_line_on.svg
+${PYSITELIB}/django/contrib/gis/static/gis/img/draw_point_off.svg
+${PYSITELIB}/django/contrib/gis/static/gis/img/draw_point_on.svg
+${PYSITELIB}/django/contrib/gis/static/gis/img/draw_polygon_off.svg
+${PYSITELIB}/django/contrib/gis/static/gis/img/draw_polygon_on.svg
 ${PYSITELIB}/django/contrib/gis/static/gis/js/OLMapWidget.js
 ${PYSITELIB}/django/contrib/gis/templates/gis/admin/openlayers.html
 ${PYSITELIB}/django/contrib/gis/templates/gis/admin/openlayers.js
 ${PYSITELIB}/django/contrib/gis/templates/gis/admin/osm.html
 ${PYSITELIB}/django/contrib/gis/templates/gis/admin/osm.js
-${PYSITELIB}/django/contrib/gis/templates/gis/google/google-map.html
-${PYSITELIB}/django/contrib/gis/templates/gis/google/google-map.js
-${PYSITELIB}/django/contrib/gis/templates/gis/google/google-multi.js
-${PYSITELIB}/django/contrib/gis/templates/gis/google/google-single.js
 ${PYSITELIB}/django/contrib/gis/templates/gis/kml/base.kml
 ${PYSITELIB}/django/contrib/gis/templates/gis/kml/placemarks.kml
 ${PYSITELIB}/django/contrib/gis/templates/gis/openlayers-osm.html
@@ -2963,6 +2959,9 @@
 ${PYSITELIB}/django/contrib/postgres/fields/array.py
 ${PYSITELIB}/django/contrib/postgres/fields/array.pyc
 ${PYSITELIB}/django/contrib/postgres/fields/array.pyo
+${PYSITELIB}/django/contrib/postgres/fields/citext.py
+${PYSITELIB}/django/contrib/postgres/fields/citext.pyc
+${PYSITELIB}/django/contrib/postgres/fields/citext.pyo
 ${PYSITELIB}/django/contrib/postgres/fields/hstore.py
 ${PYSITELIB}/django/contrib/postgres/fields/hstore.pyc
 ${PYSITELIB}/django/contrib/postgres/fields/hstore.pyo
@@ -2993,6 +2992,9 @@
 ${PYSITELIB}/django/contrib/postgres/functions.py
 ${PYSITELIB}/django/contrib/postgres/functions.pyc
 ${PYSITELIB}/django/contrib/postgres/functions.pyo
+${PYSITELIB}/django/contrib/postgres/indexes.py
+${PYSITELIB}/django/contrib/postgres/indexes.pyc
+${PYSITELIB}/django/contrib/postgres/indexes.pyo
 ${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo
@@ -3025,6 +3027,8 @@
 ${PYSITELIB}/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/et/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo
@@ -3033,24 +3037,36 @@
 ${PYSITELIB}/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/he/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/id/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/is/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/it/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo
@@ -4409,6 +4425,9 @@
 ${PYSITELIB}/django/db/models/functions/datetime.py
 ${PYSITELIB}/django/db/models/functions/datetime.pyc
 ${PYSITELIB}/django/db/models/functions/datetime.pyo
+${PYSITELIB}/django/db/models/indexes.py
+${PYSITELIB}/django/db/models/indexes.pyc
+${PYSITELIB}/django/db/models/indexes.pyo
 ${PYSITELIB}/django/db/models/lookups.py
 ${PYSITELIB}/django/db/models/lookups.pyc
 ${PYSITELIB}/django/db/models/lookups.pyo
@@ -4488,9 +4507,68 @@
 ${PYSITELIB}/django/forms/formsets.py
 ${PYSITELIB}/django/forms/formsets.pyc
 ${PYSITELIB}/django/forms/formsets.pyo
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/attrs.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox_option.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox_select.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/clearable_file_input.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/date.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/datetime.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/email.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/file.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/hidden.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/input.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/input_option.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiple_hidden.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiple_input.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiwidget.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/number.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/password.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/radio.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/radio_option.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select_date.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select_option.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/splitdatetime.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/text.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/textarea.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/time.html
+${PYSITELIB}/django/forms/jinja2/django/forms/widgets/url.html
 ${PYSITELIB}/django/forms/models.py
 ${PYSITELIB}/django/forms/models.pyc
 ${PYSITELIB}/django/forms/models.pyo
+${PYSITELIB}/django/forms/renderers.py
+${PYSITELIB}/django/forms/renderers.pyc
+${PYSITELIB}/django/forms/renderers.pyo
+${PYSITELIB}/django/forms/templates/django/forms/widgets/attrs.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox_option.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox_select.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/clearable_file_input.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/date.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/datetime.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/email.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/file.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/hidden.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/input.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/input_option.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/multiple_hidden.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/multiple_input.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/multiwidget.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/number.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/password.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/radio.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/radio_option.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/select.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/select_date.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/select_option.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/splitdatetime.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/splithiddendatetime.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/text.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/textarea.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/time.html
+${PYSITELIB}/django/forms/templates/django/forms/widgets/url.html
 ${PYSITELIB}/django/forms/utils.py
 ${PYSITELIB}/django/forms/utils.pyc
 ${PYSITELIB}/django/forms/utils.pyo
@@ -4806,6 +4884,9 @@
 ${PYSITELIB}/django/utils/translation/__init__.py
 ${PYSITELIB}/django/utils/translation/__init__.pyc
 ${PYSITELIB}/django/utils/translation/__init__.pyo
+${PYSITELIB}/django/utils/translation/template.py
+${PYSITELIB}/django/utils/translation/template.pyc
+${PYSITELIB}/django/utils/translation/template.pyo
 ${PYSITELIB}/django/utils/translation/trans_null.py
 ${PYSITELIB}/django/utils/translation/trans_null.pyc
 ${PYSITELIB}/django/utils/translation/trans_null.pyo
diff -r 29bf9a157b50 -r a59d461e7521 www/py-django/distinfo
--- a/www/py-django/distinfo    Wed Apr 05 17:07:35 2017 +0000
+++ b/www/py-django/distinfo    Wed Apr 05 17:08:48 2017 +0000



Home | Main Index | Thread Index | Old Index