#897 |
Bi-Directional ManyToMany in Admin
|
nobody
|
New feature
|
contrib.admin
|
dev
|
low
|
#2137 |
Add drag and drop ordering for inlines to set order_with_respect_to in admin interface
|
|
New feature
|
contrib.admin
|
|
normal
|
#2259 |
Primary keys should be readonly by default in admin
|
|
Bug
|
contrib.admin
|
dev
|
normal
|
#2539 |
Custom tags and filters can be restricted by namespace
|
|
New feature
|
Template system
|
|
normal
|
#2901 |
Enable admin log display to be restricted to a specific site
|
nobody
|
New feature
|
contrib.admin
|
newforms-admin
|
normal
|
#3254 |
full text search support for postgres, oracle and mssql
|
|
New feature
|
Database layer (models, ORM)
|
|
normal
|
#3569 |
extend Atom feed support for other fields
|
nobody
|
New feature
|
contrib.syndication
|
dev
|
|
#4140 |
oracle: manage.py syncdb fails with ORA-06552 when a fieldname is a keyword
|
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#4147 |
Add some i18n hooks to DateFormat
|
Marc Garcia
|
New feature
|
Internationalization
|
dev
|
|
#4848 |
Allow inline fields to be "mixed in" with the models' own fields
|
nobody
|
New feature
|
contrib.admin
|
newforms-admin
|
|
#5349 |
Shouldn't the item_enclosure_url automatically prefixed with the current site?
|
nobody
|
Cleanup/optimization
|
contrib.syndication
|
dev
|
|
#5372 |
Cache inline ForeignKey options
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
newforms-admin
|
|
#5745 |
MySQL Collations/Charsets and Engines
|
nobody
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#5797 |
decorator_from_middleware can cause middleware hooks to run out of correct order.
|
|
Bug
|
HTTP handling
|
dev
|
|
#6148 |
Add generic support for database schemas
|
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#6343 |
% symbols not escaped in db_column column names when preparing queries
|
nobody
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#6396 |
Remove customization-unfriendly admin template tags
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
dev
|
|
#6489 |
Add selected and enabled_from for JS calendar
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|
#6870 |
pre_delete should be sent before collecting ForeignKey relationships
|
nobody
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#7018 |
Make ModelForm multiple inheritance possible
|
nobody
|
New feature
|
Forms
|
dev
|
|
#7556 |
inspectdb fails in MySql if a table references a table outside the current schema
|
|
Bug
|
Core (Management commands)
|
dev
|
|
#7623 |
Multi-table inheritance: Add the ability create child instance from existing parent
|
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#8122 |
Better way of testing for cookies
|
nobody
|
Cleanup/optimization
|
contrib.sessions
|
dev
|
|
#8165 |
When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false
|
nobody
|
New feature
|
Forms
|
dev
|
|
#8264 |
Replace get_absolute_url with more sane alternative
|
simon
|
New feature
|
Core (URLs)
|
dev
|
|
#8408 |
Add a new meta option: don't do count(*) in admin
|
Thomas C
|
New feature
|
contrib.admin
|
dev
|
|
#8912 |
File storage and save/commit=False
|
|
New feature
|
File uploads/storage
|
1.0
|
|
#9025 |
Nested Inline Support in Admin
|
|
New feature
|
contrib.admin
|
dev
|
|
#9093 |
Extend inclusion tag syntax to allow custom templates
|
nobody
|
New feature
|
Template system
|
1.0
|
|
#9107 |
URL arguments to set values of fields in admin don't work for inlines
|
|
New feature
|
contrib.admin
|
dev
|
|
#9173 |
Conditional content of template blocks
|
nobody
|
New feature
|
Template system
|
dev
|
|
#9318 |
"Virtual" behaviour for signal dispatcher and model inheritance
|
|
New feature
|
Core (Other)
|
1.0
|
|
#9357 |
Unable to subclass form Media class
|
nobody
|
New feature
|
Forms
|
1.0
|
|
#9363 |
Add a traceback to each query in CursorDebugWrapper
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.0
|
|
#9373 |
"This field is required" error even on empty inlines formsets in the admin model page, when hiding a choice field of a custom form.
|
|
Bug
|
contrib.admin
|
1.7
|
|
#9388 |
Made month and year selectable in admin calender widget.
|
ahmadkhalili
|
New feature
|
contrib.admin
|
dev
|
|
#9435 |
Check out behaviour of wsgi backend with PATH_INFO being an empty string
|
|
Bug
|
Core (Other)
|
1.0
|
|
#9631 |
FieldFile assumes efficient Storage.size
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
1.11
|
|
#9682 |
icontains can be case-sensitive on MySQL
|
nobody
|
Bug
|
Database layer (models, ORM)
|
1.0
|
|
#9757 |
Make IfNode a baseclass for other if nodes to subclass
|
nobody
|
Cleanup/optimization
|
Template system
|
1.0
|
|
#9976 |
Generic Foreign Keys should have a nice widget(ala raw_id)
|
|
New feature
|
contrib.admin
|
dev
|
|
#10060 |
Multiple table annotation failure
|
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#10191 |
Fix / Add support for radiobuttons after adding item with popup in Django Admin
|
bodiddlie
|
New feature
|
contrib.admin
|
dev
|
|
#10227 |
Support a related_default on OneToOne fields
|
nobody
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#10305 |
Add a form instantiation hook for contrib.admin add/change views
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|
#10449 |
HTML accents not escaped out when using forms
|
nobody
|
Bug
|
Internationalization
|
1.0
|
|
#10554 |
Response.set_cookie should allow setting two cookies of the same name.
|
nobody
|
New feature
|
HTTP handling
|
dev
|
|
#10850 |
Impossible to stop a large file upload mid-stream
|
nobody
|
Bug
|
File uploads/storage
|
dev
|
|
#10874 |
ModelFormMetaclass does not provide easy way of extending
|
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)
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|
#10961 |
Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields.
|
nobody
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
nobody
|
New feature
|
Forms
|
dev
|
|
#11265 |
ForeignKey/OneToOneField should support user-defined id attribute name
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
|
#11294 |
Django administration Model list always shows Decimal with decimal places
|
nobody
|
Bug
|
contrib.admin
|
dev
|
|
#11383 |
Admin action 'Delete selected' check only global model delete permission
|
|
Bug
|
contrib.admin
|
dev
|
|
#11479 |
cache_page and last_modified decorators can't be used together
|
nobody
|
Bug
|
Core (Cache system)
|
1.0
|
|
#11505 |
Django's TestCase should reset the cache
|
nobody
|
New feature
|
Testing framework
|
dev
|
|
#11506 |
session.flush should not delete the old session
|
nobody
|
Bug
|
contrib.sessions
|
dev
|
|
#11561 |
raw_id_fields requires that the user has change permissions on the model class that is being linked to
|
nobody
|
Bug
|
contrib.admin
|
1.0
|
|
#11580 |
Unable to query TextField against oracle nclob 10Gr4
|
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#11651 |
Allow list_editable form fields to be customized separately from changeform fields.
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|
#11688 |
verbose_name should allow dynamical translation based on a number
|
nobody
|
New feature
|
Internationalization
|
1.1
|
|
#11760 |
Placeholder for through value in ManyToManyField of abstract class
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
|
#12007 |
djangoadmin loaddata gives odd error if it runs out of memory
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
1.1
|
|
#12044 |
Add extra_context to admin action delete_selected
|
nobody
|
New feature
|
contrib.admin
|
1.1
|
|
#12089 |
test client fails to collect sub-contexts
|
nobody
|
Bug
|
Testing framework
|
dev
|
|
#12096 |
Model fields are not accessible as attributes of the model class
|
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#12134 |
contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
|
#12157 |
FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
1.1
|
|
#12221 |
Allow custom management commands to define bash completion arguments
|
nobody
|
New feature
|
Core (Management commands)
|
1.1
|
|
#12227 |
PREPEND_WWW breaks the test client
|
|
Bug
|
Testing framework
|
1.1
|
|
#12238 |
ModelAdmin ignores dynamic fields of ModelForm
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
|
#12246 |
contrib.admin's JavaScript functions should be namespaced
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
dev
|
|
#12382 |
Deleting an inline can delete the whole inlined model instance recursively
|
nobody
|
Bug
|
contrib.admin
|
1.1
|
|
#12416 |
Improve KML Serialization
|
|
New feature
|
GIS
|
dev
|
|
#12509 |
Feature: Selector Inlines
|
Zain Memon
|
New feature
|
contrib.admin
|
soc2009/admin-ui
|
|
#12529 |
manage.py syncdb doesn't check tables by using mangled names with Oracle backend
|
nobody
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#12651 |
AutoSlugField, that can recreate unique slugs during saving.
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
|
#12697 |
Prevent deletion of some rows in a formset
|
nobody
|
New feature
|
Forms
|
1.1
|
|
#12733 |
Added support for Extent aggregate on mysql databases
|
nobody
|
New feature
|
GIS
|
1.1
|
|
#12772 |
Allow loading template tags by fully qualified python module path
|
|
New feature
|
Template system
|
1.2-beta
|
|
#12938 |
not possible to validate a many-to-many at the model
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
|
#13033 |
MySQL full text search in admin
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|
#13091 |
admin list_editable with unique_together raises Integrity Error
|
nobody
|
Bug
|
Forms
|
dev
|
|
#13127 |
Template tag "perms" doesn't support object level permission checking
|
nobody
|
New feature
|
contrib.auth
|
1.2-beta
|
|
#13145 |
Allow the prefix used for empty_form on FormSets to be customized
|
nobody
|
New feature
|
Forms
|
dev
|
|
#13224 |
style of m2m readonly_fields in admin change_form
|
|
New feature
|
contrib.admin
|
1.2-beta
|
|
#13240 |
Modify RelatedManager and ManyRelatedManager add() and remove() to accept QuerySets and iterables
|
|
New feature
|
Database layer (models, ORM)
|
dev
|
|
#13291 |
Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes.
|
nobody
|
New feature
|
Core (Management commands)
|
dev
|
|
#13313 |
Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField
|
nobody
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#13327 |
FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.1
|
|
#13339 |
Date(Time)Field.to_python() fails to parse localized month names
|
nobody
|
Bug
|
Forms
|
1.1
|
|
#13369 |
Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins
|
nobody
|
New feature
|
contrib.admin
|
1.2
|
|
#13528 |
db_table truncation is applied based on the properties of the default database
|
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#13539 |
The delete confirmation page does not check for object-level permissions when building the related list
|
|
Bug
|
contrib.admin
|
1.8
|
|
#13564 |
Provide class attributes for form fields
|
|
New feature
|
Forms
|
1.2-beta
|
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|
#13680 |
loaddata should issue a warning when attempting to load data using an unknown serialization format even when it is unspecified
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
dev
|
|
#13757 |
Signal inconsistency between auto_created and manually defined intermediate models for m2m fields
|
nobody
|
Bug
|
Database layer (models, ORM)
|
dev
|
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
nobody
|
New feature
|
contrib.admin
|
dev
|
|