Week ending April 14, 2019.

I was in Copenhagen as a coach at DjangoGirls event and I participated in 
the DjangoCon Europe conference.

*Triaged:*
https://code.djangoproject.com/ticket/30336 - F() expression wrong result 
on postgres JSONField (duplicate)
https://code.djangoproject.com/ticket/30337 - Django Admin - Migrations: 
default value for models.DateTime() with auto_add_now=True (worksforme)
https://code.djangoproject.com/ticket/30341 - Add support for furlongs unit 
to Distance objects. (accepted)
https://code.djangoproject.com/ticket/30343 - Prefetch related is not 
working when used GFK for model that uses UUID field as PK. (accepted)
https://code.djangoproject.com/ticket/30345 - documentation mistake 
(worksforme)
https://code.djangoproject.com/ticket/30346 - InspectDB doesn't test for 
UUID (at least) on PostgreSQL (duplicate)
https://code.djangoproject.com/ticket/30347 - A typo in Aggregation 
document. (accepted) 
https://code.djangoproject.com/ticket/30353 - Recursion Error while running 
tests (invalid)
https://code.djangoproject.com/ticket/30350 - Migration re-add check 
constraint continuously when check condition contains iterator. (accepted)
https://code.djangoproject.com/ticket/30357 - Admin of app does not 
recognize Foreign_key field (needsinfo)
https://code.djangoproject.com/ticket/30358 - Remove redundant assertion 
from django/tests/forms_tests/tests/test_utils.py. (accepted)
https://code.djangoproject.com/ticket/30362 - Partial indexes and check 
constraints crash when inherited from abstract models. (accepted)
    
*Reviewed/committed:*
https://github.com/django/django/pull/11179 - Fixed #30330 -- Fixed setting 
of primary key to None during fast-delete.
https://github.com/django/django/pull/11098 - Fixed #30266 -- Kept a 
sequence owner when altering an AutoField/BigAutoField on PostgreSQL.
https://github.com/django/django/pull/11186 - Fixed #30321 -- Added example 
of changed_data to forms docs.
https://github.com/django/django/pull/11204 - Fixed #30347 -- Fixed typo in 
docs/topics/db/aggregation.txt.
https://github.com/django/django/pull/11210 - Fixed #25941 -- Improved 
error message for runtests.py when django is not on path.
https://github.com/django/django/pull/11213 - Fixed #30358 -- Removed 
redundant assertion in FormsUtilsTestCase.test_error_dict_copy().
https://github.com/django/django/pull/11214 - Fixed #30350 -- Prevented 
recreation of migration for operations with a range object.
    
*Authored:*
https://github.com/django/django/pull/11211 - Fixed #30343 -- Fixed 
prefetch_related() for GenericForeignKey when PK of related field is 
UUIDField.

-- 
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/27c61797-0f03-412f-ae28-337fbf858191%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to