Week ending April 28, 2019.

*Triaged:*
https://code.djangoproject.com/ticket/30387 - Move more Windows-specific 
docs to use Python official launcher. (accepted)
https://code.djangoproject.com/ticket/30388 - inspectdb generates unique 
ForeignKey instead of OneToOneField. (accepted)
https://code.djangoproject.com/ticket/30391 - .get() ignores .using(). 
(worksforme)
https://code.djangoproject.com/ticket/30386 - Admin foreign key widgets 
don't quote keys. (accepted)
https://code.djangoproject.com/ticket/30369 - Creating database tables from 
queries based on ORM API (wontfix)
https://code.djangoproject.com/ticket/30393 - Add validation of target 
argument in startapp command. (accepted)
https://code.djangoproject.com/ticket/30396 - Add a system check for 
uniqueness of partial indexes and constraints names. (created)
https://code.djangoproject.com/ticket/30397 - Allow app_label and class to 
be specified in the name argument for indexes and constraints. (created)
https://code.djangoproject.com/ticket/30400 - Improve typography of user 
facing strings. (accepted)
https://code.djangoproject.com/ticket/30401 - Clarification about when a 
default value is assigned to a ModelField (wontfix)
https://code.djangoproject.com/ticket/30383 - Performance issue with 
ThreadPoolExecutor/Multiprocessing. (worksforme)
https://code.djangoproject.com/ticket/30404 - "Using a model formset in a 
view" example doesn't handle invalid formset. (worksforme)
https://code.djangoproject.com/ticket/30403 - Test namespace packages 
discover fails to load module. (invalid)
https://code.djangoproject.com/ticket/30402 - Django default_site admin 
configuration doesn't register anything (worksforme)
https://code.djangoproject.com/ticket/30406 - Charfield max length error. 
(invalid)
https://code.djangoproject.com/ticket/30407 - Modelform initial values 
override instance values when both are set. (wontfix)
https://code.djangoproject.com/ticket/30408 - CheckConstraint with lookup 
using LIKE & % crash on PostgreSQL. (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/11254 - Fixed #30385 -- Restored 
SearchVector(config) immutability.
https://github.com/django/django/pull/11258 - Fixed #30387 -- Enhanced docs 
CLI examples in Unit tests and Install Django on Windows.
https://github.com/django/django/pull/11217 - Fixed #30365 -- Fixed syntax 
highlighting in SQL examples.
https://github.com/django/django/pull/11079 - Fixed #29810 -- Fixed crash 
of select_related() on FilteredRelation with empty result.
https://github.com/django/django/pull/11267 - Changed tuple 
Mate.unique_together/permissions to lists in docs.
https://github.com/django/django/pull/11244 - Fixed #30342 -- Removed a 
system check for LANGUAGES_BIDI setting.
https://github.com/django/django/pull/11273 - Refs #30241 -- Fixed 
BytesWarning emitted in test_translation tests.
https://github.com/django/django/pull/11260 - Fixed #30388 -- Made 
inspectdb generate OneToOneFields rather than 
ForeignKey(unique/primary_key=True).
https://github.com/django/django/pull/11270 - Fixed #30393 -- Added 
validation of startapp's directory option.
https://github.com/django/django/pull/11169 - Fixed #30318 -- Added check 
for importability of arguments of custom error handler views.
https://github.com/django/django/pull/11166 - Fixed #30312 -- Relaxed admin 
check from django.contrib.sessions to SessionMiddleware subclasses.
https://github.com/django/django/pull/11263 - Fixed #30361 -- Increased the 
default timeout of watchman client to 5 seconds and made it customizable.
https://github.com/django/django/pull/11283 - Fixed #30351 -- Handled 
pre-existing permissions in proxy model permissions data migration.

*Reviewed:*
https://github.com/django/django/pull/11276 - Fixed #30399 -- Changed 
django.utils.html.escape()/urlize() to use html.escape()/unescape().

*Authored:*
https://github.com/django/django/pull/11275 - Fixed #30362 -- Noted partial 
indexes and constraints restrictions with abstract base classes.

Best regards,
Mariusz

-- 
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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/3341a5dd-c24f-4097-a350-f302f6047d30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to