It was a busy week, especially with the DjangoCon Europe sprints. Thanks to all participants! Look forward to reviewing the new backlog of pull requests.
Report for week ending June 6, 2015: Triaged ------- https://code.djangoproject.com/ticket/24885 - Writing your first Django app, part 1 -> def __str__(self): problem or misunderstanding of doc? (worksforme) https://code.djangoproject.com/ticket/24882 - Add documentation for Migration.run_before (accepted) https://code.djangoproject.com/ticket/22904 - Django returns an HTTP 200 on a HEAD request for a non-existing file in the media folder (needsinfo) https://code.djangoproject.com/ticket/24883 - Implement `django.db.migrations.graph.MigrationGraph.__repr__` to ease debugging (accepted) https://code.djangoproject.com/ticket/24888 - A charfield with options shows with short tags in stead of verbose name in a modelform (worksforme) https://code.djangoproject.com/ticket/24890 - Add warning to collectstatic when static files have clashing names (accepted) https://code.djangoproject.com/ticket/5904 - reverse should be more lenient on non-existent views in the urlconf (won’t fix) https://code.djangoproject.com/ticket/20156 - pass context info from PermissionDenied exception to handler403/django.views.defaults.permission_denied (duplicate) https://code.djangoproject.com/ticket/24904 - reverse() doesn't allow for nested current_app namespaces (accepted) https://code.djangoproject.com/ticket/24905 - Add Support for Darwin Systems in supports_color (needsinfo) https://code.djangoproject.com/ticket/24906 - ResolverMatch.app_name doesn't contain full application namespace for nested namespaces (accepted) https://code.djangoproject.com/ticket/24907 - Update the contributing tutorial to use a more recent patch (accepted) https://code.djangoproject.com/ticket/24908 - Overridden field in modelform used in modeladmin which name is returned by get_readonly_fields (accepted) https://code.djangoproject.com/ticket/24918 - Using SchemaEditor to create materialized views in PostgreSQL (invalid) https://code.djangoproject.com/ticket/24916 - DjangoJSONEncoder: Decimal type localization mechanism is missing (won’t fix) https://code.djangoproject.com/ticket/24931 - 404 error for "Views by namespace admin" at Admin Docs (accepted) Authored -------- https://github.com/django/django/pull/4730 - Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL https://github.com/django/django/pull/4733 - Fixed #24893 -- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True Reviewed/committed ------------------ https://github.com/django/django/pull/4412 - Refs #23643 -- Added plain text report of exception chain. https://github.com/django/django/pull/4725 - Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite. https://github.com/django/django/pull/4728 - Fixed #24883 -- Added MigrationGraph.__repr__() https://github.com/django/django/pull/4281 - Fixed #9596 -- Added date transform for DateTimeField. https://github.com/django/django/pull/4734 - Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite X-Frame-Options header. https://github.com/django/django/pull/4720 - Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deleting objects. https://github.com/django/django/pull/4735 - Fixed #24897 -- Allowed using choices longer than 1 day with DurationField https://github.com/django/django/pull/3997 - Fixed #24230 -- Added translated language name for i18n template tag/filter. https://github.com/django/django/pull/4722 - Fixed #24866 -- Added Now() database function https://github.com/django/django/pull/4756 - Fixed #7060 -- Added a note about race conditions to the tutorial https://github.com/django/django/pull/4751 - Fixed #24677 -- Made TextField.to_python() return a string. https://github.com/django/django/pull/4760 - Fixed #24728 -- Renamed mime_type to content_type for syndication feeds https://github.com/django/django/pull/4768 - Fixed #24191 -- Documented Form.changed_data https://github.com/django/django/pull/4521 - Fixed #24159 -- Made compilemessages run across all apps. https://github.com/django/django/pull/4785 - Fixed #19210 -- Added leap year support to django.utils.timesince() https://github.com/django/django/pull/4698 - Fixed #22316 -- Added time filters to TimeField on SQLite. https://github.com/django/django/pull/4792 - Fixed #22571 -- Added clarification about auto_now_add=True https://github.com/django/django/pull/4794 - Fixed #24833 -- Fixed Case expressions with exclude(). https://github.com/django/django/pull/4743 - Fixed #24904 -- Fixed nested namespaces in current_app. https://github.com/django/django/pull/4787 - Fixed #24907 -- Updated contributing tutorial with a more recent example ticket. https://github.com/django/django/pull/4775 - Fixed #24882 -- Documented Migration.run_before https://github.com/django/django/pull/4766 - Fixed #24744 - Fixed relabeled_clone for the Transform https://github.com/django/django/pull/4753 - Fixed #23516 -- Added caching of include tag Template objects https://github.com/django/django/pull/4812 - Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs https://github.com/django/django/pull/4771 - Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces. https://github.com/django/django/pull/4742 - Fixed ImportError message in utils.module_loading.import_string() https://github.com/django/django/pull/4819 - Fixed #12437 -- Added css_classes to Form._html_output() https://github.com/django/django/pull/4773 - Fixed #24922 -- Added system check for templates setting https://github.com/django/django/pull/4758 - Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value. Reviews of core dev work ------------------------ https://github.com/django/django/pull/4732 - Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency. https://github.com/django/django/pull/4738 - Fixed #24628 -- Fixed applied status for squashed migrations. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/3879a32b-73f2-4c23-a06c-12dd779be53c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
