I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refs #33497 -- Added connection pool support for PostgreSQL. More... 5 months ago
Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db(). More... 5 months ago
Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line. More... 5 months ago
Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
charettes
as Simon Charette
More... 5 months ago
Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_field with backend converters. More... 5 months ago
Fixed #34742 -- Made CommonMiddleware raise APPEND_SLASH RuntimeError on DELETE requests. More... 5 months ago
Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignKeys. More... 5 months ago
Fixed #35016 -- Doc'd that DATABASES["OPTIONS"] are passed to new PostgreSQL connections. More... 5 months ago
Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary keys. More... 5 months ago
Fixed #35015 -- Updated MySQL notes in migrations topic. More... 5 months ago
Replaced deprecated database type synonyms in Oracle backend. More... 5 months ago
Added stub release notes for 4.2.9. More... 5 months ago
Updated expected release date for 5.0.1. More... 5 months ago
Refs #34986 -- Fixed backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres tests for PyPy. More... 5 months ago
Added stub release notes for 5.0.1. More... 5 months ago
Finalized release notes for Django 5.0. More... 5 months ago
Fixed typo in tests/backends/postgresql/test_server_side_cursors.py. More... 5 months ago
Refs #34986 -- Moved garbage_collect() helper to django.test.utils. More... 5 months ago
Refs #34986 -- Added PyPy 3.10 with PostgreSQL to daily builds. More... 5 months ago
Added release date for 4.2.8. More... 5 months ago
Removed unused CSS rules for related widget in RTL. More... 5 months ago
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct. More... 5 months ago
Fixed #35001 -- Fixed position of related widget action icons in admin for some screen sizes. More... 5 months ago
Made GeoIP2.__del__() close all databases. More... 5 months ago
Refs #35004 -- Restored the direction of arrows in admin selector boxes for RTL languages on mobile screens. More... 5 months ago
Refs #35003 -- Corrected "wide" form margins in admin for LTR languages. More... 5 months ago
Reorganized the Contributing to Django docs. More... 5 months ago
Changed django.contrib.gis.geoip2 package to a module. More... 5 months ago
Fixed #35003 -- Corrected margins in admin for RTL languages. More... 5 months ago
Deprecated django.contrib.gis.geoip2.GeoIP2.coords(). More... 5 months ago