Week ending January 3, 2021.

Added https://code.djangoproject.com/wiki/Version4.0Roadmap 

Triaged: 
   https://code.djangoproject.com/ticket/32301 - Raise CommandError when 
clearsessions is called on a backend not implementing clear_expired() 
(accepted) 
   https://code.djangoproject.com/ticket/32294 - fields.E305 is raised on 
ManyToManyFields with related_name='+' in models in different apps but with 
the same name. (accepted) 
   https://code.djangoproject.com/ticket/32302 - Permit migrations in 
non-namespace packages that don't have __file__ (accepted) 
   https://code.djangoproject.com/ticket/32303 - Drop support for SQLite < 
3.9.0. (created) 
   https://code.djangoproject.com/ticket/32304 - Django adds spurious "/" 
prefix to settings.STATIC_URL="http://server/"; (accepted) 
   https://code.djangoproject.com/ticket/32306 - Add decorator 
django.utils.functional.cached_classproperty. (wontfix) 
   https://code.djangoproject.com/ticket/32308 - docs for 
db.models.restrict is incorrect (invalid) 

Reviewed/committed: 
   https://github.com/django/django/pull/13814 - Fixed #27827 -- Used 
"raise from" when raising InvalidTemplateLibrary exceptions in 
get_package_libraries(). 
   https://github.com/django/django/pull/13807 - Fixed #32158 -- Fixed 
loaddata crash on SQLite when table/column names are SQL keywords. 
   https://github.com/django/django/pull/12933 - Fixed #32301 -- Made 
clearsessions raise CommandError when clear_expired() is not implemented. 
   https://github.com/django/django/pull/13815 - Refs #31358 -- Fixed 
decoding salt in Argon2PasswordHasher. 
   https://github.com/django/django/pull/13820 - Fixed #32302 -- Allowed 
migrations to be loaded from regular packages with no __file__ attribute. 
   https://github.com/django/django/pull/13822 - Fixed #32294 -- Prevented 
ManyToManyField's hidden related name collisions between apps. 
   https://github.com/django/django/pull/13825 - Fixed #31413 -- Fixed 
isolation of migrations.test_loader on databases that don't support 
transactions. 

Reviewed: 
   https://github.com/django/djangoproject.com/pull/1058 - Update Stripe 
integration for main fundraising page. 
   https://github.com/django/django/pull/11929 - Fixed #26167 -- Added 
support for functional indexes. 

Authored: 
   https://github.com/django/django/pull/13818 - Used model's Options.label 
where applicable. 
   https://github.com/django/django/pull/13819 - Added app labels to 
related fields checks messages E302-E305. 
   https://github.com/django/django/pull/13821 - Fixed #32303 -- Dropped 
support for SQLite < 3.9.0. 
   https://github.com/django/django/pull/13824 - Fixed #32304 -- Fixed 
prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for absolute URLs with no 
domain. 

Best,
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/11206ca5-2cc8-4f55-9a32-9e1bb08c9569n%40googlegroups.com.

Reply via email to