Week ending July 14, 2019.

*Triaged:*
https://code.djangoproject.com/ticket/30623 - Remove duplicate call to 
`self.update` on RequestContext. (invalid)
https://code.djangoproject.com/ticket/30624 - Use numbered list 
reStructuredText syntax throughout the docs. (wontfix)
https://code.djangoproject.com/ticket/30622 - A better admin interface for 
non-relational databases like MongoDB. (wontfix)
https://code.djangoproject.com/ticket/30617 - test_check_constraints 
sometimes fails with no such table error. (worksforme)
https://code.djangoproject.com/ticket/30621 - CheckConstraint crash with 
__contains lookup on DateTimeRangeFields. (accepted)
https://code.djangoproject.com/ticket/30618 - AppConfig.name should be a 
full python path when using the optional directory. (accepted)
https://code.djangoproject.com/ticket/30614 - Add constraint name 
validation to system checks. (wontfix)
https://code.djangoproject.com/ticket/30626 - InlineModelAdmin fails of an 
empty form when DecimalField has default and blank=True. (invalid)
https://code.djangoproject.com/ticket/30628 - order_by() on union() 
querysets results with wrong ordering when the same field type is presented 
multiple times. (accepted)
https://code.djangoproject.com/ticket/30627 - In multi-table inheritance, 
querying with invalid pk raises different exception depending on the 
inheritance level. (fixed)
https://code.djangoproject.com/ticket/30629 - Add Redis to 
django.core.cache. (duplicate)
https://code.djangoproject.com/ticket/30630 - MemoryError raised by 
inspectdb executed on Oracle 12c. (invalid)
https://code.djangoproject.com/ticket/30631 - Prefixing Q Objects. (wontfix)
https://code.djangoproject.com/ticket/30633 - Group by 
concat(field1,field2) producing wrong result. (invalid)
https://code.djangoproject.com/ticket/30634 - "manage.py runserver" does 
not respect SCRIPT_NAME header. (wontfix)
https://code.djangoproject.com/ticket/13896 - Change language to dynamic 
attribute in syndication feed generator (duplicate)

*Reviewed/committed:*
https://github.com/django/django/pull/11544 - Fixed #30620 -- Made an 
example of admin-compliant custom user app pep8 compliant.
https://github.com/django/django/pull/11462 - Refs #29444 -- Added support 
for fetching a returned non-integer insert values on Oracle.
https://github.com/django/django/pull/11279 - Fixed #30397 -- Added 
app_label/class interpolation for names of indexes and constraints.
https://github.com/django/django/pull/11550 - Fixed #30628 -- Adjusted 
expression identity to differentiate bound fields.
https://github.com/django/django/pull/11551 - Fixed #30543 -- Fixed checks 
of ModelAdmin.list_display for fields accessible only via instance.
https://github.com/django/django/pull/11543 - Fixed #30619 -- Made 
runserver --nothreading use single threaded WSGIServer.
https://github.com/django/django/pull/11354 - Fixed #28289 -- Fixed crash 
of RawSQL annotations on inherited model fields.
https://github.com/django/django/pull/11556 - Doc'd --no-input option for 
createsuperuser.
https://github.com/django/django/pull/11555 - Fixed #30557 -- Fixed crash 
of ordering by ptr fields when Meta.ordering contains expressions.
https://github.com/django/django/pull/11560 - Fixed #30602 -- Made Extract 
raise ValueError when using unsupported lookups for DurationField.

*Authored:*
https://github.com/django/django/pull/11553 - Fixed #30621 -- Fixed crash 
of __contains lookup for Date/DateTimeRangeField when the right hand side 
is the same type.
https://github.com/django/django/pull/11559 - Refs #30557 -- Fixed crash of 
ordering by ptr fields when Meta.ordering contains F() expressions.
https://github.com/django/djangoproject.com/pull/924 - Updated to 
django-money==0.15.
https://github.com/django/django/pull/11562 - Simplified 
DateTimeRangeContains by making it subclass PostgresSimpleLookup.
https://github.com/django/django/pull/11563 - Simplified RangeContainedBy 
by making it subclass PostgresSimpleLookup.

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/0454eddc-57f5-4d10-bc1a-fdd67c977f1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to