Matt
(pegler)
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 (264) | Reporter (5) | Owner (0) | Commenter (6) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
27021 | 27021 | Add explicit support for Q object annotations | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
34976 | 34976 | startproject and startapp should provide feedback | Core (Management commands) | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
27587 | 27587 | Document str(QuerySet.query) | Documentation | |||
27909 | 27909 | Use AUTH_USER_MODEL in startproject template | Core (Management commands) | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34502 | 34502 | Union giving wrong column ordering even when using .values/.values_list | Database layer (models, ORM) | |||
34538 | 34538 | Incorrect query generated with on subquery WHERE depending on the order of the Q() objects | Database layer (models, ORM) | |||
34925 | 34925 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | |||
34211 | 34211 | Performance regression in ForeignKeyDeferredAttribute changes. | Database layer (models, ORM) | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
34964 | 34964 | Reversing the order of Q objects in a CheckConstraint generates a migration | Migrations | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34992 | 34992 | MariaDB does not support functional group by dependencies | Database layer (models, ORM) | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
27234 | 27234 | Clarify the type of the django.server logger's 'request' extra context | Documentation | |||
34892 | 34892 | Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled | contrib.staticfiles | |||
34808 | 34808 | Some aggregation functions may return None; this isn't well documented | Documentation | |||
34889 | 34889 | Broken fallback for prefetchers that only implement get_prefetch_queryset | Database layer (models, ORM) | |||
34859 | 34859 | Format SQL code prodcued by sqlmigrate | Migrations | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34784 | 34784 | Django french short date format translation bug | Internationalization | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34767 | 34767 | AdminReadonlyField may not show links to related models when the related model has been downcasted | contrib.admin | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34674 | 34674 | Updating the file contents of a Django FileField during upload results in I/O error | File uploads/storage | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
34590 | 34590 | Querying for decimals larger than max_digits crashes on SQLite | Database layer (models, ORM) | |||
34589 | 34589 | exclude does not support nested ForeignKey relationship | Database layer (models, ORM) | |||
34579 | 34579 | Documentation points to `django-developers` mailing list as primary point of contact for discussion | Documentation | |||
34580 | 34580 | Performance regession in SQLCompiler | Database layer (models, ORM) | |||
34573 | 34573 | Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() | Testing framework | |||
34552 | 34552 | Delaying get_from_clause call as much as possible. | Database layer (models, ORM) | |||
34543 | 34543 | Thousand separator breaking templates | Internationalization | |||
34525 | 34525 | index_together warning after migration to new style | Database layer (models, ORM) | |||
34419 | 34419 | Document django.contrib.admin.sites.all_sites | contrib.admin | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
34387 | 34387 | DateFormat.P() does not follow PHP's date string format | Utilities | |||
34341 | 34341 | FileSystemFinder harsh regarding its input on Windows | contrib.staticfiles | |||
34146 | 34146 | Add tutorial step for installing third party package(s) | Documentation | |||
34293 | 34293 | Extra validation introduced in 30581 breaks certain constraint setups | Database layer (models, ORM) | |||
34192 | 34192 | Callable storage on FileField fails to deconstruct when it returns default_storage | Database layer (models, ORM) | |||
34260 | 34260 | models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. | Documentation | |||
34236 | 34236 | Django logging when in production with Gunnicron | Documentation | |||
34207 | 34207 | Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" | Database layer (models, ORM) | |||
34130 | 34130 | order_by() has no effect on values()/values_list() | Database layer (models, ORM) | |||
34085 | 34085 | Black shouldn't format non-Python files | Core (Management commands) | |||
34105 | 34105 | Invalid query generated on Postgres when annotate and order_by have common sub-expressions | Database layer (models, ORM) | |||
28000 | 28000 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
34061 | 34061 | Model validations should be run on save() | Database layer (models, ORM) | |||
34030 | 34030 | add SystemCheckError for LocaleMiddleware | Core (Management commands) | |||
34004 | 34004 | DateTimeField for Forms does not always respect input_formats | Forms | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27906 | 27906 | assertInHTML('<a/><b/>', '<a/><b/><c/>') fails | Testing framework | |||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
27871 | 27871 | Django keeps making the same migration over and over again | Migrations | |||
14317 | 14317 | numberformat.format produces wrong results | Internationalization | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27585 | 27585 | ManyToMany relationship is cascading delete after being detached | Database layer (models, ORM) | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
14218 | 14218 | Paginator just implement the __iter__ function | Core (Other) | |||
27486 | 27486 | intword and filesizeformat filters shouldn't pass non-integers to gettext | Template system | |||
14808 | 14808 | i18n is not safe. | Documentation | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
820 | 820 | Add "view" permission to compliment add/change/delete | contrib.admin | |||
27543 | 27543 | AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong | Error reporting | |||
14807 | 14807 | django.utils.formats localize_input inserts thousands_separator into boolean values | Internationalization | |||
27067 | 27067 | Deprecate string_concat | Internationalization | |||
27434 | 27434 | Document caveats of raising a ValidationError in Model.clean() for a field not in a model form | Documentation | |||
27039 | 27039 | ModelFields with 'default' value set and 'required'=False in form does not use default value | Forms | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27928 | 27928 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27981 | 27981 | date/time filter docs inaccurate about how localization works | Documentation | |||
27862 | 27862 | Exists() feature generates invalid SQL query on postgres backend | Database layer (models, ORM) | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27776 | 27776 | Merge base.txt tests requirements file into py3.txt | Testing framework | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27297 | 27297 | infinite AlterField migrations created for foreign key after case-only model name change | Migrations | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27387 | 27387 | Rendering "required" as HTML attribute is not documented under Field.required | Documentation | |||
27691 | 27691 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | |||
27693 | 27693 | Case insensitive lookups on JSONField nested values | contrib.postgres | |||
27687 | 27687 | Dateformat issue using django basic logging formatter | Utilities | |||
27680 | 27680 | Recommend ccbv.co.uk in class-based views docs | Documentation | |||
27664 | 27664 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | |||
27672 | 27672 | Trouble saving specificly shaped GeometryCollection to spatialite backend | GIS | |||
27606 | 27606 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | |||
27355 | 27355 | Add PostgreSQL Extension operation example to reference page | Documentation | |||
27569 | 27569 | Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. | Core (URLs) | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27394 | 27394 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | |||
27393 | 27393 | Admin: input boxes on password reset forms are not aligned | contrib.admin | |||
27123 | 27123 | prefetch_related return mistaken result | Database layer (models, ORM) | |||
27301 | 27301 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27306 | 27306 | Document relation between auto_now/auto_now_add and timezones | Documentation | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27217 | 27217 | makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS | GIS | |||
27287 | 27287 | IndexError in logging on runserver broken pipe error | Utilities | |||
27271 | 27271 | ServerFormatter should handle simple string messages with or without args | Utilities | |||
27233 | 27233 | IndexError when using django.request | Uncategorized | |||
27144 | 27144 | annotating across a ManyToManyField returns duplicate results | Database layer (models, ORM) | |||
27082 | 27082 | Make timezone.localtime() default to timezone.now() when no value is given | Utilities | |||
27046 | 27046 | http.request does not support ipv6-formatted ipv4 addresses | HTTP handling | |||
21554 | 21554 | ✅ | 3 | incorrect SQL generated when using multiple inheritance | Database layer (models, ORM) | |
24401 | 24401 | ✅ | 1 | ungettext_lazy only accepts int as number param | Internationalization | |
14483 | 14483 | Implement subqueries in geodjango spatial lookup | GIS | |||
14515 | 14515 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | |||
23334 | 23334 | ✅ | Incorrect Wiki Login Link | *.djangoproject.com | ||
901 | 901 | Reload method for models | Database layer (models, ORM) | |||
21258 | 21258 | ✅ | 2 | Spanish locale should accept %Y-%m-%d format for dates | Uncategorized | |
694 | 694 | [patch] TEMPLATE_DIRS should allow project root relative paths | Template system | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14656 | 14656 | Atom1Feed should write atom:published element | contrib.syndication | |||
14150 | 14150 | [patch] a get_objects_or_404 ? | Core (Other) | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14633 | 14633 | Reorganize settings reference docs | Documentation | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14264 | 14264 | settings.configure has undocumented differences from using a settings module | Core (Other) | |||
14829 | 14829 | URL dispatcher documentation with class-based generic views | Documentation | |||
14556 | 14556 | Recommend to avoid FlatpageFallbackMiddleware unless absolutely required | Documentation | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
14050 | 14050 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14382 | 14382 | a few suggestions | contrib.comments | |||
14579 | 14579 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | |||
14895 | 14895 | USE_THOUSAND_SEPARATOR causes error on group admin operations | contrib.admin | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
14821 | 14821 | Document the differences of formatting syntax in formats.py | Internationalization | |||
14698 | 14698 | django.utils.module_loading.module_has_submodule yields false positives | Core (Other) | |||
14938 | 14938 | "Save as" does not save entries added with a Inline | Forms | |||
14947 | 14947 | regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 | Uncategorized | |||
14975 | 14975 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | |||
14652 | 14652 | Sessions seem to be improperly using Pickle to hash a dictionary | contrib.sessions | |||
14640 | 14640 | Add elapsed request time to the development server log | HTTP handling | |||
14132 | 14132 | Feedgenerator doesn't support dates before 1900 | Contrib apps | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
14594 | 14594 | Django/CherryPy problem with POST data | HTTP handling | |||
14581 | 14581 | __isnull=False not working for one to one relationships | Database layer (models, ORM) | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14568 | 14568 | FormMixin.get_form should use keyword arguments for data & files | Generic views | |||
14559 | 14559 | Minor docstring corrections | Uncategorized | |||
14548 | 14548 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | |||
14529 | 14529 | Save messages for proxy models show a crazy verbose_name | contrib.admin | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14388 | 14388 | Logging documentation typos | Documentation | |||
14366 | 14366 | Model.objects.none().values(...).anything() is broken | Database layer (models, ORM) | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
458 | 458 | "View on site" doesn't link to model's get_absoulte_url() method | contrib.admin | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
14506 | 14506 | Crash on HEAD request | Documentation | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14729 | 14729 | RawQuerySet.__repr__ fails when params passed as list | Database layer (models, ORM) | |||
14854 | 14854 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14818 | 14818 | cycle tag is not safe | Template system | |||
14240 | 14240 | filesizeformat should localize number | Template system | |||
14940 | 14940 | New generic class view CreateView execute form.save() with no arguments | Generic views | |||
14991 | 14991 | SQL injection in quote_name() | Database layer (models, ORM) | |||
14651 | 14651 | ignored field index creation for fields with unique=True and db_index=True | Database layer (models, ORM) | |||
14987 | 14987 | Date filter options inconsistant and out of order | Documentation | |||
14350 | 14350 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | |||
14163 | 14163 | Setting pk should set the related fields also in the base chain. | Database layer (models, ORM) | |||
14146 | 14146 | Incorrect query being generated by .exclude() in some inheritance cases | Database layer (models, ORM) | |||
14734 | 14734 | problem with postgresql views (psycopg2) | Database layer (models, ORM) | |||
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) | |||
14687 | 14687 | Proxy model inheritance and DoesNotExist exception | Database layer (models, ORM) | |||
14566 | 14566 | Multiple database issue v1.2.3 - Django reading the wrong database | Database layer (models, ORM) | |||
14636 | 14636 | Bad link on localization page | Uncategorized | |||
14607 | 14607 | Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly | Uncategorized | |||
14554 | 14554 | BaseDateListView.get_dated_items should raise NotImplementedError | Generic views | |||
14047 | 14047 | CommonMiddleware documentation tweak | Documentation | |||
14537 | 14537 | Validators documentation page doesn't say where to import validators from | Documentation | |||
14085 | 14085 | DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings | Documentation | |||
14521 | 14521 | Camel case used for mthods' names | Uncategorized | |||
14307 | 14307 | Document form ChoiceField tuple | Documentation | |||
14452 | 14452 | Need help understanding why the below is happening. | Forms | |||
14441 | 14441 | Oracle list limit exceeded with __in filters | Database layer (models, ORM) | |||
14295 | 14295 | Saving an object with a custom manager results in IntegrityError | Uncategorized | |||
14380 | 14380 | Form provided by modelform_factory fails when using fields attribute | Forms | |||
14359 | 14359 | django core and contrib named urls should follow a convention | Contrib apps | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14192 | 14192 | potential issue re in memory django file uploading. | Core (Other) | |||
14116 | 14116 | TestClient skips Csrf Middleware | Testing framework | |||
14143 | 14143 | Database problems and import error of django.contrib.messages | Uncategorized | |||
14124 | 14124 | Cannot use a proxy model with unique_together | Uncategorized | |||
14086 | 14086 | Tests don't pass on Python 2.4 because of a try/except/finally | contrib.sessions | |||
571 | 571 | SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 | contrib.admin | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
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 | |||
1859 | 1859 | ✅ | Flat page URLs send broken-link emails when SEND_BROKEN_LINK_EMAILS set to true | Contrib apps | ||
787 | 787 | High-level feeds ('Feed' subclasses) don't pick up author details | contrib.syndication | |||
396 | 396 | djangoadmin.py runserver should be able to listen on all available IPs | Tools | |||
243 | 243 | lack of ordering the get_list() params | Metasystem | |||
166 | 166 | [patch] Add "in" to the lookup types in the DB API | Core (Other) | |||
108 | 108 | WikiFormatting page is not there | *.djangoproject.com | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
435 | 435 | Exception thrown out when doing do_html2python | Core (Other) | |||
230 | 230 | FloatField with MySQL Backend fails silently | Database layer (models, ORM) | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
884 | 884 | Problems with international date handling | Template system | |||
469 | 469 | Admin changelist assumes ForeignKey related object has ordering set | contrib.admin | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
452 | 452 | Two ManyToManyFields to the same object should give that other object two API methods, not one | Metasystem | |||
618 | 618 | [patch] (reopened) Support for non-standard database port | Database layer (models, ORM) | |||
626 | 626 | Move template modules to django.core.template package | Core (Other) | |||
805 | 805 | OneToOneField conflicts with ForeignKey | Database layer (models, ORM) | |||
698 | 698 | Exceptions thrown after CONTROL-C typed to stop test web server. | Core (Management commands) | |||
179 | 179 | Time zone doesn't work right under django_admin.py runserver | Core (Management commands) | |||
724 | 724 | get_next_by_pub_date/get_previous_by_pub_date model methods only see 1 item for each day. | Core (Other) | |||
419 | 419 | Create meta.AbstractModel | Metasystem | |||
935 | 935 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | |||
853 | 853 | Django has high start costs, weight | Metasystem | |||
298 | 298 | Need impovement to POST.copy() | Core (Other) | |||
350 | 350 | "offset" keyword does not work on MySQL 3.x | Database layer (models, ORM) | |||
876 | 876 | Typo in trunk/docs/forms.txt | Documentation | |||
911 | 911 | [patch] Make template system scoped to the parser | contrib.admin | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
473 | 473 | Make MySQL warnings more informative | Database layer (models, ORM) | |||
737 | 737 | validators.isValidIPAddress4 using only regexps | Validators | |||
306 | 306 | cached date time values have greater precision then ones retrieved from db causing issues | Database layer (models, ORM) | |||
252 | 252 | Update shared hosting FAQ | *.djangoproject.com | |||
786 | 786 | Atom Entry "link" elements broken (should use "href" attr) | contrib.syndication | |||
114 | 114 | DeprecationWarning when creating a new project (see patch) | Core (Other) | |||
111 | 111 | Filtering doesn't clean up arguments | contrib.admin | |||
305 | 305 | sql code was not white space safe? | Database layer (models, ORM) | |||
290 | 290 | Typo in tutorial 4? | Documentation | |||
450 | 450 | [patch] Give generic views support for dynamic lookup keywords | Generic views | |||
283 | 283 | templatetags/log.py breaks on AnonymousUser | Core (Other) | |||
151 | 151 | javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code | contrib.admin | |||
958 | 958 | [patch] Allow non-int Primary Keys in ForeignKey | Metasystem | |||
294 | 294 | Use setuptools more aggressively for templates | Template system | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
630 | 630 | Error in docs | Documentation | |||
404 | 404 | MySQL order_by=['?'] throws ProgrammingError | Metasystem | |||
430 | 430 | Model examples need to be update to the new syntax | Documentation | |||
388 | 388 | Prefix for django table names | Metasystem | |||
336 | 336 | generic views delete_object documentation typo | Documentation | |||
324 | 324 | IPAddressField fails | Database layer (models, ORM) | |||
322 | 322 | [patch] Admin unavailable in development server after [503] | contrib.admin |