Russell
(russell)
Most Active Role
N/A
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (355) | Reporter (1) | Owner (0) | Commenter (559) | Summary | Component |
---|---|---|---|---|---|---|
897 | 897 | 2 | Bi-Directional ManyToMany in Admin | contrib.admin | ||
14810 | 14810 | 1 | Admin inline templates need blocks | contrib.admin | ||
14761 | 14761 | 1 | URL resolving / reversing design doesn't allow alternate specs | Core (URLs) | ||
14845 | 14845 | 1 | Document connection-creation process | Documentation | ||
14832 | 14832 | 1 | Impossible to create inline objects if form validates but is unchanged | contrib.admin | ||
891 | 891 | 2 | customize table name prefixes | Database layer (models, ORM) | ||
14411 | 14411 | 1 | Inline delete not prompting cascade delete warning | contrib.admin | ||
14357 | 14357 | 1 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | ||
14296 | 14296 | 2 | 'manage.py test' failing for apps that access read-only databases | Testing framework | ||
14035 | 14035 | 4 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | ||
56 | 56 | 2 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | ||
14645 | 14645 | 1 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | ||
14408 | 14408 | 1 | Admin Error when subclassing ContentType for generic Relations | contrib.admin | ||
17 | 17 | 1 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | ||
14722 | 14722 | 1 | @last_modified should ignore lack of etag method when USE_ETAGS is enabled. | HTTP handling | ||
14129 | 14129 | 1 | Slovenian translation plural-forms | Internationalization | ||
14365 | 14365 | 1 | Make template-rendering signals available also in DEBUG mode | Testing framework | ||
14688 | 14688 | 1 | BaseInlineFormSet does not support "auto_id" | Forms | ||
14808 | 14808 | 1 | i18n is not safe. | Documentation | ||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
14204 | 14204 | 1 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | ||
820 | 820 | 1 | Add "view" permission to compliment add/change/delete | contrib.admin | ||
14642 | 14642 | 1 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | ||
14807 | 14807 | 2 | django.utils.formats localize_input inserts thousands_separator into boolean values | Internationalization | ||
27690 | 27690 | remove sleep before dropping test db? | Testing framework | |||
14030 | 14030 | 1 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | ||
14415 | 14415 | 6 | Multiple aliases for one database: testing problems | Testing framework | ||
14891 | 14891 | 2 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | ||
14286 | 14286 | 1 | Support for BigAutoField | Database layer (models, ORM) | ||
14887 | 14887 | 1 | select_related() does not work with Proxy models and multi-table inheritance | Database layer (models, ORM) | ||
14096 | 14096 | 3 | Insert code generated by models using multiple inheritance is incorrect and fails in postgresql | Database layer (models, ORM) | ||
14518 | 14518 | 1 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | ||
14476 | 14476 | 1 | annotate, default aggregation naming and filter annoyance | Database layer (models, ORM) | ||
14968 | 14968 | 1 | handle BaseExceptions with middleware, or at least KeyboardInterrupt | Core (Other) | ||
14909 | 14909 | 1 | Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. | Core (Management commands) | ||
14200 | 14200 | 1 | new RegexURLResolver is contructed for every request | Core (URLs) | ||
14601 | 14601 | 1 | ValuesQuerySet join types not being promoted | Database layer (models, ORM) | ||
14952 | 14952 | 1 | New find_commands(management_dir) to support .pyc and .pyo | Core (Other) | ||
14087 | 14087 | 3 | django.core.management.get_commands only sees commands in the last package of a namespace package | Core (Other) | ||
14483 | 14483 | 1 | Implement subqueries in geodjango spatial lookup | GIS | ||
14881 | 14881 | 2 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | ||
14515 | 14515 | 1 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | ||
901 | 901 | 1 | Reload method for models | Database layer (models, ORM) | ||
14930 | 14930 | 2 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | ||
14273 | 14273 | 1 | Development server does not shutdown cleanly | Core (Other) | ||
14932 | 14932 | 1 | Tests failing with SQLite3 on Linux systems; Sites object causing failures. | Uncategorized | ||
14226 | 14226 | 3 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | ||
14136 | 14136 | Show how to specify schemas for Oracle databases | Documentation | |||
14916 | 14916 | 1 | No proper initialization of models/signals/etc.... | Core (Other) | ||
14319 | 14319 | 1 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | ||
14760 | 14760 | 1 | Admin inlines with file/image field fails to save_as | contrib.admin | ||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14263 | 14263 | Allow fields to support custom double-underscore lookup methods | Database layer (models, ORM) | |||
14609 | 14609 | 1 | __or__ method of queries does not return a correctly combined query. | Database layer (models, ORM) | ||
14511 | 14511 | 1 | exclude() generates wrong query for ManyToManyField with a 'through' relationship | Database layer (models, ORM) | ||
14877 | 14877 | 1 | ModelFormSet.save() with a deleted form should work even if the model has already been deleted | Forms | ||
23 | 23 | 1 | Add support for ValidationWarning | Forms | ||
14512 | 14512 | 1 | Documentation & tools for decorating class-based-views. | Generic views | ||
14765 | 14765 | 1 | Unnecessary usage of NodeList in ForNode (template rendering) | Template system | ||
14043 | 14043 | 2 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | ||
14056 | 14056 | 1 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | ||
14817 | 14817 | 1 | ...models.sql.where.WhereNode.as_sql docstring is outdated | Database layer (models, ORM) | ||
14492 | 14492 | 2 | Model proxy instance does not equal the respective model instance | Database layer (models, ORM) | ||
14656 | 14656 | 1 | Atom1Feed should write atom:published element | contrib.syndication | ||
14958 | 14958 | 1 | FastCGI socket permission | Core (Management commands) | ||
14857 | 14857 | 2 | has_results cleanup | Uncategorized | ||
14253 | 14253 | 2 | TIME_ZONE not respected by Today and Now widgets in admin | contrib.admin | ||
14945 | 14945 | 1 | ContentType.objects.get_for_model doesn't allow using multiple databases | Database layer (models, ORM) | ||
14186 | 14186 | 1 | Adding GDirections wrapper to overlays.py | GIS | ||
14121 | 14121 | 2 | 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) | ||
14287 | 14287 | 2 | TEST_MIRROR is not respected in routers | Database layer (models, ORM) | ||
14705 | 14705 | 3 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | ||
14289 | 14289 | 1 | Add a signal in the cleanup management command | Core (Other) | ||
14970 | 14970 | 1 | Inconsistency in handling of managed/unmanaged transactions | Database layer (models, ORM) | ||
14707 | 14707 | 4 | Allow an annotation to match a field name when using .values on a query set. | Database layer (models, ORM) | ||
14387 | 14387 | 1 | pre_save problem with inherrited model | Database layer (models, ORM) | ||
14879 | 14879 | 1 | Aggregates (Min, Max) for CharField fails with Postgresql | Database layer (models, ORM) | ||
14039 | 14039 | 1 | FileField special-casing breaks MultiValueField including a FileField | Forms | ||
14684 | 14684 | RESTful Model View | Generic views | |||
14694 | 14694 | 1 | defer() doesn't work with reverse relations | Database layer (models, ORM) | ||
361 | 361 | 1 | Some Basic Math Filters | Template system | ||
14615 | 14615 | 1 | Related objects manager returns related objects with null FKs for unsaved instances | Database layer (models, ORM) | ||
14308 | 14308 | 1 | Adding some fields to the Mexican local flavor. | contrib.localflavor | ||
14015 | 14015 | 1 | django.contrib.localflavor.it added italian phone number validation | contrib.localflavor | ||
14165 | 14165 | 1 | Transaction management is only entered for the primary database | Documentation | ||
14861 | 14861 | 1 | Importing settings in a module that contains a logging Handler causes circular import. | Core (Other) | ||
14449 | 14449 | 1 | restructuredtext filter does not return the correct content | Documentation | ||
14686 | 14686 | 1 | ORM support for VoltDB | Database layer (models, ORM) | ||
14898 | 14898 | 1 | Move validate_sql functionality into backend | Database layer (models, ORM) | ||
14886 | 14886 | 1 | GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg | GIS | ||
14266 | 14266 | Audit database backend support claims, particularly for MySQL | Documentation | |||
14341 | 14341 | 1 | Session middleware raises exception when unit testing HttpResponseForbidden | Testing framework | ||
14147 | 14147 | 3 | django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk | Documentation | ||
14973 | 14973 | 2 | AdminEmailHandler doesn't include report.message | Core (Other) | ||
14964 | 14964 | 1 | create_attachment support for unicode symbols in filename | Core (Mail) | ||
14597 | 14597 | 1 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | ||
14648 | 14648 | 1 | Annotated date querysets fail if spatial backend is used | GIS | ||
14138 | 14138 | 1 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | ||
14753 | 14753 | 2 | Accessing (Get)HttpRequest.raw_post_data in view results in exception during testing | Testing framework | ||
14999 | 14999 | 3 | Valid lookups are rejected after r15031 | contrib.admin | ||
14998 | 14998 | 1 | '/'.join should use os.path.join | Contrib apps | ||
14994 | 14994 | 1 | Example in auth docs emits DeprecationWarning | Documentation | ||
14000 | 14000 | 1 | Removal of obsolete "versionadded" tags | Documentation | ||
14002 | 14002 | 5 | filesizeformat filter only supports up to GB | Template system | ||
14985 | 14985 | 1 | post_save signal should trigger after data persistence to database. | Database layer (models, ORM) | ||
14984 | 14984 | 1 | ClearableFileInput generates invalid XHTML | Forms | ||
14982 | 14982 | 3 | EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display | Uncategorized | ||
14975 | 14975 | 6 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | ||
14972 | 14972 | 4 | AdminEmailHandler breaks when report is missing stack trace information | Core (Other) | ||
14965 | 14965 | 1 | {% include %} tag changes should be mentioned in release notes | Documentation | ||
14951 | 14951 | 2 | Unique_for_[date|month|year] fails when the DateField is empty | Database layer (models, ORM) | ||
14102 | 14102 | 2 | Model._get_unique_checks can return fields that are in the exclude list | Database layer (models, ORM) | ||
14948 | 14948 | 2 | Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' | Database layer (models, ORM) | ||
14947 | 14947 | 4 | regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 | Uncategorized | ||
14943 | 14943 | 1 | Meta attributes for Model refused to work with Mixin. | Database layer (models, ORM) | ||
14942 | 14942 | 1 | .distinct() + ordering/order_by() is a problem even without related models | Documentation | ||
14118 | 14118 | 2 | Serialization docs list the "python" serializer | Documentation | ||
14938 | 14938 | 2 | "Save as" does not save entries added with a Inline | Forms | ||
14130 | 14130 | 1 | Catching ImportError in manage.py considered dangerous | Core (Other) | ||
14133 | 14133 | 1 | update GeoDjango windows installer | GIS | ||
14935 | 14935 | 1 | admin_views regression test has one failure since r14992 | contrib.admin | ||
14928 | 14928 | 2 | manage runserver does not allow host name as address | django-admin.py runserver | ||
14925 | 14925 | 5 | test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL | contrib.auth | ||
14924 | 14924 | 1 | I18N looks for translations in the reverse order of the apps | Internationalization | ||
14920 | 14920 | 1 | Many test failures running full suite with postgres backend | Uncategorized | ||
14176 | 14176 | 4 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | ||
14908 | 14908 | 1 | Add takes_context parameter to simple_tag decorator | Template system | ||
14181 | 14181 | 2 | Template tag needed to disable/force L10N formatting on a per-variable basis | Internationalization | ||
14896 | 14896 | 3 | Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. | Database layer (models, ORM) | ||
14895 | 14895 | 2 | USE_THOUSAND_SEPARATOR causes error on group admin operations | contrib.admin | ||
14221 | 14221 | 2 | Mashed Sentences in Doc | Documentation | ||
14232 | 14232 | 2 | date_list context variable incorrectly documented | Documentation | ||
14258 | 14258 | 1 | Document that 1.3 has added an index to the session date field and a migration is recommended | Documentation | ||
14268 | 14268 | 1 | reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 | Core (Management commands) | ||
14878 | 14878 | 3 | Issues in generic views (list) | Generic views | ||
14303 | 14303 | 2 | admin inline form id attribute numbering order and uniqueness is lost | contrib.admin | ||
14867 | 14867 | 1 | TemplateResponse documentation uses the term "bake" instead of "render" | Documentation | ||
14349 | 14349 | 2 | Add Belgium (be) localflavor | contrib.localflavor | ||
14833 | 14833 | 2 | Sitemaps tests fail if run from your project and USE_I18N is False | Contrib apps | ||
14354 | 14354 | 3 | Check password is not None in User.check_password | contrib.auth | ||
14355 | 14355 | 2 | "readonly" fields don't display their "help_text" in admin | contrib.admin | ||
14360 | 14360 | 1 | Clarify documentation of triage states | Documentation | ||
14830 | 14830 | 3 | Default value for radio button not preserved when dynamically creating new inlines | contrib.admin | ||
14366 | 14366 | 1 | Model.objects.none().values(...).anything() is broken | Database layer (models, ORM) | ||
14374 | 14374 | 2 | Missing templates on contrib.auth makes tests in a new project fail (startproject) | Contrib apps | ||
14824 | 14824 | 3 | django.utils.get_format_modules doesn't respect USE_L10N | Internationalization | ||
14378 | 14378 | 2 | Enable customization of the class for self.client in tests | Testing framework | ||
14820 | 14820 | 1 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | ||
14384 | 14384 | 2 | Installation documentation should avoid sys.path.append | Documentation | ||
14388 | 14388 | 3 | Logging documentation typos | Documentation | ||
14389 | 14389 | 1 | Future url replacement | Template system | ||
14391 | 14391 | update man django-admin.1 to include missing commands | Core (Management commands) | |||
14395 | 14395 | 1 | Error message typo | Database layer (models, ORM) | ||
14819 | 14819 | 2 | Superfluous quote in docstring | Core (Serialization) | ||
14401 | 14401 | 2 | Add a contributing HOWTO page for new contributors | Documentation | ||
14406 | 14406 | 2 | Logging doesn't work under Python 2.4 | Core (Other) | ||
14412 | 14412 | 1 | Comment url redirection relies on a legacy url | contrib.comments | ||
14414 | 14414 | 1 | Additional check in content-type view to prevent 500 | Contrib apps | ||
14431 | 14431 | 2 | Add a X-Powered-By header by default | Core (Other) | ||
14436 | 14436 | 2 | Bump PendingDeprecationWarnings to DeprecationWarnings | Core (Other) | ||
14447 | 14447 | 1 | Auth and Sitemap test failures from manage.py test | Contrib apps | ||
14455 | 14455 | 4 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | ||
14466 | 14466 | 1 | "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 | Database layer (models, ORM) | ||
14470 | 14470 | 2 | Convert model_admin doctests to unit tests | Testing framework | ||
14471 | 14471 | 3 | db.models.Manager regression - can't override some methods | Database layer (models, ORM) | ||
14486 | 14486 | 2 | Change unittest / unittest2 import logic on trunk | Testing framework | ||
14487 | 14487 | 2 | Stop leaking unittest2 as 'unittest' from django.test.simple | Testing framework | ||
14489 | 14489 | 1 | Typo in generic views docs | Documentation | ||
14494 | 14494 | 1 | Typo with generic view guide in tutorial 04 | Documentation | ||
14504 | 14504 | 1 | Generic ListView pagination broken | Generic views | ||
14523 | 14523 | 2 | Exceptions in response middleware aren't handled by main request's try .. except block | Core (Other) | ||
14543 | 14543 | 1 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | ||
14546 | 14546 | 1 | Queryset docs should drop some legacy Django 1.0 instructions | Documentation | ||
14803 | 14803 | 2 | ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour | Generic views | ||
14558 | 14558 | 1 | Generic View http_method bug | Generic views | ||
14563 | 14563 | 3 | Add Turkey to localflavors | contrib.localflavor | ||
14568 | 14568 | 1 | FormMixin.get_form should use keyword arguments for data & files | Generic views | ||
14799 | 14799 | 3 | Test database creation order problem after r14696 | Testing framework | ||
14797 | 14797 | 1 | ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method | Generic views | ||
14795 | 14795 | 2 | Empty Superuser Permissions | contrib.auth | ||
14589 | 14589 | 1 | Changeset 14395 introduced two bugs | Template system | ||
14594 | 14594 | 3 | Django/CherryPy problem with POST data | HTTP handling | ||
14596 | 14596 | 2 | Cache backend initialization refactoring | Core (Cache system) | ||
14602 | 14602 | 5 | bug in wsgi handler in trunk | Core (Other) | ||
14774 | 14774 | 1 | assertNumQueries is buggy with views and the test client if used more than once in a test | Testing framework | ||
14773 | 14773 | 1 | MultipleObjectMixin and subclasses should accept custom paginator class | Generic views | ||
14768 | 14768 | 3 | es-MX locale, formats.py contribution | Translations | ||
14661 | 14661 | 12 | A couple of MySQL/MyISAM test failures | Testing framework | ||
14662 | 14662 | 1 | auth and contenttypes post-syncdb handlers ignore 'db' option | Contrib apps | ||
14663 | 14663 | 1 | L10N of dates in Norwegian. | Translations | ||
14692 | 14692 | 1 | Unclear mail error | Uncategorized | ||
14698 | 14698 | 2 | django.utils.module_loading.module_has_submodule yields false positives | Core (Other) | ||
14711 | 14711 | 1 | MonthMixin.get_previous_month incorrect under certain conditions | Generic views | ||
14755 | 14755 | 1 | Wsgi Error | HTTP handling | ||
14737 | 14737 | 2 | Move doc comment for "cache_page" to function. | Core (Cache system) | ||
14752 | 14752 | 1 | WeekArchiveView gives incorrect results when using weeks beginning with Monday | Generic views | ||
458 | 458 | 1 | "View on site" doesn't link to model's get_absoulte_url() method | contrib.admin | ||
14183 | 14183 | 1 | Geodjango models broken with pydoc | GIS | ||
14876 | 14876 | 3 | Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN | Database layer (models, ORM) | ||
14695 | 14695 | 1 | Field's `name` kwarg gets paved over | Database layer (models, ORM) | ||
14849 | 14849 | 1 | ManyToManyField has weird behavior in 1.2 w/ multi-db | Database layer (models, ORM) | ||
14643 | 14643 | 1 | Readonly fields in GeoDjango admins | GIS | ||
14608 | 14608 | 2 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | ||
811 | 811 | 1 | IPv6 address field support | Core (Other) | ||
14201 | 14201 | 1 | Add a "security overview" page to the docs | Documentation | ||
14893 | 14893 | 1 | TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model | GIS | ||
14614 | 14614 | 3 | Dont send Request message when handle_uncaught_exception() | Core (Other) | ||
14045 | 14045 | 1 | makemessage miss some gettext in javascript | Internationalization | ||
14903 | 14903 | 2 | wsgiref usage | HTTP handling | ||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14766 | 14766 | 1 | ordering by a field that does not exists returns an empty QuerySet | Database layer (models, ORM) | ||
14854 | 14854 | 1 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | ||
14220 | 14220 | 1 | Backwards-compat code in db.fields.subclassing is a bottleneck | Database layer (models, ORM) | ||
14960 | 14960 | 1 | Write tests for inclusion_tag | Template system | ||
14733 | 14733 | 4 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | ||
14105 | 14105 | 1 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | ||
14012 | 14012 | 3 | Adding an User object in a popup fails | contrib.admin | ||
14099 | 14099 | 2 | modelformset not using _should_delete_form | Forms | ||
14986 | 14986 | 1 | TestCase: increase verbosity for TestCase.fixtures usage | Testing framework | ||
14046 | 14046 | 3 | Template tag errors masked if including based on context variable name | Template system | ||
14101 | 14101 | 3 | Localized DecimalField doesn't accept localized input | Internationalization | ||
14880 | 14880 | 2 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | ||
14823 | 14823 | 4 | Unexpected behavior with core.serializers.register_serializer and unregister_serializer | Core (Serialization) | ||
14818 | 14818 | 3 | cycle tag is not safe | Template system | ||
14677 | 14677 | 2 | tests.py cannot be split to package always | Testing framework | ||
14240 | 14240 | 5 | filesizeformat should localize number | Template system | ||
14080 | 14080 | 2 | Flatpages pt-br translation | Translations | ||
14468 | 14468 | 1 | test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype | Testing framework | ||
14801 | 14801 | 1 | Support for string methods with lazy translations | Internationalization | ||
14888 | 14888 | 1 | Remove duplicated code in serializers. | Core (Serialization) | ||
14474 | 14474 | 2 | Unnecessary deepcopying of QuerySet inside filter() method results in slower execution | Database layer (models, ORM) | ||
14969 | 14969 | 1 | To have a way to modify third part model classes | Database layer (models, ORM) | ||
15000 | 15000 | 1 | IRC logs 404 | *.djangoproject.com | ||
14971 | 14971 | 1 | Exclude by annotation works as OR rather than AND | Database layer (models, ORM) | ||
15001 | 15001 | 1 | Cannot change title in Databrowse | Template system | ||
14940 | 14940 | 1 | New generic class view CreateView execute form.save() with no arguments | Generic views | ||
14931 | 14931 | 1 | models.DateTimeField hard to inherit from if auto_add is used | Database layer (models, ORM) | ||
14926 | 14926 | 1 | Support nesting app namespaces with current_app | Uncategorized | ||
14889 | 14889 | 1 | Usability improvement to csrf_migration_helper | Uncategorized | ||
14991 | 14991 | 1 | SQL injection in quote_name() | Database layer (models, ORM) | ||
14856 | 14856 | 1 | Cleanup of ForeignKey.db_type | Database layer (models, ORM) | ||
14814 | 14814 | 1 | Check for file binding in FieldFile.delete() | Database layer (models, ORM) | ||
14701 | 14701 | 1 | Meta attributes from abstract class | Database layer (models, ORM) | ||
14673 | 14673 | 1 | MultipleHiddenInput unbound form | Forms | ||
14657 | 14657 | 1 | Extra select fields are merged into 'GROUP BY' | Database layer (models, ORM) | ||
14651 | 14651 | 1 | ignored field index creation for fields with unique=True and db_index=True | Database layer (models, ORM) | ||
14649 | 14649 | 1 | .save_m2m() will override any Many-to-Many relationships created via signals/save method overloading. | Forms | ||
14595 | 14595 | 1 | DATABASE DeprecationWarning includes new syntax. | Database layer (models, ORM) | ||
14505 | 14505 | 1 | Multiple Namespaces and reverse lookup does not work as advertised. | Core (Other) | ||
14500 | 14500 | 1 | Cookie not set in IE and no error message in login form | contrib.auth | ||
14420 | 14420 | 1 | Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted | Forms | ||
14418 | 14418 | 1 | lazy instances are not resolved to string when used as Exception value | Uncategorized | ||
14437 | 14437 | 1 | Allow force_insert for fixtures loading. | Core (Serialization) | ||
14989 | 14989 | 1 | Allow serializers to non ovewrite fixtures objects if they are marked as non overridable | Core (Serialization) | ||
14371 | 14371 | 1 | Select related and parents | Database layer (models, ORM) | ||
14350 | 14350 | 1 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | ||
14347 | 14347 | 1 | Add required_if field to model fields | Database layer (models, ORM) | ||
14339 | 14339 | 1 | Enable testing when you can't create/destroy databases | Testing framework | ||
14163 | 14163 | 1 | Setting pk should set the related fields also in the base chain. | Database layer (models, ORM) | ||
14104 | 14104 | 1 | Allow joined field in F()s | Database layer (models, ORM) | ||
14067 | 14067 | 1 | _perform_unique_checks, _perform_date_checks broken for subclasses | Database layer (models, ORM) | ||
14981 | 14981 | 1 | Small enhancement to User.last_login timezone handling (version 1.3.0 beta 1) | contrib.auth | ||
14936 | 14936 | 1 | New "render" shortcut docs use "mimetype" instead of "content_type" | Uncategorized | ||
14655 | 14655 | 3 | formsets should be iterable | Forms | ||
14914 | 14914 | 2 | Let to_python (in custom db field) know the connection being used in multi-db environment | Database layer (models, ORM) | ||
14837 | 14837 | 1 | field based custom ordering | Database layer (models, ORM) | ||
14022 | 14022 | context_processors debug() Fails with no DB Backend | Core (Other) | |||
14311 | 14311 | Improve django.template.defaultfilters.title | Template system | |||
14775 | 14775 | 2 | Backport r13772 | Documentation | ||
14790 | 14790 | 1 | Fix reST in 1.0 porting guide. | Documentation | ||
14734 | 14734 | 1 | problem with postgresql views (psycopg2) | Database layer (models, ORM) | ||
14732 | 14732 | 1 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | ||
14725 | 14725 | 1 | Prevent 1406 error during syncdb by extending name length in auth_permission table. | Uncategorized | ||
14719 | 14719 | 1 | Different attributes for DateInput and TimeInput in SplitDateTimeWidget | Forms | ||
14714 | 14714 | 1 | Refactoring BaseHandler and company for DRYness | Core (Other) | ||
14014 | 14014 | 2 | Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form | contrib.admin | ||
14508 | 14508 | 1 | Test suite silences warnings | Testing framework | ||
14644 | 14644 | 1 | UserManager has no method active() | contrib.auth | ||
14269 | 14269 | 1 | It is impossible to run full Django test suite on Oracle because there is 100m maxsize limit for test tablespace | Database layer (models, ORM) | ||
14616 | 14616 | 1 | Recommend a leading underscore on module-level loggers in docs | Documentation | ||
14588 | 14588 | 2 | Changed behaviour of middlewares after [14393] | Core (Other) | ||
14583 | 14583 | 1 | EmailField rejects valid emails if followed by trailing whitespace | Forms | ||
14231 | 14231 | 1 | Missing index on expire_date in Session model | contrib.sessions | ||
14554 | 14554 | 1 | BaseDateListView.get_dated_items should raise NotImplementedError | Generic views | ||
14575 | 14575 | 1 | Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms | Documentation | ||
14531 | 14531 | 1 | Add validate_unique flag to ModelForm.Meta | Forms | ||
14547 | 14547 | 1 | Get Involved via IRC: Mibbit/Freenode not friendly with each other | *.djangoproject.com | ||
14173 | 14173 | 1 | Reference documentation for changepassword django-admin command added in 1.2 | Documentation | ||
14532 | 14532 | 1 | django.views.generic.list_detail.object_list behavior with callables in extra_context | Uncategorized | ||
14167 | 14167 | 1 | Using Instances in Generic Create/Update/Delete | Generic views | ||
14307 | 14307 | 1 | Document form ChoiceField tuple | Documentation | ||
14227 | 14227 | 2 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | ||
14427 | 14427 | 3 | Add options to runtests.py to discover test pairings that fail | Testing framework | ||
14274 | 14274 | 2 | Document the fact that running tests with warnings on is a good step before an upgrade/good practice | Documentation | ||
14375 | 14375 | 2 | Typo in formfield documentation | Documentation | ||
14383 | 14383 | 2 | Capitalization of reStructuredText (reST) | Documentation | ||
14421 | 14421 | 3 | Fix the English on an internationalization doc page | Documentation | ||
14225 | 14225 | 3 | Documentation website showing "dev" documentation instead of "1.2" | Documentation | ||
14260 | 14260 | 1 | conversion of fixtures_regress tests from doctest to unittest format | Testing framework | ||
14381 | 14381 | 2 | small improvement in db.utils.ConnectionRouter.__init__ | Database layer (models, ORM) | ||
14397 | 14397 | 1 | Missing ending quotation in logging documentation | Documentation | ||
14404 | 14404 | 1 | Typo in Logging section of Docs | Documentation | ||
14361 | 14361 | 1 | problem with logging | Uncategorized | ||
14359 | 14359 | 1 | django core and contrib named urls should follow a convention | Contrib apps | ||
14352 | 14352 | 1 | MANIFEST.in refers to non-existant files | Uncategorized | ||
14335 | 14335 | 1 | add ability to only test specific apps | Testing framework | ||
14333 | 14333 | 1 | Template Ternary Operator | Template system | ||
14326 | 14326 | 1 | packages not properly decoupled from project in tutorial | Documentation | ||
14293 | 14293 | 1 | Sitemaps url priority with French local | Generic views | ||
14265 | 14265 | 1 | Tag the 1.2.3 release in the repository | Uncategorized | ||
14245 | 14245 | 2 | django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball | Uncategorized | ||
14216 | 14216 | 1 | Tutorial 2 - Decoupling the URLconfs | Documentation | ||
14203 | 14203 | 1 | Manual schema specification for tables is not compatible with index creation statements | Database layer (models, ORM) | ||
14192 | 14192 | 2 | potential issue re in memory django file uploading. | Core (Other) | ||
14199 | 14199 | 2 | NameError in django.core.cache.backends.db | Core (Cache system) | ||
14179 | 14179 | 2 | django create table with capitalized chars | Uncategorized | ||
14198 | 14198 | 2 | « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) | Internationalization | ||
14054 | 14054 | 2 | Document the connection_created signal | Documentation | ||
14164 | 14164 | 4 | Automatic localization of numbers (L10N) in templates can cause invalid sitemap priorities | Internationalization | ||
14194 | 14194 | 1 | MIssing comma in tutorial code | Uncategorized | ||
14166 | 14166 | 2 | Indian states are not specified as a tuple of tuples | contrib.localflavor | ||
14168 | 14168 | 1 | Method assertQuerysetEqual() has "response" as first argument in the docs | Documentation | ||
14156 | 14156 | 3 | CSRF protection in django.contrib.flatpages.views.flatpage causes unwanted behavior | Contrib apps | ||
14116 | 14116 | 3 | TestClient skips Csrf Middleware | Testing framework | ||
14178 | 14178 | 1 | Wrong dateformat in admin edit form | Uncategorized | ||
14159 | 14159 | 2 | Forms tests are dependent on module.__file__ returning an absolute path | Testing framework | ||
14154 | 14154 | 2 | Typo in settings documentation | Documentation | ||
14084 | 14084 | 2 | Updated French translation | Translations | ||
14112 | 14112 | 2 | Some documentation reST fixes | Documentation | ||
14155 | 14155 | 1 | Remove doctests (and flush calls) from tests | Testing framework | ||
14148 | 14148 | 2 | Django assumes that module.__file__ is an absolute path | Testing framework | ||
14068 | 14068 | 5 | Fixture loading issue with multi database setting | Core (Serialization) | ||
14123 | 14123 | 2 | Trunk tests broken as of r13588 (1.2.x passes) | Testing framework | ||
14078 | 14078 | 2 | Template tag to set context variable to output from tag's rendered content | Template system | ||
14113 | 14113 | 1 | Access to extra fields in M2M relations | Database layer (models, ORM) | ||
14079 | 14079 | 1 | Update of Norwegian nynorsk (nn) translation | Translations | ||
14086 | 14086 | 2 | Tests don't pass on Python 2.4 because of a try/except/finally | contrib.sessions | ||
14108 | 14108 | 1 | update loaddata to load fixtures in multi db environment for testing | Uncategorized | ||
14106 | 14106 | 1 | Duplicate emails without fully qualified project imports | Uncategorized | ||
14076 | 14076 | 2 | Danish translation update for 1.2.2 | Translations | ||
14070 | 14070 | 2 | Serbian and Serbian Latin translations | Translations | ||
14073 | 14073 | 1 | Update for es_AR translation, 1.2.X branch | Translations | ||
14069 | 14069 | 2 | Updated Czech translation | Translations | ||
14027 | 14027 | 2 | reverse(None) returns an unnamed URL, instead of raising an exception | Core (Other) | ||
14064 | 14064 | 3 | Correct spelling of Argentinian Spanish in global_settings.py | Core (Other) | ||
14025 | 14025 | 4 | Flush command not fully supporting multi database support | Uncategorized | ||
14048 | 14048 | 1 | Tag "cycle" doesn't work when included | Template system | ||
714 | 714 | 1 | access to id of current user on admin | contrib.admin | ||
10489 | 10489 | ✅ | 1 | http://docs.djangoproject.com/en/dev/misc/distributions/#macports | Documentation | |
22 | 22 | 1 | [patch] FileUploadField should allow for clearing the field | contrib.admin | ||
785 | 785 | 2 | many2many table and legacy databases. | Database layer (models, ORM) | ||
208 | 208 | 1 | Allow the strings the cycle tag uses to contain spaces | Template system | ||
75 | 75 | 1 | Add support for recursive ManyToManyFields | Metasystem | ||
967 | 967 | [patch] Safe quoting of table names | Database layer (models, ORM) | |||
930 | 930 | 1 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem |