#8165 |
When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#9076 |
Inline forms can result in a "Please correct the errors below." message with no errors listed.
|
new
|
nobody
|
Bug
|
Forms
|
1.0
|
#9107 |
URL arguments to set values of fields in admin don't work for inlines
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#9173 |
Conditional content of template blocks
|
new
|
nobody
|
New feature
|
Template system
|
master
|
#9198 |
Make the {% include %} strip a trailing newline
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
1.0
|
#9357 |
Unable to subclass form Media class
|
new
|
nobody
|
New feature
|
Forms
|
1.0
|
#9475 |
add(), create(), etc. should be supported by intermediate ManyToMany model with extra attributes if extra fields can be calculated
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#9519 |
Add QuerySet.bulk_delete() that issues only a single SQL query
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#9631 |
FieldFile assumes efficient Storage.size
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
1.11
|
#9682 |
icontains can be case-sensitive on MySQL
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.0
|
#9757 |
Make IfNode a baseclass for other if nodes to subclass
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
1.0
|
#10070 |
Named parameters not working on raw sql queries with sqlite
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.0
|
#10227 |
Support a related_default on OneToOne fields
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#10244 |
FileFields can't be set to NULL in the db
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.0
|
#10305 |
Add a form instantiation hook for contrib.admin add/change views
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#10449 |
HTML accents not escaped out when using forms
|
new
|
nobody
|
Bug
|
Internationalization
|
1.0
|
#10621 |
Add a way to have an aggregate() result as a queryset
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#10743 |
Support lookup separators in ModelAdmin.list_display
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#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
|
#11097 |
Formset documentation should include a note about form.blah_ptr for derived models
|
new
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.0
|
#11265 |
ForeignKey/OneToOneField should support user-defined id attribute name
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#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
|
#11487 |
Oracle encoding bug when saving more than 4000 characters
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
master
|
#11505 |
Django's TestCase should reset the cache
|
new
|
nobody
|
New feature
|
Testing framework
|
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
|
#11634 |
OpenLayers default position
|
new
|
nobody
|
Bug
|
GIS
|
master
|
#11760 |
Placeholder for through value in ManyToManyField of abstract class
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#11803 |
Admin does not update every ForeignKey select of the same model
|
new
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
#12007 |
djangoadmin loaddata gives odd error if it runs out of memory
|
new
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
1.1
|
#12044 |
Add extra_context to admin action delete_selected
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.1
|
#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
|
#12238 |
ModelAdmin ignores dynamic fields of ModelForm
|
new
|
nobody
|
Bug
|
contrib.admin
|
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
|
#12780 |
Provide a hook for compound form/formset validation in ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#12938 |
not possible to validate a many-to-many at the model
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#13033 |
MySQL full text search in admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#13117 |
Recenter OSMGeoAdmin widget with coordinates
|
new
|
nobody
|
New feature
|
GIS
|
1.1
|
#13127 |
Template tag "perms" doesn't support object level permission checking
|
new
|
nobody
|
New feature
|
contrib.auth
|
1.2-beta
|
#13251 |
Add ability to know where an object was deleted from to pre/post delete signals
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#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
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#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
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
new
|
nobody
|
New feature
|
contrib.admin
|
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
|
#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
|
#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
|
#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
|
#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
|
#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
|
#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
|
#15610 |
Generic Foreign Keys break when used with multi-db.
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
master
|
#15691 |
TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection.
|
new
|
nobody
|
Bug
|
Testing framework
|
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
|
#15982 |
Lack DateTime formats in some languages
|
new
|
nobody
|
Bug
|
Internationalization
|
1.3
|
#16055 |
Filtering over generic relations with TextField/CharField object_id breaks in postgres
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
1.3
|
#16063 |
Problem with searching in m2m fields in inherited model
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
1.2
|
#16117 |
Provide decorators to easily mark functions/methods as list_display items or admin actions
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#16211 |
using negated F()-expression in update query
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#16212 |
Improve multiple sort UX
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#16300 |
Poor header formatting when using "make singlehtml" on docs/
|
new
|
nobody
|
Bug
|
Documentation
|
master
|