I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #33143 -- Raised RuntimeWarning when performing import-time queries. More... 11 months ago
Added local copy of Django to deps in tox.ini. More... 11 months ago
Fixed #34617 -- Enabled user zooming on mobile devices in the admin. More... 11 months ago
Fixed #34532 -- Made formset_factory() respect Form's default_renderer. More... 11 months ago
Fixed #34595 -- Doc'd that format_string arg of format_html() is not escaped. More... 11 months ago
Fixed #34616 -- Corrected label examples in 5.0 release notes. More... 11 months ago
Refs #34570 -- Added extra tests for QuerySet.only() noops.
charettes
as Simon Charette
More... 11 months ago
Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.
charettes
as Simon Charette
More... 11 months ago
Fixed #34606 -- Fixed Right() function with zero length on Oracle and SQLite. More... 11 months ago
Fixed #34600 -- Removed references to bleach in docs. More... 11 months ago
Refs #32143 -- Adjusted a comment about subquery usage in Query.split_exclude().
charettes
as Simon Charette
More... 11 months ago
Fixed #34309 -- Doc'd how to fully delete an app. More... 11 months ago
Fixed #33414 -- Fixed creating diamond-shaped MTI objects for common ancestor with primary key that has a default. More... 11 months ago
Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR. More... 11 months ago
Fixed #30355 -- Doc'd interaction between custom managers and prefetch_related(). More... 11 months ago
Optimized @condition decorator a bit. More... 11 months ago
Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe and unsafe usages. More... 11 months ago
Reorganized tutorial's part 4 to better understand changes needed in URLConf. More... 11 months ago
Refs #34574, Refs #34577 -- Mentioned escapeseq filter in escape/autoescape docs. More... 11 months ago
Fixed #34574 -- Noted unexpected outcomes in autoescape/escape docs. More... 11 months ago
Refs #34593 -- Commented that the extra count is necessary in ChangeList.get_results(). More... 11 months ago
Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField values to decimal." More... 11 months ago
Fixed #34592 -- Removed Safari/Chrome workaround for system fonts. More... 11 months ago
Corrected documentation of Log database function. More... 11 months ago
Made MigrationRecorder cache has_table() result if django_migrations table exists. More... 11 months ago
Refs #34118 -- Fixed FunctionalTests.test_cached_property_reuse_different_names() on Python 3.12+. More... 11 months ago
Fixed references to django.core.cache in docs. More... 12 months ago
Fixed #34588 -- Removed usage of nonexistent stylesheet in the 'Congrats' page. More... 12 months ago
Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing subqueries.
charettes
as Simon Charette
More... 12 months ago
Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggregation reference.
charettes
as Simon Charette
More... 12 months ago