#28694 |
Make django.utils.text.slugify() remove redundant dashes and underscores
|
assigned
|
Elinaldo do Nascimento Monteiro
|
Cleanup/optimization
|
Utilities
|
master
|
#28715 |
Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
master
|
#28889 |
Use JavaScript to prevent double submission of admin forms
|
assigned
|
Karan Bedi
|
Cleanup/optimization
|
contrib.admin
|
1.11
|
#28905 |
Overhaul extra_requires to include more optional dependencies
|
new
|
nobody
|
Cleanup/optimization
|
Packaging
|
master
|
#28917 |
Remove paginator's unordered queryset warning for a .none() queryset
|
assigned
|
Junji Wei
|
Cleanup/optimization
|
Core (Other)
|
2.0
|
#29015 |
Add an error when the PostgreSQL database name length limit is exceeded
|
assigned
|
Priyansh Saxena
|
Cleanup/optimization
|
Database layer (models, ORM)
|
2.0
|
#29048 |
Add **extra_context arg to as_vendor methods in database functions
|
assigned
|
Priyansh Saxena
|
Cleanup/optimization
|
Database layer (models, ORM)
|
master
|
#29243 |
Improve efficiency of migration graph algorithm
|
new
|
nobody
|
Cleanup/optimization
|
Migrations
|
2.0
|
#29313 |
Add documentation for how to use F() expressions in combination with nulls_last
|
assigned
|
drd0013
|
Cleanup/optimization
|
Documentation
|
1.11
|
#29336 |
No docs for circular inheritance
|
assigned
|
Adrian Turjak
|
Cleanup/optimization
|
Documentation
|
2.0
|
#56 |
Primary key columns should be UNSIGNED
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#1028 |
High-level feed framework should make more feed elements available
|
new
|
|
New feature
|
contrib.syndication
|
master
|
#1873 |
Multi-select admin filter for RelatedFields
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#2539 |
Custom tags and filters can be restricted by namespace
|
new
|
|
New feature
|
Template system
|
|
#2901 |
Enable admin log display to be restricted to a specific site
|
new
|
nobody
|
New feature
|
contrib.admin
|
newforms-admin
|
#4282 |
startproject should honor umask
|
assigned
|
merb
|
New feature
|
Core (Management commands)
|
master
|
#5815 |
Adds per-view cache refreshing (clearing)
|
new
|
nobody
|
New feature
|
Core (Cache system)
|
master
|
#5865 |
cycle template tag should accept a single argument
|
new
|
munhitsu
|
New feature
|
Template system
|
master
|
#5899 |
Allow admin fieldsets to be collapsible but not initially collapsed
|
assigned
|
Alexander Herrmann
|
New feature
|
contrib.admin
|
newforms-admin
|
#6148 |
Add generic support for database schemas
|
new
|
Anssi Kääriäinen
|
New feature
|
Database layer (models, ORM)
|
master
|
#6376 |
Please don't force the usage of the 'django' gettext domain
|
assigned
|
Krzysztof Gutkowski
|
New feature
|
Internationalization
|
master
|
#6489 |
Add selected and enabled_from for JS calendar
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#6933 |
You cannot search with spaces if search_fields is declared with "^"
|
new
|
diafour
|
New feature
|
contrib.admin
|
newforms-admin
|
#7537 |
Make RegexURLResolver easier to subclass
|
new
|
nobody
|
New feature
|
Core (URLs)
|
master
|
#7623 |
Multi-table inheritance: Add the ability create child instance from existing parent
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#7664 |
MultiWidget to support named sub widgets
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#7732 |
Oracle Backend with SessionPool
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#8408 |
Add a new meta option: don't do count(*) in admin
|
new
|
Thomas Chaumeny
|
New feature
|
contrib.admin
|
master
|
#8467 |
For ManyToMany manager, we should convert objects being added or removed to the pk type if they are not.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#8472 |
Add "Recent Actions" panel to app_index template
|
assigned
|
Dario Ocles
|
New feature
|
contrib.admin
|
master
|
#8936 |
Add view (read-only) permission to admin
|
assigned
|
Olivier
|
New feature
|
contrib.admin
|
master
|
#8972 |
Add ability to delete selected vector features within the Geodjango/OpenLayers Admin map interface
|
assigned
|
jbronn
|
New feature
|
GIS
|
1.0
|
#9025 |
Nested Inline Support in Admin
|
new
|
|
New feature
|
contrib.admin
|
master
|
#9061 |
formsets with can_delete=True shouldn't add delete field to extra forms
|
assigned
|
Daniel Ward
|
New feature
|
Forms
|
master
|
#9093 |
Extend inclusion tag syntax to allow custom templates
|
new
|
nobody
|
New feature
|
Template system
|
1.0
|
#9173 |
Conditional content of template blocks
|
new
|
nobody
|
New feature
|
Template system
|
master
|
#9249 |
Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie
|
assigned
|
Łukasz Langa
|
New feature
|
HTTP handling
|
1.0
|
#9318 |
"Virtual" behaviour for signal dispatcher and model inheritance
|
new
|
|
New feature
|
Core (Other)
|
1.0
|
#9338 |
admin-interface: inline formset should have can_order=True when using order_with_respect_to
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#9363 |
Add a traceback to each query in CursorDebugWrapper
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.0
|
#9388 |
Year navigation in admin's date widgets' calendar
|
assigned
|
Javier de la Rosa
|
New feature
|
contrib.admin
|
master
|
#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
|
#9976 |
Generic Foreign Keys should have a nice widget(ala raw_id)
|
new
|
|
New feature
|
contrib.admin
|
master
|
#10191 |
Fix / Add support for radiobuttons after adding item with popup in Django Admin
|
new
|
bodiddlie
|
New feature
|
contrib.admin
|
master
|
#10403 |
provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#10609 |
Permissions on admin actions
|
assigned
|
leitjohn
|
New feature
|
contrib.admin
|
master
|
#10686 |
Add class name interpolation in Meta.permissions codenames
|
assigned
|
Sergei Maertens
|
New feature
|
Database layer (models, ORM)
|
master
|
#10743 |
Support lookup separators in ModelAdmin.list_display
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#10929 |
Support a default value for Sum (and possibly other aggregation functions)
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#10944 |
Site app should be able to make absolute URLs.
|
assigned
|
Christopher Medrela
|
New feature
|
contrib.sites
|
1.0
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#11265 |
ForeignKey/OneToOneField should support user-defined id attribute name
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#11505 |
Django's TestCase should reset the cache
|
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
|
#11760 |
Placeholder for through value in ManyToManyField of abstract class
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
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
|
#11927 |
Allow manage.py dumpdata to dump YAML in block style
|
assigned
|
Xiao Hanyu
|
New feature
|
Core (Serialization)
|
master
|
#11964 |
Add the ability to use database-level CHECK CONSTRAINTS
|
assigned
|
Ian Foote
|
New feature
|
Database layer (models, ORM)
|
master
|
#12044 |
Add extra_context to admin action delete_selected
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.1
|
#12075 |
Add wsgiorg.routing args support
|
assigned
|
Gustavo Narea
|
New feature
|
HTTP handling
|
master
|
#12091 |
Support for WSGI applications within Django
|
new
|
Gustavo Narea
|
New feature
|
HTTP handling
|
master
|
#12221 |
Allow custom management commands to define bash completion arguments
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
1.1
|
#12498 |
Add multi-field validators
|
assigned
|
jkocherhans
|
New feature
|
Forms
|
|
#12509 |
Feature: Selector Inlines
|
new
|
Zain Memon
|
New feature
|
contrib.admin
|
soc2009/admin-ui
|
#12651 |
AutoSlugField, that can recreate unique slugs during saving.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#12733 |
Added support for Extent aggregate on mysql databases
|
new
|
nobody
|
New feature
|
GIS
|
1.1
|
#12772 |
Allow loading template tags by fully qualified python module path
|
assigned
|
Patryk Zawadzki
|
New feature
|
Template system
|
1.2-beta
|
#12780 |
Provide a hook for compound form/formset validation in ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#12978 |
Support in syndication framework for CSS stylesheet links
|
new
|
Yuval Adam
|
New feature
|
contrib.syndication
|
1.1
|
#13117 |
Recenter OSMGeoAdmin widget with coordinates
|
new
|
nobody
|
New feature
|
GIS
|
1.1
|
#13145 |
Allow the prefix used for empty_form on FormSets to be customized
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#13240 |
Modify RelatedManager and ManyRelatedManager add() and remove() to accept QuerySets and iterables
|
new
|
|
New feature
|
Database layer (models, ORM)
|
master
|
#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
|
#13291 |
Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes.
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
master
|
#13295 |
Add a Meta.sequence option to models
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
#13376 |
Messages should have an "expire" flag
|
new
|
|
New feature
|
contrib.messages
|
1.2-beta
|
#13559 |
Need a contextprocessor for current site
|
assigned
|
chrismedrela
|
New feature
|
contrib.sites
|
master
|
#13564 |
Provide class attributes for form fields
|
assigned
|
Robert Lujo
|
New feature
|
Forms
|
1.2-beta
|
#13659 |
Make the request accessible in callables used in ModelAdmin.list_display
|
assigned
|
Paulo
|
New feature
|
contrib.admin
|
master
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
master
|
#13764 |
i18n in custom javascript
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.2
|
#13841 |
Allow context processors access to current version of context
|
assigned
|
Colin Copeland
|
New feature
|
Template system
|
master
|
#13878 |
Formset validation refactoring and valid_forms property of fieldsets
|
new
|
nobody
|
New feature
|
Forms
|
master
|
#13879 |
method_decorator doesn't supports decorators with arguments
|
new
|
|
New feature
|
Utilities
|
1.2
|
#13896 |
Change language to dynamic attribute in syndication feed generator
|
assigned
|
Jason Kotenko
|
New feature
|
contrib.syndication
|
master
|
#13910 |
Add generator version of Template.render(Context)
|
assigned
|
Gagaro
|
New feature
|
Template system
|
master
|
#13917 |
Multiple popup window feature of related objects popup through id_to_windowname
|
new
|
nobody
|
New feature
|
contrib.admin
|
1.2
|
#13960 |
abstract file upload/download handling
|
new
|
nobody
|
New feature
|
File uploads/storage
|
master
|
#14094 |
Cannot define CharField with unlimited length
|
assigned
|
Aron Podrigal
|
New feature
|
Database layer (models, ORM)
|
master
|
#14336 |
list_display should be able to contain sortable references to annotated fields
|
assigned
|
Jon Culver
|
New feature
|
contrib.admin
|
1.2
|
#14365 |
Make template-rendering signals available also in DEBUG mode
|
new
|
Carl Meyer
|
New feature
|
Testing framework
|
master
|
#14705 |
Model Field Order not influenced by MRO of superclasses
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
#14974 |
Add support for translation backends other than gettext
|
new
|
nobody
|
New feature
|
Internationalization
|
master
|
#15249 |
Provide access to a debugger within the development server
|
new
|
Sameer Rahmani
|
New feature
|
Core (Other)
|
1.2
|
#15727 |
Add support for Content-Security-Policy (CSP) to core
|
assigned
|
Rudolph Froger
|
New feature
|
HTTP handling
|
master
|
#15859 |
Allow more precise placement of admin inlines
|
new
|
|
New feature
|
contrib.admin
|
1.3
|
#15902 |
Storing current language in session/cookie
|
new
|
msiedlarek
|
New feature
|
Internationalization
|
master
|
#16010 |
Support Origin header checking in the CSRF middleware
|
new
|
|
New feature
|
CSRF
|
master
|