Week ending May 30, 2021

*Triaged: *
   https://code.djangoproject.com/ticket/32774 - cache_page decorator 
doesn't work for cross-browser (needsinfo) 
   https://code.djangoproject.com/ticket/32778 - Avoided unnecessary 
recompilation of token regex in _sanitize_token(). (accepted) 
   https://code.djangoproject.com/ticket/27659 - Arbritrary file overrides 
in startproject/app template extraction (fixed) 
   https://code.djangoproject.com/ticket/32779 - Add tablespace support to 
UniqueConstraint class (accepted) 
   https://code.djangoproject.com/ticket/32780 - Make covering and 
deferrable UniqueConstraint on SQLite a noop. (accepted) 
   https://code.djangoproject.com/ticket/32786 - Make the subquery ordering 
clearing optimization more selectively (accepted) 
   https://code.djangoproject.com/ticket/32783 - Auoreloader crashes in a 
conda env. (accepted) 
   https://code.djangoproject.com/ticket/32787 - ContentTypes are created 
instead of renamed when using SeparateDatabaseAndState (wontfix) 
   https://code.djangoproject.com/ticket/32788 - Transaction APIs do not 
consult the DB router to choose DB connection (needsinfo) 
   https://code.djangoproject.com/ticket/32789 - adding support for self 
closing tags in syndication feeds (accepted) 
   https://code.djangoproject.com/ticket/32792 - admin.display decorator 
boolean flag not working with @property (duplicate) 
   https://code.djangoproject.com/ticket/32794 - Get rid of boolean traps 
in Engine (wontfix) 
   https://code.djangoproject.com/ticket/32793 - Problem with decimal field 
when upgrade version (needsinfo) 
   https://code.djangoproject.com/ticket/15819 - Admin searches should use 
distinct, if query involves joins (fixed) 
   https://code.djangoproject.com/ticket/32795 - Reject requests earlier if 
the CSRF token is missing or has the wrong format (accepted) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14434 - Fixed #32777 -- Passed 
table reference as a string to DatabaseSchemaEditor._index_columns(). 
   https://github.com/django/django/pull/14381 - Refs #24121 -- Added 
__repr__() to Lookup. 
   https://github.com/django/django/pull/14442 - Fixed #32778 -- Avoided 
unnecessary recompilation of token regex in _sanitize_token(). 
   https://github.com/django/django/pull/14444 - Fixed #32780 -- Made 
Add/RemoveConstraint operations a noop for covering/deferrable unique 
constraints on SQLite. 
   https://github.com/django/django/pull/14420 - Fixed #32543 -- Added 
search_help_text to ModelAdmin. 
   https://github.com/django/django/pull/14447 - Fixed #32772 -- Made 
database cache count size once per set. 
   https://github.com/django/django/pull/14311 - Fixed #32669 -- Fixed 
detection when started non-django modules which aren't packages with 
"python -m" in autoreloader. 
   https://github.com/django/django/pull/14451 - Fixed #32789 -- Made feeds 
emit elements with no content as self-closing tags. 
   https://github.com/django/django/pull/14211 - Fixed #32596 -- Added 
CsrfViewMiddleware._check_referer(). 
   https://github.com/django/django/pull/14458 - Refs #24121 -- Added 
__repr__() to PermWrapper. 
   https://github.com/django/django/pull/14459 - Refs #32779 -- Changed 
DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as 
second parameter. 
   https://github.com/django/django/pull/14324 - Fixed #32676 -- Prevented 
migrations from rendering related field attributes when not passed during 
initialization. 
   https://github.com/django/django/pull/14461 - Refs #32778 -- Renamed the 
regex object detecting invalid CSRF token characters. 

*Authored: *
   https://github.com/django/django/pull/14438 - Refs #24121 -- Improved 
Value.__repr__(). 
   https://github.com/django/django/pull/14449 - Fixed #32783 -- Fixed 
crash of autoreloader when __main__ module doesn't have __spec__ attribute.

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/50285cd6-39c0-43fb-a95d-82bd762b867an%40googlegroups.com.

Reply via email to