Week ending November 21, 2021 

*Triaged: *
   https://code.djangoproject.com/ticket/33288 - SQLite schema 
introspection should use PRAGMA instead of parsing to retrieve foreign keys 
(accepted). 
   https://code.djangoproject.com/ticket/33290 - Docs for versions in the 
extended support should indicate lack of support. (invalid) 
   https://code.djangoproject.com/ticket/33292 - Failing GIS tests with 
MySQL (invalid) 
   https://code.djangoproject.com/ticket/33291 - Allow blocks with same 
name in if/else (wontfix) 
   https://code.djangoproject.com/ticket/33293 - Wrong redirect behind 
reverse proxy (invalid) 
   https://code.djangoproject.com/ticket/33294 - opclasses missing in 
PostGIS's 3D geometry indexes (needsinfo) 
   https://code.djangoproject.com/ticket/33295 - AttributeError is raised 
when a list is passed into self.stdout.write(). (wontfix) 
   https://code.djangoproject.com/ticket/33296 - Allow manage.py 
changepassword to use DJANGO_SUPERUSER_PASSWORD (wontfix) 
   https://code.djangoproject.com/ticket/33299 - Add @request_passes_test 
decorator. (wontfix) 
   https://code.djangoproject.com/ticket/33298 - 
get_object_or_404()/get_list_or_404() don't document or test passing *args. 
(accepted) 
   https://code.djangoproject.com/ticket/33300 - Hidden fields are visible 
on small screens. (accepted) 

*Reviewed/committed: *
   https://github.com/django/django/pull/15087 - Fixed #33288 -- Made 
SQLite introspection use information schema for relations. 
   https://github.com/django/django/pull/15082 - Fixed #33278 -- Improved 
error for connection/query attempts against disallowed databases in tests. 
   https://github.com/django/django/pull/15088 - Fixed #33287 -- Made 
GeoJSON serializer use json.loads() instead of eval(). 
   https://github.com/django/django/pull/15093 - Refs #32800 -- Added more 
CSRF tests and avoided use of _does_token_match(). 
   https://github.com/django/django/pull/15091 - Fixed #28357 -- Fixed 
ModelAdmin.prepopulated_fields on newly added stacked inline. 
   https://github.com/django/django/pull/14925 - Fixed #33163 -- Added 
example of connection signal handlers in AppConfig.ready() to docs. 
   https://github.com/django/django/pull/15099 - Added Malay language. 
   https://github.com/django/django/pull/14111 - Refs #24121 -- Added 
__repr__() to BaseDatabaseWrapper, JoinPromoter, and SQLCompiler. 
   https://github.com/django/django/pull/15081 - Fixed #33229 -- Fixed 
BaseDatabaseOperations.adapt_datetimefield_value()/adapt_timefield_value() 
crash with expressions. 

*Authored: *
   https://github.com/django/django/pull/15094 - Fixed crash building HTML 
docs since Sphinx 4.3.

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/61c011e8-ced9-417f-a34c-2b1190491195n%40googlegroups.com.

Reply via email to