#9990 |
Management shell autocomplete breaks PYTHONSTARTUP autocomplete
|
new
|
nobody
|
Bug
|
Core (Management commands)
|
master
|
#10227 |
Support a related_default on OneToOne fields
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#10305 |
Add a form instantiation hook for contrib.admin add/change views
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#10327 |
Pass document.domain to popup windows in admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#10621 |
Add a way to have an aggregate() result as a queryset
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#10850 |
Impossible to stop a large file upload mid-stream
|
new
|
nobody
|
Bug
|
File uploads/storage
|
master
|
#10874 |
ModelFormMetaclass does not provide easy way of extending
|
new
|
nobody
|
New feature
|
Forms
|
1.0
|
#10919 |
Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects)
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#10961 |
Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#11097 |
Formset documentation should include a note about form.blah_ptr for derived models
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.0
|
#11294 |
Django administration Model list always shows Decimal with decimal places
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#11385 |
DateTimeField doesn't accept ISO 8601 formatted date string
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#11479 |
cache_page and last_modified decorators can't be used together
|
new
|
nobody
|
Bug
|
Core (Cache system)
|
1.0
|
#11505 |
Django's TestCase should reset the cache
|
new
|
nobody
|
New feature
|
Testing framework
|
master
|
#11506 |
session.flush should not delete the old session
|
new
|
nobody
|
Bug
|
contrib.sessions
|
master
|
#11541 |
F() expressions don't allow assignment of Foreign Key values on instances
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.1-beta
|
#11561 |
raw_id_fields requires that the user has change permissions on the model class that is being linked to
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.0
|
#11593 |
Incomplete support for app-level testing
|
new
|
nobody
|
New feature
|
Testing framework
|
master
|
#11651 |
Allow list_editable form fields to be customized separately from changeform fields.
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#11688 |
verbose_name should allow dynamical translation based on a number
|
new
|
nobody
|
New feature
|
Internationalization
|
1.1
|
#11803 |
Admin does not update every ForeignKey select of the same model
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
#11836 |
Missing django.forms.widgets.MultiWidget hidden counterpart
|
new
|
nobody
|
New feature
|
Forms
|
|
#11919 |
dpaste.com feature in debug traceback view should be optional
|
new
|
nobody
|
New feature
|
Error reporting
|
master
|
#12007 |
djangoadmin loaddata gives odd error if it runs out of memory
|
new
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
1.1
|
#12089 |
test client fails to collect sub-contexts
|
new
|
nobody
|
Bug
|
Testing framework
|
master
|
#12134 |
contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
#12157 |
FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
1.1
|
#12203 |
ManyToManyField with through model can't be used in admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#12221 |
Allow custom management commands to define bash completion arguments
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
1.1
|
#12246 |
contrib.admin's JavaScript functions should be namespaced
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
master
|
#12264 |
calendar.js depends on jsi18n but date widgets using it do not specify as required media
|
new
|
nobody
|
New feature
|
Forms
|
1.1
|
#12382 |
Deleting an inline can delete the whole inlined model instance recursively
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
#12529 |
manage.py syncdb doesn't check tables by using mangled names with Oracle backend
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#12679 |
In admin, inlines should be allowed to be properties
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#12697 |
Prevent deletion of some rows in a formset
|
new
|
nobody
|
New feature
|
Forms
|
1.1
|
#12794 |
Interaction between sessions and django.views.i18n.set_language causes caching errors
|
new
|
nobody
|
Bug
|
Internationalization
|
1.1
|
#12826 |
Use __slots__ for some simple objects.
|
new
|
nobody
|
Cleanup/optimization
|
Core (Other)
|
|
#12938 |
not possible to validate a many-to-many at the model
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#12952 |
Models history doesn't use verbose names
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
master
|
#13033 |
MySQL full text search in admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#13091 |
admin list_editable with unique_together raises Integrity Error
|
new
|
nobody
|
Bug
|
Forms
|
master
|
#13127 |
Template tag "perms" doesn't support object level permission checking
|
new
|
nobody
|
New feature
|
contrib.auth
|
1.2-beta
|
#13145 |
Allow the prefix used for empty_form on FormSets to be customized
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#13291 |
Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes.
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
master
|
#13296 |
order_with_respect_to fails to correctly track _order after deleting entries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.1
|
#13313 |
Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#13314 |
"FileField" validation does not account for "upload_to" when counting characters
|
new
|
nobody
|
Bug
|
Forms
|
1.1
|
#13327 |
FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.1
|
#13339 |
Date(Time)Field.to_python() fails to parse localized month names
|
new
|
nobody
|
Bug
|
Forms
|
1.1
|
#13369 |
Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.2
|
#13666 |
Updates with F objects on decimal fields raise MySQL warnings
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.7
|
#13680 |
loaddata should issue a warning when attempting to load data using an unknown serialization format even when it is unspecified
|
new
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
master
|
#13757 |
Signal inconsistency between auto_created and manually defined intermediate models for m2m fields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.2
|
#13764 |
i18n in custom javascript
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.2
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#13878 |
Formset validation refactoring and valid_forms property of fieldsets
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#13883 |
SelectBox.js with grouping (optgroup elements)
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.2
|
#13917 |
Multiple popup window feature of related objects popup through id_to_windowname
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.2
|
#13926 |
GeometryCollections are not visible in OSMGeoAdmin
|
new
|
nobody
|
Bug
|
GIS
|
1.7
|
#13960 |
abstract file upload/download handling
|
new
|
nobody
|
New feature
|
File uploads/storage
|
master
|
#14009 |
custom formset validation documentation is incomplete
|
new
|
nobody
|
Bug
|
Documentation
|
1.2
|
#14063 |
Validating form file fields is hard
|
new
|
nobody
|
New feature
|
File uploads/storage
|
1.2
|
#14087 |
django.core.management.get_commands only sees commands in the last package of a namespace package
|
new
|
nobody
|
Bug
|
Core (Other)
|
master
|
#14174 |
Support for string interpolation in lazy translation
|
new
|
nobody
|
New feature
|
Internationalization
|
1.2
|
#14287 |
TEST_MIRROR is not respected in routers
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.2
|
#14408 |
Admin Error when subclassing ContentType for generic Relations
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.2
|
#14586 |
Make interpolate JS function not require the named parameter.
|
new
|
nobody
|
Cleanup/optimization
|
Internationalization
|
1.2
|
#14628 |
Document which settings can be changed at runtime
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.2
|
#14645 |
Exclude query with multiple conditions for the same multi-value relation not correct
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#14660 |
Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.2
|
#14705 |
Model Field Order not influenced by MRO of superclasses
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#14722 |
@last_modified should ignore lack of etag method when USE_ETAGS is enabled
|
new
|
nobody
|
Bug
|
HTTP handling
|
1.2
|
#14760 |
Admin inlines with file/image field fails to save_as
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.2
|
#14808 |
i18n is not safe.
|
new
|
nobody
|
Bug
|
Documentation
|
1.2
|
#14831 |
Django Template Style Guide
|
new
|
nobody
|
New feature
|
Documentation
|
1.2
|
#14832 |
Impossible to create inline objects if form validates but is unchanged
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.4
|
#14844 |
i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context
|
new
|
nobody
|
Bug
|
Internationalization
|
master
|
#14845 |
Document connection-creation process
|
new
|
nobody
|
New feature
|
Documentation
|
master
|
#14904 |
TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.2
|
#14974 |
Add support for translation backends other than gettext
|
new
|
nobody
|
New feature
|
Internationalization
|
master
|
#15015 |
Mixing read-only with ability to add new instances using a FormSet
|
new
|
nobody
|
New feature
|
Forms
|
1.2
|
#15059 |
Additional Documentation for the objects in the admin templates
|
new
|
nobody
|
Bug
|
Documentation
|
1.2
|
#15063 |
multi_db flag on TestCase causes invalid error reporting when loading fixtures
|
new
|
nobody
|
Bug
|
Testing framework
|
1.2
|
#15099 |
ModelFormset.queryset requirement is too strict
|
new
|
nobody
|
Bug
|
Forms
|
1.2
|
#15179 |
django.test.client.Client.login fake HttpRequest is not run through middlewares
|
new
|
nobody
|
Bug
|
Testing framework
|
master
|
#15231 |
Admin DateTimeShortcuts + Inlines performance
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
master
|
#15396 |
full path to modules in documentation inconsistently referenced
|
new
|
nobody
|
Bug
|
Documentation
|
master
|
#15559 |
Distinct queries will cause errors with some custom model fields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#15574 |
IndexError: list index out of range caused by inline formsets
|
new
|
nobody
|
Bug
|
Forms
|
master
|
#15578 |
loaddata and processing order of fixtures
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.2
|
#15602 |
Using get_readonly_fields and StackedInline/TabularInline admin objects doesn't allow creating new objects, immutible existing objects
|
new
|
nobody
|
Bug
|
contrib.admin
|
master
|
#15665 |
Inline admins are broken when primary key is not an AutoField and not editable.
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.2
|
#15725 |
No easy way to get default model values into a ModelForm for validation
|
new
|
nobody
|
New feature
|
Forms
|
1.2
|
#15742 |
Bug: Mark all does not contain full queryset when using intermidiate pages in Django admin
|
new
|
nobody
|
Bug
|
Documentation
|
1.3
|
#15759 |
list_editable should respect per-object permissions
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.3
|
#15799 |
Document what exception should be raised when trying to open non-existent file
|
new
|
nobody
|
New feature
|
File uploads/storage
|
master
|
#15817 |
ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process
|
new
|
nobody
|
Cleanup/optimization
|
Forms
|
1.3
|
#15881 |
FilteredSelectMultiple does not respect order
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.3
|
#15894 |
SITE_CACHE does not invalidate in multiprocess environments
|
new
|
nobody
|
Bug
|
contrib.sites
|
1.3
|