235

(235)

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 (274) Reporter (5) Owner (0) Commenter (2) Summary Component
27775 27775 Signed cookies does not support custom expiry contrib.sessions
27222 27222 Refresh fields that are expressions after Model.save() Database layer (models, ORM)
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34380 34380 Make URLField assume "https". Forms
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
34547 34547 Deprecate DatabaseOperations.field_cast_sql(). Database layer (models, ORM)
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
27106 27106 Document which template filters can be used in Python code (and how) Documentation
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)
34045 34045 Admin changelist checkboxes do not have labels contrib.admin
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
34488 34488 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. Database layer (models, ORM)
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
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)
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34883 34883 Allow template tags to set extra data on templates. Template system
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34835 34835 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34730 34730 Add an assertMessages assertion contrib.messages
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34809 34809 PyCharm typechecker complains Documentation
34807 34807 importing `django.forms` causes circular import error Forms
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34692 34692 django.forms.renderers.get_default_renderer()'s template loader cache is not being reset on autoloads. Forms
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
14845 14845 Document connection-creation process Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34722 34722 Let ListFilter be a MediaDefiningClass so that they can define custom CSS and JS contrib.admin
27471 27471 Make admin's list_filter choices collapsable contrib.admin
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34685 34685 Drop support for GEOS 3.6 and 3.7. GIS
34684 34684 Drop support for GDAL 2.2 and 2.3. GIS
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34473 34473 StepValueValidator does not take into account min_value Forms
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
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34521 34521 Use __slots__ for template Node classes Template system
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34530 34530 Remove docs suggestion to use lambda for models.FileField(storage=...) Documentation
34513 34513 Error E108 does not cover some cases contrib.admin
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34494 34494 This is suggestion about customizing AdminSite documents Documentation
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34428 34428 ASGIStaticFilesHandler raises warning. contrib.staticfiles
34366 34366 Migration optimizer does not reduce multiple AlterField Migrations
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34283 34283 Missing parameter escaping in admin filters.js contrib.admin
34278 34278 Missing ngettext call in SelectFilter2.js Internationalization
34235 34235 ManifestStaticFilesStorage should expose a "hash" of the manifest file. contrib.staticfiles
34264 34264 Move note about session cookies to correct category Documentation
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34209 34209 FileBasedCache has_key is susceptible to race conditions Core (Cache system)
34172 34172 Documentation of AdminSite.get_urls() encourages security vulnerabilities contrib.admin
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34112 34112 Add async interface to Model Database layer (models, ORM)
34094 34094 RTL alignment is off in admin header area contrib.admin
34096 34096 I might came across a bug when updating to the latest version of postgis contrib.postgres
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
27464 27464 SRID should be stored in DB on MySQL backend GIS
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
27574 27574 support geodetic distance calculation on MySQL 5.7+ GIS
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27718 27718 Add QuerySet.union(), intersection(), difference() Database layer (models, ORM)
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27888 27888 Add a button to clear all admin filters contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27391 27391 Support unittest.TestCase.debug() method. Testing framework
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27795 27795 Audit force_text invocations Utilities
27995 27995 Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). Database layer (models, ORM)
14009 14009 custom formset validation documentation is incomplete 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)
27728 27728 Allowed overriding admin templatetag's templates. contrib.admin
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27458 27458 Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" Database layer (models, ORM)
27859 27859 Migration to create TextField with db_index=True crashes on MySQL Migrations
27787 27787 call_command() should validate the arguments it receives Core (Management commands)
27183 27183 JSONField improperly escaped in admin interface during normal usage contrib.postgres
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27848 27848 EmailMessage.attach_file() with .eml file crashes Core (Mail)
27973 27973 LinearRing.json gives invalid GeoJSON GIS
27976 27976 label_from_instance fails silently: form field disappears. Forms
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27920 27920 RadioSelect is not rendering the value attribute when it is empty Forms
27908 27908 Cannot use 'schema.table' with 'inspectdb' Core (Management commands)
27622 27622 Test client should accept vendor tree json variants Testing framework
27875 27875 Manager inheritance documentation doesn't mention manager_inheritance_from_future Documentation
27870 27870 Clean up ManagementUtility.autocomplete() Core (Management commands)
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27811 27811 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27756 27756 Missing documentation of SECURE_HSTS_PRELOAD Documentation
27723 27723 `type` is not propagated correctly to widgets in MultiWidgets Forms
27497 27497 make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite GIS
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27600 27600 Support reading commands from stdin in shell command Core (Management commands)
27612 27612 Add a check that URL instance namespaces are unique across a project Core (System checks)
27597 27597 UrlResolver doesn't check all possibilities Core (URLs)
27576 27576 fallback to GDAL if spatial_ref_sys is unavailable GIS
27088 27088 GEOSGeometry should accept Python 2.7 memoryview GIS
27407 27407 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27478 27478 JSONB_AGG is not available in PostgreSQL 9.4 contrib.postgres
27378 27378 Add UUID serialization support to migration writer Migrations
27411 27411 Django namespaced reverse not working in test environment Testing framework
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27382 27382 Document that ugettext_lazy() result can't be used with arbitrary Python code Documentation
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27123 27123 prefetch_related return mistaken result Database layer (models, ORM)
27319 27319 Circular ForeignKeys between two unmanaged models produce incomplete migrations Migrations
27309 27309 Add CallableBool.__hash__() Utilities
27276 27276 Document how to reverse the admin's login view Documentation
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27249 27249 IntegrityError when using ManyToManyField.add() with a value of incorrect type Database layer (models, ORM)
27159 27159 Pickling query with an __in=inner_qs lookup causes evaluation evaluation of inner_qs Database layer (models, ORM)
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27243 27243 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27253 27253 Use assertIsInstance() in test_force_text_lazy Utilities
27235 27235 Avoid using mutable default arguments where possible Uncategorized
27204 27204 Clashing m2m intermediate table validation should ignore unmanaged models Core (System checks)
27170 27170 Make database backend __init__() methods friendlier to subclassing Database layer (models, ORM)
27143 27143 SearchQuery is not combinable using more than one `&` or `|` operators contrib.postgres
27168 27168 "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name Migrations
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
27072 27072 AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite GIS
27038 27038 Migration being created even when no change was made. Migrations
27001 27001 Regression in query counts using RadioSelect with ModelChoiceField Forms
27006 27006 Hints how to update code automatically to support Python3 Documentation
14485 14485 New Site.root field contrib.sites
14415 14415 Multiple aliases for one database: testing problems Testing framework
494 494 Collapse in admin interface for inline related objects contrib.admin
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14671 14671 Allow overriding of ModelChoiceField.choices Forms
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
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
27 27 Single form field for multiple database fields Forms
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
23 23 Add support for ValidationWarning Forms
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14396 14396 Admin generates a query burst on ForeignKey with null = True contrib.admin
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14571 14571 Update jQuery contrib.admin
14633 14633 Reorganize settings reference docs Documentation
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
14556 14556 Recommend to avoid FlatpageFallbackMiddleware unless absolutely required Documentation
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
1 1 Create architecture for anonymous sessions Core (Other)
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
14822 14822 contrib.auth docs should reference to new generic views. Documentation
702 702 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14895 14895 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14773 14773 MultipleObjectMixin and subclasses should accept custom paginator class Generic views
14948 14948 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14756 14756 "Related objects reference" documentation needs copy-edit Documentation
14433 14433 Thread safety problem in contrib.sitemaps Contrib apps
12425 12425 1 Typo in the Ukrainian translation Translations
399 399 Bigint field object needed Database layer (models, ORM)
11270 11270 Cache templatetag with memcached can't handle long tags Core (Cache system)
689 689 Honor Web server provided authentication Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
289 289 [patch] more details with "Please correct the errors below." contrib.admin
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14045 14045 makemessage miss some gettext in javascript Internationalization
14903 14903 wsgiref usage HTTP handling
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
717 717 If-Modified-Since checked for exact match HTTP handling
14814 14814 Check for file binding in FieldFile.delete() Database layer (models, ORM)
14691 14691 foreign key validate() fails for non-default databases Database layer (models, ORM)
14565 14565 No csrf_token on 404 pages Uncategorized
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14307 14307 Document form ChoiceField tuple Documentation
14377 14377 Add site to the context of the logout view contrib.auth
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14148 14148 Django assumes that module.__file__ is an absolute path Testing framework
14137 14137 Django ORM adding unwanted parens when using extra() Uncategorized
14123 14123 Trunk tests broken as of r13588 (1.2.x passes) Testing framework
2583 2583 can't use ForeignKey in list view (class Admin: list_display) contrib.admin
552 552 [patch] SOAP support for django Tools
903 903 change login_required contrib.auth
24 24 edit_inline support for OneToOne relationships Metasystem
115 115 Models CRUD via web services Core (Other)
956 956 Updated Galician (gl) translation Internationalization
721 721 isAlphaNumericURL validator should allow dashes. Validators
509 509 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
273 273 [patch] Password salt and other algorithms support Core (Other)
292 292 The page title in tutorial part 4 says "part 3" Documentation
240 240 get_callback() improvements Core (Other)
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
96 96 Coment counts on the djangoproject.com weblog *.djangoproject.com
66 66 [patch] Give views access to application root from urlconf Core (Other)
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
51 51 Create add_* methods for objects with a many-to many-relationship Metasystem
2584 2584 1 no MySQL codepage select Database layer (models, ORM)
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
238 238 Database tests fail with sqlite Database layer (models, ORM)
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
323 323 Saving item without making any changes causes a duplicate item to be created in MySQL contrib.admin
287 287 slugify description incorrect Documentation
241 241 Add a django.contrib.markup app Core (Other)
280 280 add _pre_delete and _post_delete hooks Core (Other)
840 840 [new_admin] django.contrib.admin.filterspecs missing contrib.admin
827 827 Admin page should automatically replace _s with ' 's to make a short_description contrib.admin
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
843 843 Update slovak (sk) translation new-admin Translations
288 288 Document custom template tags systyem Documentation
894 894 [patch] Catch exceptions in response middleware Core (Other)
303 303 Error: got unexpected keyword argument when deleting object in admin interface contrib.admin
657 657 validator - characters without numbers Validators
291 291 Installation problems contrib.admin
290 290 Typo in tutorial 4? Documentation
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
184 184 Add django architecture documentation Documentation
2582 2582 verbose_name can't contain quote (' ") symbols contrib.admin
841 841 Variable 'p' is not defined in main.py contrib.admin
838 838 [DOC] - tutorial01.txt contains a spurious external hyperlink target Documentation