Eric

(xblitz)

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 (287) Reporter (4) Owner (4) Commenter (9) Summary Component
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
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)
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
14631 14631 Provide paginating for date-based generic views Generic views
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
27747 27747 Add signals for Django management commands Core (Management commands)
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34534 34534 Reduce index/constraints operations. Migrations
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34633 34633 Add prefetch_related() cache invalidation for create() in reverse many-to-one managers. Database layer (models, ORM)
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34954 34954 Improve `output_field` resolution of `Concat` Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
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)
34873 34873 Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. Database layer (models, ORM)
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34845 34845 Slow query when using exclude 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
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34790 34790 loading old migration file Migrations
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34543 34543 Thousand separator breaking templates Internationalization
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34384 34384 SECRET_KEY_FALLBACKS is not used for sessions contrib.auth
34376 34376 Admin has no support for unique constraint fields. contrib.admin
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34224 34224 App name in help text of commands is missing context Core (Management commands)
34170 34170 Mitigate the BREACH attack HTTP handling
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34178 34178 Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34150 34150 Add "View on site" links to generic common model URL and also to common url for app. contrib.admin
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
19 19 Automatically generate JavaScript form validation Validators
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27417 27417 Migration to change model field case crashes on Oracle Migrations
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27685 27685 Allow autoreloader to use watchman Utilities
27025 27025 Python 3.6 compatibility Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
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
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27477 27477 Use QuerySet.select_for_update() in admin change form to fix race condition contrib.admin
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27860 27860 Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL Migrations
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27912 27912 Open redirect on non-HTTP protocols: is_safe_url not validating properly HTTP handling
27359 27359 Make it possible to specify a default template engine Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27842 27842 Add protocol argument to GenericSitemap.__init__() contrib.sitemaps
27176 27176 django.setup() should raise an exception instead of hanging on re-entrant calls Core (Other)
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
26079 26079 3 add prefered/default protocol in the sites framework contrib.sites
498 498 Atom support, not just RSS contrib.syndication
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27786 27786 Uploading dependent on the user File uploads/storage
27740 27740 Allow content_type or object_id of GenericForeignKey to be field on related model contrib.contenttypes
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
27184 27184 Test client crashes when uploading TemporaryFile on Unix Testing framework
27511 27511 Docs incorrect about related_model for GenericRelation being None Documentation
27411 27411 Django namespaced reverse not working in test environment Testing framework
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27336 27336 Whitespace control django configuration template Template system
27330 27330 Generic CreateView/UpdateView doesn't send the kwargs to get_context_data Generic views
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
14284 14284 Support for Google Maps version 3 GIS
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27129 27129 Allow setting CSS classes in the output of the unordered_list template filter Template system
27101 27101 args and kwargs not passed in BaseDetailView Generic views
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
26073 26073 1 Last-Modified http header not set to the latest last-mod in multi-maps sitemaps contrib.sitemaps
494 494 Collapse in admin interface for inline related objects contrib.admin
24593 24593 1 Thousand separator not showing in ModelAdmin.readonly_fields contrib.admin
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
23935 23935 4 DecimalField in admin can show up as Scientific Notation Utilities
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
901 901 Reload method for models Database layer (models, ORM)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
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
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14342 14342 Part 2 of the Tutorial -- path format for TEMPLATE_DIR Documentation
14633 14633 Reorganize settings reference docs Documentation
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14684 14684 RESTful Model View Generic views
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
14574 14574 Initial values support for inline model formsets Forms
14555 14555 Session loss with psycopg2 db backend contrib.sessions
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14000 14000 Removal of obsolete "versionadded" tags Documentation
14103 14103 Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting Core (Cache system)
14140 14140 There is no way to override admin templates to the project level Template system
14187 14187 Add support for bpython in django-admin.py shell Core (Management commands)
14232 14232 date_list context variable incorrectly documented Documentation
14276 14276 Typo in the docstring to one of the unittests Testing framework
14338 14338 Search bar on the docs should include 1.2, & 1.1 *.djangoproject.com
14356 14356 Unused import in django.core.management.sql Core (Other)
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14682 14682 Class based views docs should be more explicit about template location Documentation
14711 14711 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14803 14803 ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour Generic views
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14878 14878 Issues in generic views (list) Generic views
14988 14988 Tutorial part 4 - Renaming of templates should be removed Documentation
14995 14995 from django.views.generic import FormView Generic views
399 399 Bigint field object needed Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
811 811 IPv6 address field support Core (Other)
14903 14903 wsgiref usage HTTP handling
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
717 717 If-Modified-Since checked for exact match HTTP handling
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14240 14240 filesizeformat should localize number Template system
14888 14888 Remove duplicated code in serializers. Core (Serialization)
14940 14940 New generic class view CreateView execute form.save() with no arguments Generic views
14901 14901 Typo in class-based views paginator doc. Documentation
14798 14798 Clarification on Generic Views Documentation
14779 14779 Documentation Correction Documentation
14763 14763 Documentation doesn't provide any information about blocktrans tag in the Internazionalization section Documentation
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14532 14532 django.views.generic.list_detail.object_list behavior with callables in extra_context Uncategorized
14167 14167 Using Instances in Generic Create/Update/Delete Generic views
14472 14472 Convert generic_relations doctest to unittest Testing framework
14274 14274 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14198 14198 « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) Internationalization
14164 14164 Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities Internationalization
14078 14078 Template tag to set context variable to output from tag's rendered content Template system
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
607 607 Admin option to show/hide fields contrib.admin
106 106 [patch] Problem with some js/select box on IE contrib.admin
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
7368 7368 Problem when overriding '__init__' / 'save' methods (models.model) Core (Other)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
616 616 [patch] process_exception middleware extension Core (Other)
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
893 893 "change password" and "log out" on admin site doesn't work on apache2 contrib.admin
391 391 date_based generic views might be off by one Generic views
137 137 TypeError: can't compare datetime.datetime to datetime.date in date_based.py Generic views
666 666 Admin should get 404 and 500 templates contrib.admin
191 191 Pydoc integration Core (Other)
744 744 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
548 548 missing steps at end of tutorial04.txt Documentation
943 943 django-admin createsuperuser bails on no arguments after 1474 Core (Management commands)
721 721 isAlphaNumericURL validator should allow dashes. Validators
518 518 Need validators that aren't attached to a form field Validators
351 351 Make list_detail.object_list respect allow_empty when paginating Generic views
333 333 HttpResponse should get a default charset Core (Other)
185 185 Chaining views Core (Other)
196 196 Patch: Allow integer months in views.generic.date_based Core (Other)
183 183 TypeError: can't compare datetime.datetime to datetime.date Template system
178 178 Wrong time zone usage Core (Other)
59 59 Hard-coded references to password_change and logout contrib.admin
555 555 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
547 547 [patch] XMLRPC support for django Tools
65 65 [i18n] Internationalization and localisation contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
337 337 DateTime fields don't work in the generic views Generic views
329 329 RSS framework needs an easier interface contrib.syndication
529 529 Add support for GenericForeignKey Contrib apps
801 801 contrib.comments seems a bit "unready" contrib.comments
87 87 [patch] Oracle database support Database layer (models, ORM)
605 605 Template filenames mentioned by CRUD view docs aren't accurate Documentation
195 195 Patch: Allow callables in the extra_context dictionary of django.views.generic.date_based Core (Other)
420 420 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
377 377 [patch] Allow template_name argument to django.views.auth.login.login Generic views
846 846 Syndication feed framework documentation references rss.Feed from the old framework Documentation
700 700 urlify.js and slugify use different character for spaces Core (Other)
682 682 Fully decoupled URLconf's for apps. Core (Other)
927 927 non-integer primary keys are broken since new-admin merge Metasystem
648 648 [patch] Add a comment tag like {# commented #} Template system
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
496 496 Better error messages when using generic views. Core (Other)
419 419 Create meta.AbstractModel Metasystem
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
445 445 allow partial object updates with manipulators Metasystem
686 686 sqlreset references django_admin_log Generic views
622 622 Added a isnull filter Template system
328 328 [patch] Add a archive_week date-based generic view Core (Other)
992 992 [patch] archive_month generic view leaves out last day of month Generic views
502 502 [patch] added category to feed items contrib.syndication
750 750 i18n should ideally respect the languages supported on a per-application basis Tools
722 722 Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator Validators
603 603 Improved template error messages Template system
657 657 validator - characters without numbers Validators
356 356 [patch]: simple XML-RPC support for Django Core (Other)
650 650 render_to_response uses Context instead DjangoContext Template system
908 908 writing Null instead of the default value to the database in default object manipulator Metasystem
557 557 date_hierarchy doesn't work with DateField contrib.admin
593 593 [patch] Fulltext search support in Django Database layer (models, ORM)
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
305 305 sql code was not white space safe? Database layer (models, ORM)
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
697 697 Optional object_list for archive_year Generic views
110 110 Documentation on pagination needed Documentation
15 15 Metasystem unique_together doesn't work for an object that's related inline Metasystem
672 672 get_absolute_url isn't nice contrib.syndication
450 450 [patch] Give generic views support for dynamic lookup keywords Generic views
549 549 StaticField formfield Core (Other)
904 904 [PATCH] If DJANGO_SETTINGS_MODULE is not set, walk the filesystem for settings-file before bailing Core (Other)
945 945 not translated parts in admin Javascript Translations
816 816 [Patch]FileField doesn't work in generic view Generic views
947 947 [patch] is_paginated is true when number of pages is 1 Generic views
735 735 Trac report on how long ago tickets have been touched *.djangoproject.com
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
516 516 Discrepancy in usage naming of login template file Template system
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
604 604 Total number of results not available in paginated object_list generic view Generic views
524 524 Numerous excessive selects in the manipulator Core (Other)
336 336 generic views delete_object documentation typo Documentation