Week ending March 3, 2018

Triaged

-------

https://code.djangoproject.com/ticket/29163 - When uploading, if file size 
is greater than the FILE_UPLOAD_MAX_MEMORY_SIZE, the permissions of the 
file on disk is screwed up. (duplicate)

https://code.djangoproject.com/ticket/29165 - Initial data howto could 
better explain how to use migrations (accepted)

https://code.djangoproject.com/ticket/29173 - Document that Model.save() 
doesn't refresh fields from the database (accepted)

https://code.djangoproject.com/ticket/29185 - Migrations with 
`default=some_callable` populate all existing rows with the same value 
(duplicate)

Authored

----------

https://github.com/django/django/pull/9736 - Refs #27728 -- Made cosmetic 
edits to admin template tag template overriding.

Patches for upcoming security releases.

Reviewed/committed

------------------

https://github.com/django/django/pull/9725 - Fixed #29158 -- Fixed 
len(choices) crash if ModelChoiceField's queryset is a manager.

https://github.com/django/django/pull/9726 - Fixed #29159 -- Made 
ModelChoiceIterator reuse QuerySet result cache.

https://github.com/django/django/pull/9740 - Fixed #29176 -- Fixed 
AbstractBaseUser.normalize_username() crash if username isn't a string.

https://github.com/django/django/pull/9701 - Fixed #29133 -- Fixed 
call_command() crash if a required option is passed in options.

https://github.com/django/django/pull/9709 - Fixed #29144 -- Made 
untranslated strings for territorial language variants use translations 
from the generic language variant.

On Saturday, February 24, 2018 at 8:56:01 PM UTC-5, Tim Graham wrote:
>
> Week ending February 24, 2018
>
> Triaged
>
> -------
>
> https://code.djangoproject.com/ticket/29142 - OuterRef not being treated 
> as an F Expression (accepted)
>
> https://code.djangoproject.com/ticket/29147 - Postgres JSONField missing 
> to_python (invalid)
>
> https://code.djangoproject.com/ticket/29145 - Allow CIText values to be 
> compared as the database would compare them (case-insensitively) (accepted)
>
> https://code.djangoproject.com/ticket/29133 - call_command() fails if a 
> required option is passed in via **options (accepted)
>
> https://code.djangoproject.com/ticket/29152 - Allow more control over 
> ArgumentParser initialization in management commands (accepted)
>
> https://code.djangoproject.com/ticket/29155 - Using contains lookup with 
> Substr causes modification of second parameter of Substr (accepted)
>
> https://code.djangoproject.com/ticket/29151 - Aliasing pgettext_lazy 
> makes it work unexpected (invalid)
>
> https://code.djangoproject.com/ticket/29153 - Ease customizing the label 
> attrs on a model form field (wontfix)
>
> https://code.djangoproject.com/ticket/29160 - ModelForm doesn't parse 
> foreign keys in initial= kwarg. (invalid)
>
> Authored
>
> ----------
>
> https://github.com/django/django/pull/9724 - Removed using argument from 
> admin's get_deleted_objects().
>
> https://github.com/django/django/pull/9728 - Fixed #29161 -- Removed 
> BCryptPasswordHasher from PASSWORD_HASHERS.
>
> Reviewed/committed
>
> ------------------
>
> https://github.com/django/django/pull/9707 - Fixed #29140 -- Fixed 
> EmailMessage crash when body is None.
>
> https://github.com/django/django/pull/9583 - Refs #28643 -- Added Ord, 
> Chr, Left, and Right database functions.
>
> https://github.com/django/django/pull/9723 - Fixed #29154 -- Corrected 
> examples in pluralize template filter docstring and added tests.
>
> https://github.com/django/django/pull/8682 - Fixed #27449 -- Added 
> django.utils.translation.get_supported_language_variant().
>
> https://github.com/django/django/pull/9145 - Fixed #28635 -- Fixed 
> admin's preserved filters if the URL contains non-ASCII characters.
>
> https://github.com/django/django/pull/8267 - Fixed #17962 -- Added 
> ModelAdmin.get_deleted_objects().
>

-- 
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 https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/614137d3-6f21-4157-a8af-7516db1cc4c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to