Max Naude

(max)

Most Active Role

N/A

Most Active Component

Contrib.Auth

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (263) Reporter (2) Owner (0) Commenter (17) Summary Component
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
27833 27833 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
34406 34406 Add support for curved geometries in GeoDjango GIS
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
34502 34502 Union giving wrong column ordering even when using .values/.values_list Database layer (models, ORM)
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
34305 34305 Refactor the GeoIP2 tests to use MaxMind test data GIS
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34968 34968 MultiPartParser silent large header fields size failures HTTP handling
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34979 34979 inlineformset_factory sets max_num forms to one even though there is a unique_together constraint contrib.admin
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34957 34957 Cannot filter over annotated "FilteredRelation" since Django 5 Uncategorized
34926 34926 Missing model after squashing Migrations
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34791 34791 7 Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. Database layer (models, ORM)
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34785 34785 Contribution guide comes out non successful Error reporting
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34681 34681 Optimize memcache_key_warnings() Core (Cache system)
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34662 34662 Translation strings of ArrayField length validators depend on wrong ngettext key contrib.postgres
34653 34653 Django (4.2.2) doesn't handle unicode characters in labels of choices Migrations
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
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34521 34521 Use __slots__ for template Node classes Template system
34549 34549 Extra select query when parent model consists of primary key only Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34503 34503 Missleading message in MinValueValidator and MaxValueValidator Core (Serialization)
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34383 34383 Layout error in Admin when using help_text Template system
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34403 34403 max_length argument for the CharField is not respected through shell Uncategorized
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34363 34363 floatformat() crashes on "0.0000" Template system
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34317 34317 wrong attribute naming in method BaseModelFormSet.save_existing Forms
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34244 34244 Allow overriding error params in BaseValidator Core (Other)
34236 34236 Django logging when in production with Gunnicron Documentation
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
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)
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
34129 34129 Admin list_editable failed to edit contrib.admin
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34113 34113 max() arg is an empty sequence contrib.sitemaps
34090 34090 ordering of ManyToManyField in admin shows objects multiple times contrib.admin
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34071 34071 Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. contrib.postgres
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34014 34014 DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) Core (Other)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27417 27417 Migration to change model field case crashes on Oracle Migrations
27871 27871 Django keeps making the same migration over and over again Migrations
27679 27679 Document that empty formsets display min_num+extra forms Documentation
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27708 27708 Relation between tables in different schemas with big names Migrations
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
14071 14071 Row duplicated when modifying PK contrib.admin
27338 27338 Running an AlterField to change a CharField primary key to AutoField crashes. Migrations
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27515 27515 Make AuthenticationForm use the username length from the user model contrib.auth
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27976 27976 label_from_instance fails silently: form field disappears. Forms
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27538 27538 Value of JSONField is being re-encoded to string even though being already encoded contrib.postgres
27897 27897 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27933 27933 FieldDoesNotExist if remove foreign key and remove unique constraint at the same time Migrations
27862 27862 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
27885 27885 Migration creates index of a deleted table Migrations
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27764 27764 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27263 27263 Allow validators to short-circuit in form field validation Forms
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27609 27609 gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. Core (System checks)
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27519 27519 Issue in Django 1.8.5 model class Database layer (models, ORM)
27467 27467 UserAttributeSimilarityValidator max_similarity=0/1 doesn't work as documented contrib.auth
27476 27476 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27456 27456 Changing the unique parameter from True to False has no effect on MySQL Migrations
27378 27378 Add UUID serialization support to migration writer Migrations
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27341 27341 Altering max_length on sqlite: makemigrations creates correct migration, but migrate does not alter length of varchar in the database itself Migrations
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27290 27290 Email validation doesn't check length Core (Other)
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27270 27270 Clarify wording of "A form may include HTML attributes such as maxlength" Documentation
27264 27264 Model Meta is overwriten by abstract parent class Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27121 27121 Migrate Fails When Column is Deleted and Unique Together is modified in the same migration Migrations
27038 27038 Migration being created even when no change was made. Migrations
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 Multiple aliases for one database: testing problems Testing framework
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14476 14476 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14894 14894 2 translation is not threadsafe Internationalization
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14016 14016 SQLite3 problem with date comparison Database layer (models, ORM)
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14478 14478 Couple of tests make assumptions about configuration Contrib apps
1 1 Create architecture for anonymous sessions Core (Other)
640 640 order_with_respect_to option fails Documentation
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14550 14550 commit_on_success no longer sets back to autocommit mode Database layer (models, ORM)
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14034 14034 admin inline formset with "extra" ignores last line when saving Contrib apps
14329 14329 Seeing test failure in regressiontests.request since 13809 HTTP handling
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14471 14471 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14938 14938 "Save as" does not save entries added with a Inline Forms
399 399 Bigint field object needed Database layer (models, ORM)
5937 5937 Generic Relations backward lookups generate invalid SQL Contrib apps
14063 14063 Validating form file fields is hard File uploads/storage
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
811 811 IPv6 address field support Core (Other)
14903 14903 wsgiref usage HTTP handling
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14710 14710 Form css classes for bound fields are not rendered {{ form.field_name }} Forms
14801 14801 Support for string methods with lazy translations Internationalization
14651 14651 ignored field index creation for fields with unique=True and db_index=True Database layer (models, ORM)
14350 14350 Please add a login method to the test Client that doesn't depend on passwords Testing framework
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14899 14899 'ModelFormOptions' object has no attribute 'many_to_many' Forms
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14484 14484 1 database router ignored on Manager.get() Database layer (models, ORM)
14626 14626 DateField with auto_now=True is not coming in as Python's datetime.date object in Python 2.4 / 2.5 Database layer (models, ORM)
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14480 14480 1 mysql and Django Uncategorized
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14353 14353 unique_together new style is not working properly Uncategorized
14192 14192 potential issue re in memory django file uploading. Core (Other)
14179 14179 django create table with capitalized chars Uncategorized
14141 14141 Use :doc: crossref Sphinx role for inter document links Documentation
607 607 Admin option to show/hide fields contrib.admin
714 714 access to id of current user on admin contrib.admin
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
565 565 Unique fields don't work on edit_inline models contrib.admin
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
785 785 many2many table and legacy databases. Database layer (models, ORM)
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
871 871 ImageField doesn''t honor blank=True argument contrib.admin
236 236 Add support for deleting cookies easily Core (Other)
508 508 max_age for cookies doesn't work in safari (and perhaps not IE) Core (Other)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
171 171 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
952 952 1 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
639 639 Model FileFields empty on first pass through save() Core (Other)
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
529 529 Add support for GenericForeignKey Contrib apps
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
527 527 OneToOne relations are broken since new model style released Metasystem
87 87 [patch] Oracle database support Database layer (models, ORM)
239 239 Initializing a model instance should not require fields with blank Metasystem
395 395 [patch] New session middleware for browser-session length cookies Core (Other)
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
683 683 [patch] Saving with custom db_column fails Metasystem
423 423 Admin filters broken with [549] contrib.admin
642 642 [patch] Docs: EmailField clarification Documentation
515 515 [patch] additional set of cache backends Core (Cache system)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
419 419 Create meta.AbstractModel Metasystem
574 574 2 [patch] fix small CSS bug in admin interface contrib.admin
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
540 540 ManyToManyField gives error with blank, raw_id_admin and empty input Core (Other)
576 576 1 [patch] don't show 'add another' button in popup contrib.admin
972 972 better explain choices usage in the model docs Documentation
480 480 Admin interface table detail showing incorrect number of entries contrib.admin
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
305 305 sql code was not white space safe? Database layer (models, ORM)
484 484 FloatField with decimal_places but not max_digits causes mysql error. Database layer (models, ORM)
302 302 object.save() doesn't update, re-inserts contrib.admin
1115 1115 can't update model in db if PK is not called 'id' Core (Other)
704 704 AttributeError with non-standard primary key name contrib.admin
766 766 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
859 859 CharField shouldn't require a maxlength Database layer (models, ORM)
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
675 675 [Patch] PasswordField does not respect length and maxlength parameters Core (Other)
578 578 2 [patch] automatically do MD5 in admin backend contrib.admin