I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 19 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected pycon formatting in some docs. More... 9 months ago
Refs #34655 -- Made cosmetic edits to RadioSelect tests. More... 9 months ago
Fixed #34542 -- Made createsuperuser handle required blank fields in non-interactive mode. More... 9 months ago
Fixed warnings per flake8 6.1.0. More... 9 months ago
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses. More... 9 months ago
Fixed #34749 -- Corrected QuerySet.acreate() signature in docs. More... 9 months ago
Fixed #34655 -- Increased radioselect's test coverage. More... 9 months ago
Fixed #34748 -- Fixed queryset crash when grouping by a reference in a subquery.
charettes
as Simon Charette
More... 9 months ago
Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related(). More... 9 months ago
Added more tests for django.http.request.split_domain_port(). More... 9 months ago
Simplified django.http.request.split_domain_port(). More... 9 months ago
Simplified call_command() calls. More... 9 months ago
Fixed #34744 -- Prevented recreation of migration for constraints with a dict_keys. More... 9 months ago
Fixed typo in django/test/utils.py. More... 9 months ago
Fixed #34586 -- Made QuerySet.create() raise ValueError for reverse one-to-many relations. More... 9 months ago
Fixed #34739 -- Added GEOSGeometry.equals_identical() method. More... 9 months ago
Fixed formatting typo in docs/topics/forms/index.txt. More... 9 months ago
Fixed #34692 -- Made autoreloader reset cached template loader for default renderer. More... 9 months ago
Fixed #34731, Refs #34118 -- Replaced assertEquals() with assertEqual() in test_condition_with_func_and_lookup_outside_relation_name(). More... 9 months ago
Added missing backticks in docs. More... 9 months ago
Refs #29789 -- Added more tests for FilteredRelation with condition outside of relation name. More... 9 months ago
Refs #34362 -- Added get_child_with_renamed_prefix() hook. More... 9 months ago
Fixed typo in docs/ref/models/querysets.txt. More... 9 months ago
Refs #30052 -- Clarified that defer() and only() do not work with aggregated fields. More... 9 months ago
Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. More... 9 months ago
Added reference to TypedChoiceField in ChoiceField docs. More... 9 months ago
Refs #33201 -- Avoided unnecessary queries when renaming models with db_table on SpatiaLite. More... 10 months ago
Fixed #34716 -- Fixed serialization of nested class methods in migrations. More... 10 months ago
Refs #24686 -- Made AlterField operation a noop when renaming related model with db_table. More... 10 months ago
Refs #27471 -- Made admin's filter choice arrows use cursor pointers. More... 10 months ago