pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django2 py-django2: updated to 2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2612884b754
branches:  trunk
changeset: 311280:e2612884b754
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 07 09:53:53 2018 +0000

description:
py-django2: updated to 2.1

2.1:
Model ?view? permission

django.contrib.admin
ModelAdmin.search_fields now accepts any lookup such as field__exact.
jQuery is upgraded from version 2.2.3 to 3.3.1.
The new ModelAdmin.delete_queryset() method allows customizing the deletion process of the ?delete selected objects? action.
You can now override the default admin site.
The new ModelAdmin.sortable_by attribute and ModelAdmin.get_sortable_by() method allow limiting the columns that can be sorted in the change list page.
The admin_order_field attribute for elements in ModelAdmin.list_display may now be a query expression.
The new ModelAdmin.get_deleted_objects() method allows customizing the deletion process of the delete view and the ?delete selected? action.
The actions.html, change_list_results.html, date_hierarchy.html, pagination.html, prepopulated_fields_js.html, search_form.html, and submit_line.html templates can now be overridden per app or per 
model (besides overridden globally).
The admin change list and change form object tools can now be overridden per app, per model, or globally with change_list_object_tools.html and change_form_object_tools.html templates.
InlineModelAdmin.has_add_permission() is now passed the parent object as the second positional argument, obj.
Admin actions may now specify permissions to limit their availability to certain users.

django.contrib.auth
createsuperuser now gives a prompt to allow bypassing the AUTH_PASSWORD_VALIDATORS checks.
UserCreationForm and UserChangeForm no longer need to be rewritten for a custom user model.

django.contrib.gis
The new GEOSGeometry.buffer_with_style() method is a version of buffer() that allows customizing the style of the buffer.
OpenLayersWidget is now based on OpenLayers 4.6.5 (previously 3.20.1).

django.contrib.sessions
Added the SESSION_COOKIE_SAMESITE setting to set the SameSite cookie flag on session cookies.

Cache
The local-memory cache backend now uses a least-recently-used (LRU) culling strategy rather than a pseudo-random one.
The new touch() method of the low-level cache API updates the timeout of cache keys.

CSRF
Added the CSRF_COOKIE_SAMESITE setting to set the SameSite cookie flag on CSRF cookies.

Forms
The widget for ImageField now renders with the HTML attribute accept="image/*".

Internationalization
Added the get_supported_language_variant() function.
Untranslated strings for territorial language variants now use the translations of the generic language. For example, untranslated pt_BR strings use pt translations.

Management Commands
The new inspectdb --include-views option allows creating models for database views.
The BaseCommand class now uses a custom help formatter so that the standard options like --verbosity or --settings appear last in the help output, giving a more prominent position to subclassed 
command?s options.

Migrations
Added support for serialization of functools.partialmethod objects.
To support frozen environments, migrations may be loaded from .pyc files.

Models
Models can now use __init_subclass__() from PEP 487.
A BinaryField may now be set to editable=True if you wish to include it in model forms.
A number of new text database functions are added: Chr, Left, LPad, LTrim, Ord, Repeat, Replace, Right, RPad, RTrim, and Trim.
The new TruncWeek function truncates DateField and DateTimeField to the Monday of a week.
Query expressions can now be negated using a minus sign.
QuerySet.order_by() and distinct(*fields) now support using field transforms.
BooleanField can now be null=True. This is encouraged instead of NullBooleanField, which will likely be deprecated in the future.
The new QuerySet.explain() method displays the database?s execution plan of a queryset?s query.
QuerySet.raw() now supports prefetch_related().

Requests and Responses
Added HttpRequest.get_full_path_info().
Added the samesite argument to HttpResponse.set_cookie() to allow setting the SameSite cookie flag.
The new as_attachment argument for FileResponse sets the Content-Disposition header to make the browser ask if the user wants to download the file. FileResponse also tries to set the Content-Type and 
Content-Length headers where appropriate.

Templates
The new json_script filter safely outputs a Python object as JSON, wrapped in a <script> tag, ready for use with JavaScript.

diffstat:

 www/py-django2/Makefile |     7 +-
 www/py-django2/PLIST    |  3151 +++++++++++++++++++++++-----------------------
 www/py-django2/distinfo |    10 +-
 3 files changed, 1575 insertions(+), 1593 deletions(-)

diffs (truncated from 4478 to 300 lines):

diff -r 6b90b5b37cf2 -r e2612884b754 www/py-django2/Makefile
--- a/www/py-django2/Makefile   Tue Aug 07 09:44:13 2018 +0000
+++ b/www/py-django2/Makefile   Tue Aug 07 09:53:53 2018 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2018/07/03 06:47:31 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/08/07 09:53:53 adam Exp $
 
-DISTNAME=      Django-2.0.7
+DISTNAME=      Django-2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
-MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
+MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV}/
+MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/}
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      https://www.djangoproject.com/
diff -r 6b90b5b37cf2 -r e2612884b754 www/py-django2/PLIST
--- a/www/py-django2/PLIST      Tue Aug 07 09:44:13 2018 +0000
+++ b/www/py-django2/PLIST      Tue Aug 07 09:53:53 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/02/04 05:20:24 wen Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/07 09:53:53 adam Exp $
 bin/django-admin${PYVERSSUFFIX}
 bin/django-admin${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -9,30 +9,26 @@
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/django/__init__.py
-${PYSITELIB}/django/__main__.py
+${PYSITELIB}/django/__init__.pyc
 ${PYSITELIB}/django/__init__.pyo
-${PYSITELIB}/django/__init__.pyc
-${PYSITELIB}/django/__main__.pyo
+${PYSITELIB}/django/__main__.py
 ${PYSITELIB}/django/__main__.pyc
-${PYSITELIB}/django/shortcuts.pyo
-${PYSITELIB}/django/shortcuts.pyc
+${PYSITELIB}/django/__main__.pyo
 ${PYSITELIB}/django/apps/__init__.py
+${PYSITELIB}/django/apps/__init__.pyc
 ${PYSITELIB}/django/apps/__init__.pyo
-${PYSITELIB}/django/apps/__init__.pyc
-${PYSITELIB}/django/apps/config.pyo
+${PYSITELIB}/django/apps/config.py
 ${PYSITELIB}/django/apps/config.pyc
-${PYSITELIB}/django/apps/registry.pyo
+${PYSITELIB}/django/apps/config.pyo
+${PYSITELIB}/django/apps/registry.py
 ${PYSITELIB}/django/apps/registry.pyc
-${PYSITELIB}/django/apps/config.py
-${PYSITELIB}/django/apps/registry.py
-${PYSITELIB}/django/bin/django-admin.pyo
+${PYSITELIB}/django/apps/registry.pyo
+${PYSITELIB}/django/bin/django-admin.py
 ${PYSITELIB}/django/bin/django-admin.pyc
-${PYSITELIB}/django/bin/django-admin.py
+${PYSITELIB}/django/bin/django-admin.pyo
 ${PYSITELIB}/django/conf/__init__.py
+${PYSITELIB}/django/conf/__init__.pyc
 ${PYSITELIB}/django/conf/__init__.pyo
-${PYSITELIB}/django/conf/__init__.pyc
-${PYSITELIB}/django/conf/global_settings.pyo
-${PYSITELIB}/django/conf/global_settings.pyc
 ${PYSITELIB}/django/conf/app_template/__init__.py-tpl
 ${PYSITELIB}/django/conf/app_template/admin.py-tpl
 ${PYSITELIB}/django/conf/app_template/apps.py-tpl
@@ -41,341 +37,343 @@
 ${PYSITELIB}/django/conf/app_template/tests.py-tpl
 ${PYSITELIB}/django/conf/app_template/views.py-tpl
 ${PYSITELIB}/django/conf/global_settings.py
+${PYSITELIB}/django/conf/global_settings.pyc
+${PYSITELIB}/django/conf/global_settings.pyo
 ${PYSITELIB}/django/conf/locale/__init__.py
+${PYSITELIB}/django/conf/locale/__init__.pyc
 ${PYSITELIB}/django/conf/locale/__init__.pyo
-${PYSITELIB}/django/conf/locale/__init__.pyc
 ${PYSITELIB}/django/conf/locale/af/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/af/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/ar/__init__.py
+${PYSITELIB}/django/conf/locale/ar/__init__.pyc
 ${PYSITELIB}/django/conf/locale/ar/__init__.pyo
-${PYSITELIB}/django/conf/locale/ar/__init__.pyc
+${PYSITELIB}/django/conf/locale/ar/formats.py
+${PYSITELIB}/django/conf/locale/ar/formats.pyc
 ${PYSITELIB}/django/conf/locale/ar/formats.pyo
-${PYSITELIB}/django/conf/locale/ar/formats.pyc
-${PYSITELIB}/django/conf/locale/ar/formats.py
 ${PYSITELIB}/django/conf/locale/ast/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/ast/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/az/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/az/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/az/__init__.py
+${PYSITELIB}/django/conf/locale/az/__init__.pyc
 ${PYSITELIB}/django/conf/locale/az/__init__.pyo
-${PYSITELIB}/django/conf/locale/az/__init__.pyc
+${PYSITELIB}/django/conf/locale/az/formats.py
+${PYSITELIB}/django/conf/locale/az/formats.pyc
 ${PYSITELIB}/django/conf/locale/az/formats.pyo
-${PYSITELIB}/django/conf/locale/az/formats.pyc
-${PYSITELIB}/django/conf/locale/az/formats.py
 ${PYSITELIB}/django/conf/locale/be/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/be/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/bg/__init__.py
+${PYSITELIB}/django/conf/locale/bg/__init__.pyc
 ${PYSITELIB}/django/conf/locale/bg/__init__.pyo
-${PYSITELIB}/django/conf/locale/bg/__init__.pyc
+${PYSITELIB}/django/conf/locale/bg/formats.py
+${PYSITELIB}/django/conf/locale/bg/formats.pyc
 ${PYSITELIB}/django/conf/locale/bg/formats.pyo
-${PYSITELIB}/django/conf/locale/bg/formats.pyc
-${PYSITELIB}/django/conf/locale/bg/formats.py
 ${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/bn/__init__.py
+${PYSITELIB}/django/conf/locale/bn/__init__.pyc
 ${PYSITELIB}/django/conf/locale/bn/__init__.pyo
-${PYSITELIB}/django/conf/locale/bn/__init__.pyc
+${PYSITELIB}/django/conf/locale/bn/formats.py
+${PYSITELIB}/django/conf/locale/bn/formats.pyc
 ${PYSITELIB}/django/conf/locale/bn/formats.pyo
-${PYSITELIB}/django/conf/locale/bn/formats.pyc
-${PYSITELIB}/django/conf/locale/bn/formats.py
 ${PYSITELIB}/django/conf/locale/br/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/br/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/bs/__init__.py
+${PYSITELIB}/django/conf/locale/bs/__init__.pyc
 ${PYSITELIB}/django/conf/locale/bs/__init__.pyo
-${PYSITELIB}/django/conf/locale/bs/__init__.pyc
+${PYSITELIB}/django/conf/locale/bs/formats.py
+${PYSITELIB}/django/conf/locale/bs/formats.pyc
 ${PYSITELIB}/django/conf/locale/bs/formats.pyo
-${PYSITELIB}/django/conf/locale/bs/formats.pyc
-${PYSITELIB}/django/conf/locale/bs/formats.py
 ${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/ca/__init__.py
+${PYSITELIB}/django/conf/locale/ca/__init__.pyc
 ${PYSITELIB}/django/conf/locale/ca/__init__.pyo
-${PYSITELIB}/django/conf/locale/ca/__init__.pyc
+${PYSITELIB}/django/conf/locale/ca/formats.py
+${PYSITELIB}/django/conf/locale/ca/formats.pyc
 ${PYSITELIB}/django/conf/locale/ca/formats.pyo
-${PYSITELIB}/django/conf/locale/ca/formats.pyc
-${PYSITELIB}/django/conf/locale/ca/formats.py
 ${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/cs/__init__.py
+${PYSITELIB}/django/conf/locale/cs/__init__.pyc
 ${PYSITELIB}/django/conf/locale/cs/__init__.pyo
-${PYSITELIB}/django/conf/locale/cs/__init__.pyc
+${PYSITELIB}/django/conf/locale/cs/formats.py
+${PYSITELIB}/django/conf/locale/cs/formats.pyc
 ${PYSITELIB}/django/conf/locale/cs/formats.pyo
-${PYSITELIB}/django/conf/locale/cs/formats.pyc
-${PYSITELIB}/django/conf/locale/cs/formats.py
 ${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/cy/__init__.py
+${PYSITELIB}/django/conf/locale/cy/__init__.pyc
 ${PYSITELIB}/django/conf/locale/cy/__init__.pyo
-${PYSITELIB}/django/conf/locale/cy/__init__.pyc
+${PYSITELIB}/django/conf/locale/cy/formats.py
+${PYSITELIB}/django/conf/locale/cy/formats.pyc
 ${PYSITELIB}/django/conf/locale/cy/formats.pyo
-${PYSITELIB}/django/conf/locale/cy/formats.pyc
-${PYSITELIB}/django/conf/locale/cy/formats.py
 ${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/da/__init__.py
+${PYSITELIB}/django/conf/locale/da/__init__.pyc
 ${PYSITELIB}/django/conf/locale/da/__init__.pyo
-${PYSITELIB}/django/conf/locale/da/__init__.pyc
+${PYSITELIB}/django/conf/locale/da/formats.py
+${PYSITELIB}/django/conf/locale/da/formats.pyc
 ${PYSITELIB}/django/conf/locale/da/formats.pyo
-${PYSITELIB}/django/conf/locale/da/formats.pyc
-${PYSITELIB}/django/conf/locale/da/formats.py
 ${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/de/__init__.py
+${PYSITELIB}/django/conf/locale/de/__init__.pyc
 ${PYSITELIB}/django/conf/locale/de/__init__.pyo
-${PYSITELIB}/django/conf/locale/de/__init__.pyc
+${PYSITELIB}/django/conf/locale/de/formats.py
+${PYSITELIB}/django/conf/locale/de/formats.pyc
 ${PYSITELIB}/django/conf/locale/de/formats.pyo
-${PYSITELIB}/django/conf/locale/de/formats.pyc
-${PYSITELIB}/django/conf/locale/de/formats.py
 ${PYSITELIB}/django/conf/locale/de_CH/__init__.py
+${PYSITELIB}/django/conf/locale/de_CH/__init__.pyc
 ${PYSITELIB}/django/conf/locale/de_CH/__init__.pyo
-${PYSITELIB}/django/conf/locale/de_CH/__init__.pyc
+${PYSITELIB}/django/conf/locale/de_CH/formats.py
+${PYSITELIB}/django/conf/locale/de_CH/formats.pyc
 ${PYSITELIB}/django/conf/locale/de_CH/formats.pyo
-${PYSITELIB}/django/conf/locale/de_CH/formats.pyc
-${PYSITELIB}/django/conf/locale/de_CH/formats.py
 ${PYSITELIB}/django/conf/locale/dsb/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/dsb/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/el/__init__.py
+${PYSITELIB}/django/conf/locale/el/__init__.pyc
 ${PYSITELIB}/django/conf/locale/el/__init__.pyo
-${PYSITELIB}/django/conf/locale/el/__init__.pyc
+${PYSITELIB}/django/conf/locale/el/formats.py
+${PYSITELIB}/django/conf/locale/el/formats.pyc
 ${PYSITELIB}/django/conf/locale/el/formats.pyo
-${PYSITELIB}/django/conf/locale/el/formats.pyc
-${PYSITELIB}/django/conf/locale/el/formats.py
 ${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/en/__init__.py
+${PYSITELIB}/django/conf/locale/en/__init__.pyc
 ${PYSITELIB}/django/conf/locale/en/__init__.pyo
-${PYSITELIB}/django/conf/locale/en/__init__.pyc
+${PYSITELIB}/django/conf/locale/en/formats.py
+${PYSITELIB}/django/conf/locale/en/formats.pyc
 ${PYSITELIB}/django/conf/locale/en/formats.pyo
-${PYSITELIB}/django/conf/locale/en/formats.pyc
-${PYSITELIB}/django/conf/locale/en/formats.py
 ${PYSITELIB}/django/conf/locale/en_AU/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/en_AU/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/en_AU/__init__.py
+${PYSITELIB}/django/conf/locale/en_AU/__init__.pyc
 ${PYSITELIB}/django/conf/locale/en_AU/__init__.pyo
-${PYSITELIB}/django/conf/locale/en_AU/__init__.pyc
+${PYSITELIB}/django/conf/locale/en_AU/formats.py
+${PYSITELIB}/django/conf/locale/en_AU/formats.pyc
 ${PYSITELIB}/django/conf/locale/en_AU/formats.pyo
-${PYSITELIB}/django/conf/locale/en_AU/formats.pyc
-${PYSITELIB}/django/conf/locale/en_AU/formats.py
 ${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/en_GB/__init__.py
+${PYSITELIB}/django/conf/locale/en_GB/__init__.pyc
 ${PYSITELIB}/django/conf/locale/en_GB/__init__.pyo
-${PYSITELIB}/django/conf/locale/en_GB/__init__.pyc
+${PYSITELIB}/django/conf/locale/en_GB/formats.py
+${PYSITELIB}/django/conf/locale/en_GB/formats.pyc
 ${PYSITELIB}/django/conf/locale/en_GB/formats.pyo
-${PYSITELIB}/django/conf/locale/en_GB/formats.pyc
-${PYSITELIB}/django/conf/locale/en_GB/formats.py
 ${PYSITELIB}/django/conf/locale/eo/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/eo/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/eo/__init__.py
+${PYSITELIB}/django/conf/locale/eo/__init__.pyc
 ${PYSITELIB}/django/conf/locale/eo/__init__.pyo
-${PYSITELIB}/django/conf/locale/eo/__init__.pyc
+${PYSITELIB}/django/conf/locale/eo/formats.py
+${PYSITELIB}/django/conf/locale/eo/formats.pyc
 ${PYSITELIB}/django/conf/locale/eo/formats.pyo
-${PYSITELIB}/django/conf/locale/eo/formats.pyc
-${PYSITELIB}/django/conf/locale/eo/formats.py
 ${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/es/__init__.py
+${PYSITELIB}/django/conf/locale/es/__init__.pyc
 ${PYSITELIB}/django/conf/locale/es/__init__.pyo
-${PYSITELIB}/django/conf/locale/es/__init__.pyc
+${PYSITELIB}/django/conf/locale/es/formats.py
+${PYSITELIB}/django/conf/locale/es/formats.pyc
 ${PYSITELIB}/django/conf/locale/es/formats.pyo
-${PYSITELIB}/django/conf/locale/es/formats.pyc
-${PYSITELIB}/django/conf/locale/es/formats.py
 ${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/es_AR/__init__.py
+${PYSITELIB}/django/conf/locale/es_AR/__init__.pyc
 ${PYSITELIB}/django/conf/locale/es_AR/__init__.pyo
-${PYSITELIB}/django/conf/locale/es_AR/__init__.pyc
+${PYSITELIB}/django/conf/locale/es_AR/formats.py
+${PYSITELIB}/django/conf/locale/es_AR/formats.pyc
 ${PYSITELIB}/django/conf/locale/es_AR/formats.pyo
-${PYSITELIB}/django/conf/locale/es_AR/formats.pyc
-${PYSITELIB}/django/conf/locale/es_AR/formats.py
 ${PYSITELIB}/django/conf/locale/es_CO/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/es_CO/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/es_CO/__init__.py
+${PYSITELIB}/django/conf/locale/es_CO/__init__.pyc
 ${PYSITELIB}/django/conf/locale/es_CO/__init__.pyo
-${PYSITELIB}/django/conf/locale/es_CO/__init__.pyc
+${PYSITELIB}/django/conf/locale/es_CO/formats.py
+${PYSITELIB}/django/conf/locale/es_CO/formats.pyc
 ${PYSITELIB}/django/conf/locale/es_CO/formats.pyo
-${PYSITELIB}/django/conf/locale/es_CO/formats.pyc
-${PYSITELIB}/django/conf/locale/es_CO/formats.py
 ${PYSITELIB}/django/conf/locale/es_MX/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/conf/locale/es_MX/LC_MESSAGES/django.po
 ${PYSITELIB}/django/conf/locale/es_MX/__init__.py
+${PYSITELIB}/django/conf/locale/es_MX/__init__.pyc
 ${PYSITELIB}/django/conf/locale/es_MX/__init__.pyo



Home | Main Index | Thread Index | Old Index