Esteban C Borsani

(nitely)

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 (99) Reporter (4) Owner (0) Commenter (5) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34569 34569 Unify all model fields to call get_prep_value from get_db_prep_value Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. 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)
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34297 34297 ValueError: invalid token in plural form: EXPRESSION when adding new language Utilities
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
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
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34484 34484 HttpRequest.__deepcopy__ doesn't deepcopy attributes HTTP handling
34433 34433 OneToOneField can only be saved one way 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)
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
34167 34167 Set a reasonable default for EMAIL_TIMEOUT Core (Mail)
34053 34053 JS tests depend on Cloudflare CDN for every run Testing framework
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
32082 32082 1 Support "Row Values" in where clause / filter Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27685 27685 Allow autoreloader to use watchman Utilities
28697 28697 1 Removing unique_together constraint make migration fail with MySQL Migrations
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27876 27876 Documentation error for installing tests/requirements/py3.txt Documentation
27834 27834 Add the STRPOS database function Database layer (models, ORM)
27882 27882 Allow template fragment caching for unlimited time Template system
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27518 27518 HTTP Referer leaks password reset link contrib.auth
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27442 27442 count estimation on querysets Database layer (models, ORM)
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
26619 26619 1 BaseCache incr method will reset the timeout Core (Cache system)
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
494 494 Collapse in admin interface for inline related objects contrib.admin
24038 24038 2 Django won't add dependencies to existing migrations Migrations
937 937 Autoreload reloads for every request. Core (Management commands)
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14057 14057 Expose an interface for custom-escaping template content Template system
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14176 14176 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14965 14965 {% include %} tag changes should be mentioned in release notes Documentation
14912 14912 urlize and urlizetrunc template filter docs need expansion Documentation
14985 14985 post_save signal should trigger after data persistence to database. Database layer (models, ORM)
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14602 14602 bug in wsgi handler in trunk Core (Other)
14354 14354 Check password is not None in User.check_password contrib.auth
399 399 Bigint field object needed Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14918 14918 Password reset with e-mail OR username contrib.auth
14234 14234 Validation bug when using ModelForms Forms
14398 14398 runfcgi umask option should use literal value Core (Management commands)
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
870 870 Cool CSS display bug in the calendar widget in the admin view contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
739 739 tutorial and docs translations Documentation
700 700 urlify.js and slugify use different character for spaces Core (Other)
660 660 admin executes template code that happens to be in strings in the list views contrib.admin
119 119 Serving media Core (Other)
853 853 Django has high start costs, weight Metasystem
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
356 356 [patch]: simple XML-RPC support for Django Core (Other)
672 672 get_absolute_url isn't nice contrib.syndication