null

(nullwaves)

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 (366) Reporter (1) Owner (0) Commenter (1) Summary Component
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34975 34975 aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34701 34701 Add support for NULLS [NOT] DISTINCT to UniqueConstraint Database layer (models, ORM)
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
27460 27460 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34936 34936 db_default with decimal.Decimal() crashes on SQLite. Database layer (models, ORM)
34949 34949 Clarify when unique constraints are ignored. Documentation
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34988 34988 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
14810 14810 Admin inline templates need blocks contrib.admin
34979 34979 inlineformset_factory sets max_num forms to one even though there is a unique_together constraint contrib.admin
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34959 34959 Q(a=b) and Exact(a, b) handle NULLs differently Database layer (models, ORM)
34960 34960 Document how to set nulls_last=True for admin_order_field/ordering Documentation
34957 34957 Cannot filter over annotated "FilteredRelation" since Django 5 Uncategorized
34946 34946 Adding a field with default and db_default drops database level DEFAULT Migrations
34941 34941 db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
14761 14761 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34894 34894 Query.change_aliases() has several significant bugs Database layer (models, ORM)
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34863 34863 sqlite math functions don't accept character fields as input Database layer (models, ORM)
34845 34845 Slow query when using exclude Database layer (models, ORM)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34659 34659 mysql backend creates queries using CONVERT_TZ even when this is not supported Database layer (models, ORM)
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34641 34641 Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value Uncategorized
34614 34614 Natural keys for nullable foreign keys Core (Serialization)
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34516 34516 request.post is null Uncategorized
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34401 34401 Inconsistent behavior for refresh_from_db() with GenericForeignKey contrib.contenttypes
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34396 34396 Add Postgres+Windows to CI Uncategorized
34381 34381 Postgres tests fail on Windows Core (Other)
34387 34387 1 DateFormat.P() does not follow PHP's date string format Utilities
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34267 34267 QuerySet.union() crashes with IndexError when getting cached results. Database layer (models, ORM)
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
34225 34225 bulk_create() raises IntegrityError when another constraint exists on set of fields. Database layer (models, ORM)
34205 34205 Validation of constraints with __len lookup crashes for ArrayFields. Database layer (models, ORM)
34195 34195 Duplicate Records created when specifying None as a target in a custom ManyToManyField Database layer (models, ORM)
34168 34168 Add support for list of parameters to the QuerySet.raw(). Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34117 34117 Anomaly with makemigrations Migrations
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
14092 14092 ImageField should allow SVG Database layer (models, ORM)
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
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
19 19 Automatically generate JavaScript form validation Validators
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27917 27917 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
14660 14660 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
27871 27871 Django keeps making the same migration over and over again Migrations
14317 14317 numberformat.format produces wrong results Internationalization
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
14408 14408 Admin Error when subclassing ContentType for generic Relations contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27808 27808 Nested ArrayField with nullable base field generates invalid SQL contrib.postgres
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27473 27473 Allow using Extract() with DurationField Database layer (models, ORM)
14129 14129 Slovenian translation plural-forms Internationalization
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14688 14688 BaseInlineFormSet does not support "auto_id" Forms
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27867 27867 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27810 27810 Add query expression support for ModelAdmin list_display's admin_order_field contrib.admin
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27928 27928 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27955 27955 JSONField.default not applied in admin contrib.admin
27675 27675 Django postgres JSONField encoding contrib.postgres
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27885 27885 Migration creates index of a deleted table Migrations
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
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27774 27774 django admin with many objects count is very slow contrib.admin
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27627 27627 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27613 27613 BaseInlineFormSet is validating form for extra forms Forms
27582 27582 Allow HStoreField to store null values in key: value pairs contrib.postgres
27519 27519 Issue in Django 1.8.5 model class Database layer (models, ORM)
27476 27476 model Integer fields (and derivatives) do not raise a ValidationError while other types do Database layer (models, ORM)
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27456 27456 Changing the unique parameter from True to False has no effect on MySQL Migrations
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27383 27383 Regression: `FileField(default=None)` now never upload a file through a ModelForm File uploads/storage
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27195 27195 Avoid unnecessary DROP DEFAULT when adding a NULLable column. Migrations
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
494 494 Collapse in admin interface for inline related objects contrib.admin
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14217 14217 Add validation for model field name the same as the model name when using model inheritance Core (System checks)
14968 14968 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14909 14909 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14671 14671 Allow overriding of ModelChoiceField.choices Forms
14343 14343 NoReverseMatch error message is unclear, view does exist Core (URLs)
14772 14772 Reversing a URL with optional arguments fails Core (URLs)
14483 14483 Implement subqueries in geodjango spatial lookup GIS
14834 14834 Colour issues in CSS - particularly documentation Documentation
14180 14180 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14748 14748 Missing documentation for FormPreview methods Documentation
14664 14664 MiddlewareNotUsed should display a warning Core (Other)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14273 14273 Development server does not shutdown cleanly Core (Other)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14481 14481 better documentation of the default m2m "through" class Documentation
27 27 Single form field for multiple database fields Forms
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14305 14305 inspectdb should output unmanaged model definitions Core (Management commands)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14174 14174 Support for string interpolation in lazy translation Internationalization
14511 14511 exclude() generates wrong query for ManyToManyField with a 'through' relationship Database layer (models, ORM)
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14028 14028 setting db_column to same value as another column should not validate Database layer (models, ORM)
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14817 14817 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14958 14958 FastCGI socket permission Core (Management commands)
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14894 14894 translation is not threadsafe Internationalization
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14322 14322 Please set default values for required and error css classes Forms
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14540 14540 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
14057 14057 Expose an interface for custom-escaping template content Template system
14874 14874 remove js-confirms on changelist contrib.admin
14186 14186 Adding GDirections wrapper to overlays.py GIS
14121 14121 Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key Database layer (models, ORM)
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14587 14587 Model description on administrative interface contrib.admin
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14289 14289 Add a signal in the cleanup management command Core (Other)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
14633 14633 Reorganize settings reference docs Documentation
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14400 14400 Latvian localflavor contrib.localflavor
14282 14282 Add Guatemala to Localflavors contrib.localflavor
14308 14308 Adding some fields to the Mexican local flavor. contrib.localflavor
14015 14015 django.contrib.localflavor.it added italian phone number validation contrib.localflavor
14829 14829 URL dispatcher documentation with class-based generic views Documentation
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
14516 14516 Extract methods from removetags and slugify template filters Template system
14917 14917 Error in the sample code under "Using an inline formset in a view" Documentation
14898 14898 Move validate_sql functionality into backend Database layer (models, ORM)
14827 14827 Authentication Backends should be responsible for checking and setting passwords contrib.auth
14681 14681 Uploaded files should not set mode to None File uploads/storage
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
1 1 Create architecture for anonymous sessions Core (Other)
14836 14836 Improve semantics of docs: *.djangoproject.com
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
14822 14822 contrib.auth docs should reference to new generic views. Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
640 640 order_with_respect_to option fails Documentation
702 702 document that ManyToMany fields can't be in unique_together Documentation
638 638 changelist table is too wide on pages with filter sidebar contrib.admin
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14354 14354 Check password is not None in User.check_password contrib.auth
14467 14467 AllValuesFilterSpec does not work with Null contrib.admin
14581 14581 __isnull=False not working for one to one relationships Database layer (models, ORM)
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14858 14858 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14982 14982 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
399 399 Bigint field object needed Database layer (models, ORM)
749 749 Middleware should work as a 'stack' or allow custom orderings Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
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)
14347 14347 Add required_if field to model fields Database layer (models, ORM)
14146 14146 Incorrect query being generated by .exclude() in some inheritance cases Database layer (models, ORM)
14095 14095 Objects not saved when readonly_fields is set for inline admin contrib.admin
14637 14637 There may an Internationalization bug in Forms Translations
14626 14626 DateField with auto_now=True is not coming in as Python's datetime.date object in Python 2.4 / 2.5 Database layer (models, ORM)
14423 14423 Wrong SQL on exclude with inheritance Database layer (models, ORM)
14353 14353 unique_together new style is not working properly Uncategorized
14107 14107 Problem with non-null fieds using Oracle Backend Database layer (models, ORM)
14179 14179 django create table with capitalized chars Uncategorized
14036 14036 foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) contrib.admin
607 607 Admin option to show/hide fields contrib.admin
106 106 [patch] Problem with some js/select box on IE contrib.admin
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
245 245 Remove old ordering syntax Metasystem
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
460 460 Patch for get_table_list() for SQLite3 Database layer (models, ORM)
871 871 ImageField doesn''t honor blank=True argument contrib.admin
189 189 Inline editing of foreign keys doesn't do pretty error handling. contrib.admin
743 743 new-admin: lookup_val2 not defined in BooleanFieldFilterSpec of django.contrib.admin.views.main contrib.admin
744 744 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
475 475 Recursive function calling not working properly in template tags Template system
408 408 raw_id_admin is broken in IE contrib.admin
380 380 Tutorial 1, missing specific directory information Documentation
335 335 Admin login form should check for cookies contrib.admin
273 273 [patch] Password salt and other algorithms support Core (Other)
297 297 Add &#34;--settings&#34; option to runtests.py Tools
257 257 Empty model modules shouldn't cause an error Metasystem
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
121 121 [patch] Names in SQL should be quoted Metasystem
2 2 Calendar popup - next/previous month links close the popup in Safari contrib.admin
163 163 Option to leave off __exact Template system
8 8 Date and time fields should accept multiple formats contrib.admin
128 128 IndexError when using invalid {% extends %} in template should be replaced with better error message. Template system
90 90 Add "django-admin.py inspectdb" option Tools
49 49 Remove references to http://media.ljworld.com from the code contrib.admin
51 51 Create add_* methods for objects with a many-to many-relationship Metasystem
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
639 639 Model FileFields empty on first pass through save() Core (Other)
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
443 443 Date's of the form 0000-00-00 don't work Database layer (models, ORM)
10 10 Ordered objects should have API access to their order number Validators
65 65 [i18n] Internationalization and localisation contrib.admin
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
85 85 Admin login doesn't work with Konqueror contrib.admin
884 884 Problems with international date handling Template system
883 883 Problems with international date handling Template system
801 801 contrib.comments seems a bit "unready" contrib.comments
742 742 history raises error in datetime while using non english language Core (Other)
740 740 translation middleware not working on win xp Core (Other)
739 739 tutorial and docs translations Documentation
738 738 cs translation slightly modified Translations
669 669 site table Metasystem
584 584 [patch] fix many-to-many with non-default pks. Metasystem
581 581 RSS framework needs unit tests contrib.syndication
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
558 558 jnefpnev Core (Management commands)
529 529 Add support for GenericForeignKey Contrib apps
527 527 OneToOne relations are broken since new model style released Metasystem
514 514 [patch] Traceback in admin when adding an object containing a OneToOneField. contrib.admin
512 512 Admin list_filter doesn't work for BooleanField with MySQL contrib.admin
510 510 [patch] Defend admin against CSRF attacks contrib.admin
501 501 {{ block.super }} returns value of the most remote ancestor contrib.syndication
472 472 ImageField description should include link to pitfall or FAQ Documentation
469 469 Admin changelist assumes ForeignKey related object has ordering set contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
451 451 There should be OneToManyField support Database layer (models, ORM)
447 447 [PATCH] Add pubdate elements to RSS feeds. contrib.syndication
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
435 435 Exception thrown out when doing do_html2python Core (Other)
384 384 A delete button next to 'many' in admin might be more intuitive contrib.admin
383 383 Tutorial 2, 'clearing' field to signify deletion of object doesn't Documentation
381 381 Tutorial 1, the name of the file to modify is missing Documentation
374 374 [patch] Filtering BooleanField does not work with SQLite contrib.admin
349 349 [patch] Bad styling in Admin interface contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
337 337 DateTime fields don't work in the generic views Generic views
329 329 RSS framework needs an easier interface contrib.syndication
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
270 270 Patch: edit_inline and default on fields don't work together contrib.admin
267 267 admin redirect when "save and continue editing" uses object.id contrib.admin
242 242 Traceback when viewing tag docs. contrib.admin
238 238 Database tests fail with sqlite Database layer (models, ORM)
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
211 211 [Patch] Remove edit_inline_type / edit_inline verbosity Metasystem
180 180 request.POST doesn't work in django_admin.py runserver Tools
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
105 105 Make collapse class to work in two ways contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
167 167 ForeignKey should also take string arg instead of class name Metasystem
239 239 Initializing a model instance should not require fields with blank Metasystem
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
683 683 [patch] Saving with custom db_column fails Metasystem
499 499 [patch] method_save() empty value fix Template system
927 927 non-integer primary keys are broken since new-admin merge Metasystem
419 419 Create meta.AbstractModel Metasystem
622 622 Added a isnull filter Template system
42 42 OneToOneField missing from DATA_TYPES dict Database layer (models, ORM)
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
908 908 writing Null instead of the default value to the database in default object manipulator Metasystem
305 305 sql code was not white space safe? Database layer (models, ORM)
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
704 704 AttributeError with non-standard primary key name contrib.admin
511 511 django-admin.py init fails at rev 641 Core (Management commands)
441 441 A non-required DateTimeField produces an error on save contrib.admin