Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: ee191715eae73362768184aa95206cf61bac5d38
      
https://github.com/django/django/commit/ee191715eae73362768184aa95206cf61bac5d38
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/conf/__init__.py
    M django/contrib/admin/helpers.py
    M django/contrib/admin/options.py
    M django/contrib/admin/sites.py
    M django/contrib/admin/templatetags/admin_list.py
    M django/contrib/admindocs/views.py
    M django/contrib/auth/admin.py
    M django/contrib/auth/tests/forms.py
    M django/contrib/contenttypes/management.py
    M django/contrib/databrowse/datastructures.py
    M django/contrib/databrowse/plugins/calendars.py
    M django/contrib/databrowse/plugins/fieldchoices.py
    M django/contrib/formtools/wizard/storage/base.py
    M django/contrib/formtools/wizard/views.py
    M django/contrib/gis/db/backends/mysql/operations.py
    M django/contrib/gis/db/backends/oracle/operations.py
    M django/contrib/gis/db/backends/postgis/operations.py
    M django/contrib/gis/db/backends/spatialite/operations.py
    M django/contrib/gis/db/models/query.py
    M django/contrib/gis/db/models/sql/compiler.py
    M django/contrib/gis/geometry/test_data.py
    M django/contrib/gis/measure.py
    M django/contrib/gis/sitemaps/views.py
    M django/contrib/messages/storage/cookie.py
    M django/contrib/sessions/tests.py
    M django/contrib/sitemaps/views.py
    M django/contrib/staticfiles/finders.py
    M django/core/management/__init__.py
    M django/core/management/commands/diffsettings.py
    M django/core/serializers/__init__.py
    M django/core/serializers/python.py
    M django/core/urlresolvers.py
    M django/core/validators.py
    M django/db/backends/mysql/introspection.py
    M django/db/models/base.py
    M django/db/models/deletion.py
    M django/db/models/fields/related.py
    M django/db/models/loading.py
    M django/db/models/options.py
    M django/db/models/query.py
    M django/db/models/query_utils.py
    M django/db/models/sql/compiler.py
    M django/db/models/sql/query.py
    M django/db/models/sql/subqueries.py
    M django/forms/extras/widgets.py
    M django/forms/forms.py
    M django/forms/models.py
    M django/forms/widgets.py
    M django/template/base.py
    M django/template/defaulttags.py
    M django/template/loader_tags.py
    M django/templatetags/i18n.py
    M django/utils/dateparse.py
    M django/utils/dictconfig.py
    M django/utils/functional.py
    M django/utils/html.py
    M django/utils/termcolors.py
    M django/views/debug.py
    M django/views/generic/base.py
    M tests/modeltests/timezones/tests.py
    M tests/regressiontests/aggregation_regress/tests.py
    M tests/regressiontests/db_typecasts/tests.py
    M tests/regressiontests/templates/templatetags/custom.py
    M tests/regressiontests/templates/tests.py

  Log Message:
  -----------
  [py3] Fixed access to dict keys/values/items.


  Commit: c5ef65bcf324f4c90b53be90f4aec069a68e8c59
      
https://github.com/django/django/commit/c5ef65bcf324f4c90b53be90f4aec069a68e8c59
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/contrib/admin/actions.py
    M django/contrib/admin/filters.py
    M django/contrib/admin/helpers.py
    M django/contrib/admin/models.py
    M django/contrib/admin/options.py
    M django/contrib/admin/templatetags/admin_list.py
    M django/contrib/admin/util.py
    M django/contrib/admin/views/main.py
    M django/contrib/admin/widgets.py
    M django/contrib/admindocs/utils.py
    M django/contrib/auth/hashers.py
    M django/contrib/auth/tests/forms.py
    M django/contrib/auth/tests/views.py
    M django/contrib/comments/forms.py
    M django/contrib/comments/managers.py
    M django/contrib/comments/templatetags/comments.py
    M django/contrib/contenttypes/generic.py
    M django/contrib/contenttypes/management.py
    M django/contrib/contenttypes/models.py
    M django/contrib/databrowse/datastructures.py
    M django/contrib/databrowse/plugins/calendars.py
    M django/contrib/databrowse/plugins/fieldchoices.py
    M django/contrib/formtools/wizard/storage/base.py
    M django/contrib/gis/sitemaps/views.py
    M django/contrib/humanize/templatetags/humanize.py
    M django/contrib/localflavor/au/forms.py
    M django/contrib/localflavor/br/forms.py
    M django/contrib/localflavor/ca/forms.py
    M django/contrib/localflavor/ch/forms.py
    M django/contrib/localflavor/cl/forms.py
    M django/contrib/localflavor/fr/forms.py
    M django/contrib/localflavor/hk/forms.py
    M django/contrib/localflavor/hr/forms.py
    M django/contrib/localflavor/id/forms.py
    M django/contrib/localflavor/in_/forms.py
    M django/contrib/localflavor/is_/forms.py
    M django/contrib/localflavor/it/forms.py
    M django/contrib/localflavor/it/util.py
    M django/contrib/localflavor/nl/forms.py
    M django/contrib/localflavor/pt/forms.py
    M django/contrib/localflavor/tr/forms.py
    M django/contrib/localflavor/us/forms.py
    M django/contrib/markup/templatetags/markup.py
    M django/contrib/messages/storage/base.py
    M django/contrib/sessions/backends/db.py
    M django/contrib/staticfiles/management/commands/collectstatic.py
    M django/contrib/staticfiles/management/commands/findstatic.py
    M django/contrib/staticfiles/storage.py
    M django/contrib/syndication/views.py
    M django/core/cache/backends/base.py
    M django/core/context_processors.py
    M django/core/exceptions.py
    M django/core/files/base.py
    M django/core/files/storage.py
    M django/core/files/uploadedfile.py
    M django/core/handlers/base.py
    M django/core/handlers/wsgi.py
    M django/core/mail/message.py
    M django/core/management/commands/createcachetable.py
    M django/core/management/commands/loaddata.py
    M django/core/serializers/base.py
    M django/core/serializers/json.py
    M django/core/serializers/python.py
    M django/core/serializers/pyyaml.py
    M django/core/serializers/xml_serializer.py
    M django/core/signing.py
    M django/core/urlresolvers.py
    M django/core/validators.py
    M django/db/backends/__init__.py
    M django/db/backends/oracle/base.py
    M django/db/models/base.py
    M django/db/models/fields/__init__.py
    M django/db/models/fields/files.py
    M django/db/models/fields/related.py
    M django/db/models/options.py
    M django/db/models/related.py
    M django/db/models/sql/query.py
    M django/db/models/sql/subqueries.py
    M django/forms/fields.py
    M django/forms/forms.py
    M django/forms/models.py
    M django/forms/util.py
    M django/forms/widgets.py
    M django/http/__init__.py
    M django/http/multipartparser.py
    M django/template/base.py
    M django/template/debug.py
    M django/template/defaultfilters.py
    M django/template/defaulttags.py
    M django/templatetags/l10n.py
    M django/test/client.py
    M django/test/html.py
    M django/test/testcases.py
    M django/utils/_os.py
    M django/utils/cache.py
    M django/utils/crypto.py
    M django/utils/dateformat.py
    M django/utils/encoding.py
    M django/utils/feedgenerator.py
    M django/utils/html.py
    M django/utils/http.py
    M django/utils/text.py
    M django/utils/translation/__init__.py
    M django/utils/translation/trans_null.py
    M django/utils/tzinfo.py
    M django/views/debug.py
    M django/views/generic/dates.py
    M django/views/i18n.py
    M docs/howto/custom-model-fields.txt
    M docs/ref/databases.txt
    M docs/ref/models/instances.txt
    M docs/ref/settings.txt
    M docs/ref/unicode.txt
    M docs/ref/utils.txt
    M docs/releases/1.5.txt
    M docs/topics/cache.txt
    M docs/topics/serialization.txt
    M tests/modeltests/field_subclassing/fields.py
    M tests/modeltests/field_subclassing/models.py
    M tests/regressiontests/admin_filters/tests.py
    M tests/regressiontests/admin_views/admin.py
    M tests/regressiontests/cache/tests.py
    M tests/regressiontests/forms/tests/extra.py
    M tests/regressiontests/signing/tests.py
    M tests/regressiontests/staticfiles_tests/tests.py

  Log Message:
  -----------
  [py3] Ported django.utils.encoding.

* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.


  Commit: a8b3ddec5f05268b67b3efe6a7dc6accb1bac715
      
https://github.com/django/django/commit/a8b3ddec5f05268b67b3efe6a7dc6accb1bac715
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/core/management/base.py
    M django/db/models/base.py
    M django/db/models/fields/__init__.py
    M django/test/client.py

  Log Message:
  -----------
  [py3] Applied minor fixes so the test suite starts


  Commit: 67646dc28d6fc7b4032f1f5a18a5347e81755638
      
https://github.com/django/django/commit/67646dc28d6fc7b4032f1f5a18a5347e81755638
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/test/_doctest.py

  Log Message:
  -----------
  [py3] Ported django.test.doctest.

Based on Vinay Sajip's branch.


  Commit: 13338a6314a6c7120b29a22d8256deb52465aa8f
      
https://github.com/django/django/commit/13338a6314a6c7120b29a22d8256deb52465aa8f
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/archive.py

  Log Message:
  -----------
  [py3] Minor cleanup in django.utils.archive.


  Commit: b55e07771fdc9f9cc80fb099429774672aaf9be9
      
https://github.com/django/django/commit/b55e07771fdc9f9cc80fb099429774672aaf9be9
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M tests/regressiontests/utils/baseconv.py

  Log Message:
  -----------
  [py3] Ported django.utils.baseconv.


  Commit: 127b461b11af985a52fb482f09c7cd7a08832f9d
      
https://github.com/django/django/commit/127b461b11af985a52fb482f09c7cd7a08832f9d
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/crypto.py
    M tests/regressiontests/utils/crypto.py

  Log Message:
  -----------
  [py3] Ported django.utils.crypto.


  Commit: 02e6b6409b3df1766abdc3d6438b6f339a3163af
      
https://github.com/django/django/commit/02e6b6409b3df1766abdc3d6438b6f339a3163af
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M tests/regressiontests/utils/decorators.py

  Log Message:
  -----------
  [py3] Ported django.utils.decorators.


  Commit: 7e01e532c06e86e81558fea1d60f0f44b6ff50f2
      
https://github.com/django/django/commit/7e01e532c06e86e81558fea1d60f0f44b6ff50f2
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/feedgenerator.py

  Log Message:
  -----------
  [py3] Ported django.utils.feedgenerator.


  Commit: fe8484efda257e151d9c1ca5151e546c9262bf0f
      
https://github.com/django/django/commit/fe8484efda257e151d9c1ca5151e546c9262bf0f
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/functional.py
    M django/utils/safestring.py
    M tests/regressiontests/utils/simplelazyobject.py

  Log Message:
  -----------
  [py3] Ported django.utils.functional.


  Commit: 17da0aa893d4933bef52151243a72d90ad16d5de
      
https://github.com/django/django/commit/17da0aa893d4933bef52151243a72d90ad16d5de
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/regex_helper.py

  Log Message:
  -----------
  [py3] Ported django.utils.regex_helper.


  Commit: 9e8df02d685e1ce6181f285d1c487cd01e65ca74
      
https://github.com/django/django/commit/9e8df02d685e1ce6181f285d1c487cd01e65ca74
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/translation/trans_real.py

  Log Message:
  -----------
  [py3] Ported django.utils.translation.


  Commit: 64e2e3562705dfee31a0922bbbe14bdf49d242d7
      
https://github.com/django/django/commit/64e2e3562705dfee31a0922bbbe14bdf49d242d7
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/utils/tzinfo.py

  Log Message:
  -----------
  [py3] Ported django.utils.tzinfo.


  Commit: 9e0a10ba77ad1737c4aaf49e5d4b4380f912bc0e
      
https://github.com/django/django/commit/9e0a10ba77ad1737c4aaf49e5d4b4380f912bc0e
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/contrib/gis/gdal/geometries.py

  Log Message:
  -----------
  [py3] Minor fix in django.contrib.gis.


  Commit: bf4da7a4420ccacf76090301a1e0efa1eea17751
      
https://github.com/django/django/commit/bf4da7a4420ccacf76090301a1e0efa1eea17751
  Author: Aymeric Augustin <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M django/http/__init__.py

  Log Message:
  -----------
  [py3] Made a small fix in django.http.

This is necessary for the 'utils' tests to pass.


Compare: https://github.com/django/django/compare/fa3f0aa021be...bf4da7a4420c

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to