empty

(empty)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (205) Reporter (4) Owner (0) Commenter (7) Summary Component
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34924 34924 Example for squashmigration not working properly Migrations
34903 34903 Parallel test runner failure on Windows Testing framework
34825 34825 SQLite database files are not destroyed after tests Testing framework
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34785 34785 Contribution guide comes out non successful Error reporting
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34686 34686 Confirm/Add support for GEOS 3.12. GIS
34758 34758 Paginator.validate_number implementation has undocumented change in 4.2 Core (Other)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34615 34615 queryset.order_by().first() is not consistent with other queryset behaviours Database layer (models, ORM)
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34548 34548 Queryset JsonField filtering doesn't work as expected Database layer (models, ORM)
34518 34518 "random" template filter crashes on an empty list. Template system
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34482 34482 Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. HTTP handling
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
14832 14832 Impossible to create inline objects if form validates but is unchanged contrib.admin
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34381 34381 Postgres tests fail on Windows Core (Other)
34368 34368 Subquery referencing WINDOW expression breaks query compilation Database layer (models, ORM)
34349 34349 Formsets' add_fields() method fails in some circumstances if the argument index is None. Forms
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34282 34282 Optimize update_or_create when defaults is empty / False-y Database layer (models, ORM)
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
34133 34133 Django ordering in model meta causing unexpected results of group_by Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34113 34113 max() arg is an empty sequence contrib.sitemaps
34084 34084 ModelForms always set self.instance even when none passed in Forms
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34000 34000 Fix numberformat.py "string index out of range" when null Utilities
27412 27412 Coalesce function should work with subqueries Database layer (models, ORM)
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
27679 27679 Document that empty formsets display min_num+extra forms Documentation
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
27462 27462 Clarify what's contained in m2m_changed's "pk_set" argument Documentation
27025 27025 Python 3.6 compatibility Core (Other)
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27472 27472 GEOSGeometry('POINT EMPTY').ogr crashes GIS
27543 27543 AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong Error reporting
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27777 27777 File object does not consistently open itself in context manager use File uploads/storage
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27183 27183 JSONField improperly escaped in admin interface during normal usage contrib.postgres
27928 27928 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27989 27989 Passing an empty QueryDict to a form stores it as a plain dictionary Forms
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27955 27955 JSONField.default not applied in admin contrib.admin
27920 27920 RadioSelect is not rendering the value attribute when it is empty Forms
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27689 27689 FileSystemStorage().get_valid_name() may return empty string File uploads/storage
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27263 27263 Allow validators to short-circuit in form field validation Forms
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27578 27578 ModelChoiceField.to_python() somehow receives value as type 'list' Forms
27416 27416 ModelFormSet with queryset accepts invalid POST data for outer models and create unexpected empty data. Forms
27492 27492 JsonResponse can't handle model_to_dict() with empty ImageField HTTP handling
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27433 27433 ModelForm with BooleanField can not save False/unchecked Forms
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27373 27373 Incorrect message on 404 debug page for an empty request path Error reporting
27344 27344 ConditionalGetMiddleware should only operate on GET requests HTTP handling
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
27285 27285 Multi-db example : default database config can not be an empty dict Documentation
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27197 27197 Document how blank=True affects the migrations questioner Documentation
27150 27150 Document that a name should be provided when wrapping file-like objects that don't have one with File Documentation
27044 27044 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27024 27024 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
494 494 Collapse in admin interface for inline related objects contrib.admin
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14372 14372 Admin shouldn't render label tags on hidden fields contrib.admin
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
23 23 Add support for ValidationWarning Forms
14150 14150 [patch] a get_objects_or_404 ? Core (Other)
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14011 14011 QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. Database layer (models, ORM)
14387 14387 pre_save problem with inherrited model Database layer (models, ORM)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14574 14574 Initial values support for inline model formsets Forms
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14750 14750 ILPostalCodeField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14000 14000 Removal of obsolete "versionadded" tags Documentation
14405 14405 problem in login view contrib.auth
14366 14366 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14354 14354 Check password is not None in User.check_password contrib.auth
14312 14312 list_editable causes 500s for ?p>maximum contrib.admin
14299 14299 Add additional cache.*_many functions Core (Cache system)
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14951 14951 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14034 14034 admin inline formset with "extra" ignores last line when saving Contrib apps
14982 14982 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
399 399 Bigint field object needed Database layer (models, ORM)
730 730 more explicit middlware ordering Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14348 14348 Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet Database layer (models, ORM)
14029 14029 not operator on F objects silently fails Database layer (models, ORM)
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
14865 14865 Various RO localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14871 14871 ZAIDField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14872 14872 ZAPostCodeField doesn't pass *args or **kwargs to super().__init__ contrib.localflavor
14860 14860 Various PL localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14859 14859 Various IT localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14864 14864 ROCIFField in localflavor has a bad regex contrib.localflavor
14499 14499 ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14022 14022 context_processors debug() Fails with no DB Backend Core (Other)
14607 14607 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14552 14552 Suggestion for a slightly better explanation of custom template tags Documentation
14119 14119 fields_for_model returns all fields when fields parameter is the empty tuple Forms
14363 14363 ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. contrib.admin
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
6155 6155 3 Dumpdata Fails If There Is No Objects Attribute When Using a Custom Manager Core (Other)
6979 6979 TIME_ZONE Docs Make Reference to Manual Configuration But Not Present Documentation
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
6120 6120 1 Document newforms field types which handle relationships Documentation
6110 6110 3 Prevent the Python Format from Being Used with the loaddata and dumpdata Commands Core (Management commands)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
899 899 Formfield doesn't display default value Forms
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
617 617 num_in_admin problem in tutorial contrib.admin
436 436 Create an API to update and delete multiple objects in a single call Metasystem
360 360 [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port Core (Other)
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
257 257 Empty model modules shouldn't cause an error Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
87 87 [patch] Oracle database support Database layer (models, ORM)
338 338 ManyToMany fields don''t work in the generic views Generic views
270 270 Patch: edit_inline and default on fields don't work together contrib.admin
618 618 [patch] (reopened) Support for non-standard database port Database layer (models, ORM)
499 499 [patch] method_save() empty value fix Template system
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
751 751 Swedish translation Translations
535 535 Refactor admin code to clean it up contrib.admin
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
110 110 Documentation on pagination needed Documentation
672 672 get_absolute_url isn't nice contrib.syndication