dg
(venteto)
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 (271) | Reporter (1) | Owner (0) | Commenter (1) | Summary | Component |
---|---|---|---|---|---|---|
34619 | 34619 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
27021 | 27021 | Add explicit support for Q object annotations | Database layer (models, ORM) | |||
27674 | 27674 | Deprecate GeoModelAdmin and OSMGeoAdmin | GIS | |||
34898 | 34898 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | |||
27466 | 27466 | Use a datepicker widget for Date[Time]RangeField in admin | contrib.admin | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
34034 | 34034 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34488 | 34488 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
34964 | 34964 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | |||
35013 | 35013 | ✅ | 1 | LogoutView from django.contrib.auth in Django 5.0 seems to use the wrong HTTP method | HTTP handling | |
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
35001 | 35001 | Add related object icon (green plus sign) is not fully visible in some screens | contrib.admin | |||
34995 | 34995 | Add link for admin's related widget is in the wrong place | contrib.admin | |||
34982 | 34982 | Visual regression for helptext at certain screen sizes | contrib.admin | |||
34968 | 34968 | MultiPartParser silent large header fields size failures | HTTP handling | |||
34939 | 34939 | Widget templates not refreshing | Forms | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34926 | 34926 | Missing model after squashing | Migrations | |||
34924 | 34924 | Example for squashmigration not working properly | Migrations | |||
27234 | 27234 | Clarify the type of the django.server logger's 'request' extra context | Documentation | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34706 | 34706 | Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation | Uncategorized | |||
34752 | 34752 | ASGI http.disconnect not handled for streaming responses | HTTP handling | |||
34826 | 34826 | Bounded Integer Range Field For Forms | Forms | |||
34820 | 34820 | Migrations crashes when changing ForeignObject properties. | Database layer (models, ORM) | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34778 | 34778 | startproject could use find_spec() rather than import_module() to check for conflicts | Core (Management commands) | |||
34807 | 34807 | importing `django.forms` causes circular import error | Forms | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
34748 | 34748 | __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. | 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) | |||
34721 | 34721 | ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. | Forms | |||
34697 | 34697 | Migration serializer for sets results in non-deterministic order. | Migrations | |||
34705 | 34705 | BoundField.as_widget() ignores aria-describedby in attrs argument | Forms | |||
34673 | 34673 | Migrations ordering: add constraint run_immediately_after | Migrations | |||
34651 | 34651 | 'list' object has no attribute '_committed' | Uncategorized | |||
34628 | 34628 | RelatedFieldWidgetWrapper link icons are very hard to see | contrib.admin | |||
34644 | 34644 | social-app-django's JSONField doesn't work as expected. | Database layer (models, ORM) | |||
34625 | 34625 | FilteredSelectMultiple widget’s elements aren’t labelled | contrib.admin | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34635 | 34635 | ModelChoiceField with a to_attr that can have an EMPTY_VALUE | Forms | |||
34622 | 34622 | RelatedFieldWidgetWrapper links don’t convey their state for screen reader users | contrib.admin | |||
34582 | 34582 | Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 | File uploads/storage | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34501 | 34501 | Revert CICharField deprecation | contrib.postgres | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34424 | 34424 | SelectDateWidget can crash with OverflowError. | Forms | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
27614 | 27614 | Store the DB used in the state before calling Model._save_table() | Database layer (models, ORM) | |||
34400 | 34400 | ModelFormSet not adding 'required' to fields | Forms | |||
34385 | 34385 | BaseTemporalField child fields causing AttributeError to be raised by calling form.is_valid(). | Forms | |||
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 | |||
34250 | 34250 | Duplicate model names in M2M relationship causes RenameModel migration failure | Migrations | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34254 | 34254 | Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. | Database layer (models, ORM) | |||
34272 | 34272 | floatformat() crashes on "0.00". | Template system | |||
34257 | 34257 | ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs | contrib.admin | |||
34165 | 34165 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | |||
34119 | 34119 | ModelForm fields with callable defaults don't correctly propagate default values | Forms | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34129 | 34129 | Admin list_editable failed to edit | contrib.admin | |||
34058 | 34058 | Widening AutoField to BigAutoField, fails to widen the sequence. | Database layer (models, ORM) | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
34053 | 34053 | JS tests depend on Cloudflare CDN for every run | Testing framework | |||
34014 | 34014 | DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) | Core (Other) | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
27141 | 27141 | makemigrations fails with PermissionDenied on django_migrations | Migrations | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27697 | 27697 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27399 | 27399 | Segfault when running GDALBandTests on OSX 10.11.6 | GIS | |||
27408 | 27408 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27360 | 27360 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
27595 | 27595 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |||
27768 | 27768 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | |||
27392 | 27392 | Remove "Tests that", "Ensures that", etc. from test docstings | Documentation | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27895 | 27895 | Test Client fails to decode json response with unicode characters | Testing framework | |||
27326 | 27326 | Overriding queryset deletion from ModelAdmin | contrib.admin | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27967 | 27967 | The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk | contrib.admin | |||
27039 | 27039 | ModelFields with 'default' value set and 'required'=False in form does not use default value | Forms | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27554 | 27554 | Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) | Database layer (models, ORM) | |||
28001 | 28001 | Investigate/update comment about context popping in ForNode.render() | Template system | |||
27866 | 27866 | Make ChoiceWidget.format_value() return a list | Forms | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27942 | 27942 | admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines | contrib.admin | |||
27231 | 27231 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | |||
27956 | 27956 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | |||
27976 | 27976 | label_from_instance fails silently: form field disappears. | Forms | |||
27949 | 27949 | Document how OpenLayers 3 widgets work | Documentation | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27939 | 27939 | GeoDjango - map doesn't show correct point in admin | GIS | |||
27724 | 27724 | SelectDateWidget clears date and month if year is not selected | Forms | |||
27918 | 27918 | Document ChoiceWidget.option_template_name | Documentation | |||
27920 | 27920 | RadioSelect is not rendering the value attribute when it is empty | Forms | |||
27905 | 27905 | Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() | contrib.admin | |||
27885 | 27885 | Migration creates index of a deleted table | Migrations | |||
27850 | 27850 | Admin Related Widget Wrapper ignores custom render() | contrib.admin | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27847 | 27847 | Allow caching form templates when DEBUG=True | Forms | |||
27839 | 27839 | Add a native file upload progress bar through forms | Forms | |||
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 | |||
27797 | 27797 | dumpdata generate a backup not usable with loaddata using MySQL | Core (Serialization) | |||
27758 | 27758 | Template widget rendering breaks the AdvancedModelIterator pattern | Forms | |||
498 | 498 | Atom support, not just RSS | contrib.syndication | |||
27774 | 27774 | django admin with many objects count is very slow | contrib.admin | |||
14153 | 14153 | Redirects fail if URL has appended query string | Contrib apps | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27544 | 27544 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | |||
27387 | 27387 | Rendering "required" as HTML attribute is not documented under Field.required | Documentation | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27723 | 27723 | `type` is not propagated correctly to widgets in MultiWidgets | Forms | |||
27712 | 27712 | Input widget removes `type` from `attrs`. | Forms | |||
27637 | 27637 | timeuntil, timesince breaks in leap year edge case | Utilities | |||
27638 | 27638 | Rollback data changes made inside templates | Template system | |||
14297 | 14297 | Accessing settings.FOO in hot spots cause performance problems | Core (Other) | |||
27605 | 27605 | Add 'POST_APP_DIRS' TEMPLATES option to search some template directories after app dirs | Template system | |||
27613 | 27613 | BaseInlineFormSet is validating form for extra forms | Forms | |||
27263 | 27263 | Allow validators to short-circuit in form field validation | Forms | |||
27578 | 27578 | ModelChoiceField.to_python() somehow receives value as type 'list' | Forms | |||
27547 | 27547 | Unicode in Textarea breaks rendering | Uncategorized | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27496 | 27496 | Iterating over ModelChoiceField with RadioSelect widget duplicates query | Forms | |||
27495 | 27495 | MultipleChoiceField isn't working with options longer than 1 character | Forms | |||
27433 | 27433 | ModelForm with BooleanField can not save False/unchecked | Forms | |||
27369 | 27369 | Multiple form fields can share the same widget instance | Forms | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27299 | 27299 | Document Widget.use_required_attribute() | Documentation | |||
27351 | 27351 | Add support for composite fields | Database layer (models, ORM) | |||
27312 | 27312 | Checking raw argument to prevent signals from executing during fixture loading isn't DRY | Core (Other) | |||
27304 | 27304 | Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin | contrib.admin | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27158 | 27158 | Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages | contrib.admin | |||
27256 | 27256 | Change the selected attribute of select form tags to use HTML5 boolean syntax | Forms | |||
27223 | 27223 | model RangeField with default value are skiped in ModelForm full_clean validation in construct_instance function | Forms | |||
27246 | 27246 | Factor out input template in ClearableFileInput and document template class attributes | Forms | |||
27220 | 27220 | MultiWidget not considered in form submit | Forms | |||
27199 | 27199 | Integer inputs marked as type="text" instead of type="number" | contrib.admin | |||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27072 | 27072 | AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite | GIS | |||
27037 | 27037 | 'required' attribute on prefilled ClearableFileInput prevents valid form submissions | Forms | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27024 | 27024 | BaseGeometryWidget logs a false positive: Error creating geometry from value '' | GIS | |||
27015 | 27015 | Hidden widget shouldn't have maxlength/minlength attributes | Forms | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14485 | 14485 | New Site.root field | contrib.sites | |||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
14131 | 14131 | The pagination module should have some limit, or a warning should be given in the documentation | Documentation | |||
14402 | 14402 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
29 | 29 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | |||
14716 | 14716 | filter_horizontal and filter_vertical don't work on mobile Safari | contrib.admin | |||
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 | |||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
14003 | 14003 | Filtering on a relation whose model has a different PK type doesn't work | Database layer (models, ORM) | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14868 | 14868 | admin: prevent long text from overflowing recent actions box | contrib.admin | |||
14656 | 14656 | Atom1Feed should write atom:published element | contrib.syndication | |||
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 | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14615 | 14615 | Related objects manager returns related objects with null FKs for unsaved instances | Database layer (models, ORM) | |||
14502 | 14502 | Feature: escape hatch for colliding template syntax in Django templates | Template system | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
26 | 26 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14202 | 14202 | Rss201rev2Feed bug | contrib.syndication | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14776 | 14776 | Don't put radio and checkbox input widgets in <ul> lists | Forms | |||
14670 | 14670 | GenericTabularInline broken as of r13708 | Contrib apps | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14935 | 14935 | admin_views regression test has one failure since r14992 | contrib.admin | |||
14132 | 14132 | Feedgenerator doesn't support dates before 1900 | Contrib apps | |||
14360 | 14360 | Clarify documentation of triage states | Documentation | |||
14933 | 14933 | SelectDateWidget doesn't render a month | Forms | |||
14596 | 14596 | Cache backend initialization refactoring | Core (Cache system) | |||
14454 | 14454 | Convert admin_widgets doctest to unit tests | Testing framework | |||
14755 | 14755 | Wsgi Error | HTTP handling | |||
14735 | 14735 | Wrong plural formulation in search_form.html | contrib.admin | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
14718 | 14718 | Different attributes for DateInput and TimeInput in SplitDateTimeWidget | Forms | |||
14876 | 14876 | Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN | Database layer (models, ORM) | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14045 | 14045 | makemessage miss some gettext in javascript | Internationalization | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14854 | 14854 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | |||
14710 | 14710 | Form css classes for bound fields are not rendered {{ form.field_name }} | Forms | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14267 | 14267 | Trac Upgrade Tracking Ticket | *.djangoproject.com | |||
14101 | 14101 | Localized DecimalField doesn't accept localized input | Internationalization | |||
14468 | 14468 | test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype | Testing framework | |||
15000 | 15000 | IRC logs 404 | *.djangoproject.com | |||
14971 | 14971 | Exclude by annotation works as OR rather than AND | Database layer (models, ORM) | |||
14673 | 14673 | MultipleHiddenInput unbound form | Forms | |||
14869 | 14869 | The filter_horizontal widget converts the fields 'verbose_name_plural' to lower case | Internationalization | |||
14759 | 14759 | Updated widgets doc. | Documentation | |||
14884 | 14884 | Visible form <input>s and <textarea> should use the "required" attribute | Forms | |||
14666 | 14666 | Ability to control the order the column in Models when mapping to the sql | Database layer (models, ORM) | |||
14110 | 14110 | iexact lookup doesn't work with subquery values | Database layer (models, ORM) | |||
14424 | 14424 | rel_to undefined in init scope of RelatedFieldWidgetWrapper | contrib.admin | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14510 | 14510 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | Contrib apps | |||
14407 | 14407 | ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated and can be simplified | contrib.admin | |||
14363 | 14363 | ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. | contrib.admin | |||
14362 | 14362 | ManyToManyRawIdWidget doesn't work with multidb | contrib.admin | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14245 | 14245 | django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball | Uncategorized | |||
14116 | 14116 | TestClient skips Csrf Middleware | Testing framework | |||
14113 | 14113 | Access to extra fields in M2M relations | Database layer (models, ORM) | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
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) | |||
569 | 569 | [patch] better pluralization for table names | contrib.admin | |||
509 | 509 | We need a "Powered by Django" button | Database layer (models, ORM) | |||
219 | 219 | The change history for an object is recording changes with a 6-hour offset to the timestamp | contrib.admin | |||
212 | 212 | help_text is not displayed for ManyToManyField in the admin interface | contrib.admin | |||
16 | 16 | Create some form of "edit many at once" feature for the admin | 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 | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
329 | 329 | RSS framework needs an easier interface | contrib.syndication | |||
180 | 180 | request.POST doesn't work in django_admin.py runserver | Tools | |||
813 | 813 | we need spam protection for the ticket system :-( | *.djangoproject.com | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
445 | 445 | allow partial object updates with manipulators | Metasystem | |||
998 | 998 | Exception in views/debug.py | Core (Other) | |||
583 | 583 | [patch] Add app-template dirs to TEMPLATE_DIRS | Template system | |||
502 | 502 | [patch] added category to feed items | contrib.syndication | |||
485 | 485 | [patch] small typo in feedgenerator.py | contrib.syndication | |||
118 | 118 | flatfiles should be called flatpages | Core (Other) | |||
554 | 554 | RSS feeds are not valid due to missing timezone in pubdates | contrib.syndication | |||
658 | 658 | [patch] javascript calendar widget layout broken in IE | contrib.admin | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
449 | 449 | [patch] variable selection for templates should allow negative list indexes | Template system | |||
151 | 151 | javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code | contrib.admin | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
477 | 477 | js errors in code.djangoproject.com | *.djangoproject.com | |||
432 | 432 | Trac throwing errors when attempting to replace attachment | *.djangoproject.com |