Timeline
Jun 21, 2010:
- 9:07 PM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) updated by
-
Status, Triage Stage changed
Promoting to ready for chekin since it's obvious bug - 9:06 PM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by
-
Status, Triage Stage changed
Promoting to ready for chekin since it's obvious bug - 8:02 PM Ticket #10154 (Database layer (models, ORM) - allow the combination of an F expression with a timedelta) updated by
-
Patch needs improvement, Needs tests changed
It's clear why [http://dev.mysql.com/doc/refman/5.1/en/datetime.html … - 3:12 PM Ticket #8999 (contrib.admin - ModelAdmin.get_form and get_formset will overwrite self.exclude with a ...) updated by
-
Cc changed
I just ran into this bug, myself. If the 'exclude' kwarg is intended … - 2:42 PM Ticket #13808 (Core (Other) - Setting handler404 and/or handler500 in main urls.py does not work.) closed by
- worksforme: I do exactly this in one of my projects so I'm not sure how to …
- 2:00 PM Ticket #13808 (Core (Other) - Setting handler404 and/or handler500 in main urls.py does not work.) created by
- Setting handler404 or handler500 in the projects main urls.py does not …
- 10:16 AM Ticket #13768 (Database layer (models, ORM) - 'exclude' does not work with lists containing a 'None' element.) updated by
- Confirmed in SQLite and MySQL as well. This influences current …
- 10:05 AM Ticket #7231 (Database layer (models, ORM) - New "join" parameter for the "extra" QuerySet method) updated by
- Just putting in my 2 cents for jonozz here: I need to do subquery in …
- 8:46 AM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by
- In that case, can the patch keep the backticks but add a note …
- 8:40 AM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) updated by
- I added a patch where the hidden fields are rendered in a hidden div …
- 7:30 AM Ticket #13797 (contrib.auth - Login and logout views could optionally post a message to the user) closed by
- wontfix: Closing wontfix; #5612 is the right approach for this.
- 7:19 AM Changeset [2f2018e0]mainstable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added skeleton 1.3 release notes. git-svn-id: …
- 7:09 AM Ticket #12619 (Core (Management commands) - django-admin's testserver doesn't support --noinput) closed by
- fixed: (In [13365]) Fixed #12619 -- Added support for the --noinput flag to …
- 7:09 AM Changeset [0dce7b69]mainstable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12619 -- Added support for the --noinput flag to testserver. …
- 7:01 AM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) closed by
- fixed: (In [13364]) [1.2.X] Fixed #13747 -- Reverted documentation suggesting …
- 7:01 AM Changeset [8f5236fa]stable/1.2.x by
- [1.2.X] Fixed #13747 -- Reverted documentation suggesting the use of …
- 6:48 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) closed by
- fixed: (In [13363]) Fixed #8901 -- Reapplied r13328 (with extra docs) now …
- 6:48 AM Changeset [6ab3fea]mainstable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a …
- 5:49 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) updated by
- Thanks for updating the patch, but it's still a long way from being …
- 4:24 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) updated by
- Got it and update the patch, thanks for your comments Just paste the …
- 3:08 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) closed by
- fixed: it seems like it's relying on my old i18n.py even though i'm using …
- 2:15 AM Ticket #13806 (contrib.admin - ModelAdmin.save_as does not work) closed by
- worksforme: Sorry. This does work. Was a form problem :P
- 2:12 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) updated by
-
It seems like the function is supposed to be in
/admin/jsi18n
- 2:07 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) updated by
- Seems to be defined in …
- 1:58 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) created by
- I grabbed Django 1.2.1 and setup my new project up. Within the admin, …
- 1:29 AM Ticket #13806 (contrib.admin - ModelAdmin.save_as does not work) created by
- The documents …
- 1:15 AM Ticket #13805 (Uncategorized - Unable to use .raw() in multi-db environment) closed by
- worksforme: It works fine for me, and I've got a test suite to back up my …
- 1:12 AM Ticket #13805 (Uncategorized - Unable to use .raw() in multi-db environment) created by
-
I have a model
M
.M.objects.raw('...')
works, but …
Jun 20, 2010:
- 8:31 PM Ticket #13804 (Forms - URLField validation fails with "://" on the path and no scheme) created by
- according to RFC3986[1] urls containing colons on the path are valid …
- 5:09 PM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) updated by
-
Has patch, Needs tests changed
isValidIDList method on ManyToManyField, mentioned in previous patch … - 2:42 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) updated by
- Replying to kmtracey: > #12460 is already open for some …
- 2:09 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) updated by
- Replying to Alex: > Fixed up formatting. Also this is …
- 2:06 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) updated by
-
Description changed
Fixed up formatting. Also this is just going to be a docs issue IMO. - 2:01 PM Ticket #13801 (Documentation - Custom filters - INSTALLED_APPS requirements) closed by
- invalid: I don't know how you came to this conclusion, but it is not true: you …
- 1:57 PM Ticket #13802 (Documentation - Custom filters - INSTALLED_APPS requirements) closed by
- duplicate: #13801
- 1:42 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) created by
- I had an existing database that I wanted to manipulate with Django and …
- 12:47 PM Ticket #13802 (Documentation - Custom filters - INSTALLED_APPS requirements) created by
- Hi The documentation states that in order for a library of custom …
- 12:45 PM Ticket #13801 (Documentation - Custom filters - INSTALLED_APPS requirements) created by
- Hi The documentation states that in order for a library of custom …
- 5:51 AM Ticket #2879 (Testing framework - Add live test server support to test framework) updated by
-
Cc changed
- 1:48 AM Ticket #10673 (Database layer (models, ORM) - If the default manager adds an annotation and sets ...) updated by
-
Cc changed
Replying to jacob: > This is a "if it hurts then stop … - 1:07 AM Ticket #12308 (Database layer (models, ORM) - Adding tablespace support to postgres backends) updated by
-
Cc, Patch needs improvement, Needs tests changed
- 1:02 AM Ticket #13800 (Forms - add form field order meta option) closed by
- wontfix: I'm afraid I still don't see what you are requesting. The fields …
Jun 19, 2010:
- 11:56 PM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by
-
Cc changed
- 11:52 PM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by
-
Cc changed
- 11:50 PM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by
- Adamnelson, you're correct, pasting should have worked fine. I think …
- 11:28 PM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by
-
Version, Triage Stage changed
As to whether args and kwargs should be quoted (ie. whether this is a … - 10:44 PM Ticket #13800 (Forms - add form field order meta option) reopened by
- I was not specific enough in my first description. This option should …
- 10:02 PM Ticket #13800 (Forms - add form field order meta option) closed by
- worksforme
- 8:48 PM Ticket #13800 (Forms - add form field order meta option) created by
- There should be a way to specify the order of form fields when output …
- 4:18 PM Ticket #2304 (Database layer (models, ORM) - [patch] DISABLE_TRANSACTION_MANAGEMENT is not working as described in Doc's) updated by
-
Status, Owner changed
- 4:14 PM Changeset [b46639f5]mainstable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Django is now 1.3 pre-alpha. git-svn-id: …
- 4:12 PM Changeset [b1b17211]stable/1.2.x by
- Created 1.2.X release branch. git-svn-id: …
- 4:07 PM Ticket #10843 (Testing framework - django.contrib.markup.tests.Templates test_textile fails with python ...) closed by
- fixed: (In [13360]) Fixed #10843: the textile tests now pass against the …
- 4:07 PM Changeset [90ce8b0c]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #10843: the textile tests now pass against the latest textile …
- 3:00 PM Ticket #8291 (Database layer (models, ORM) - "pk" alias doesn't work for Meta option "ordering") updated by
- #13297 reported this again and has patches.
- 3:00 PM Ticket #13297 (Database layer (models, ORM) - Cannot specify 'pk' in model default ordering) closed by
- duplicate: This was already reported in the still-open #8291.
- 2:03 PM Ticket #13799 (Testing framework - Test failing on Postgres on trunk) updated by
-
Triage Stage, Status, Owner changed
- 2:03 PM Ticket #13799 (Testing framework - Test failing on Postgres on trunk) created by
- See title, failure is probably my fault, in m2m_though_regress.
- 1:30 PM Ticket #13798 (Database layer (models, ORM) - Add an argument to connection_created signal to distinguish ...) updated by
-
Triage Stage changed
- 12:47 PM Sprint201006LA edited by
- (diff)
- 12:27 PM Ticket #13798 (Database layer (models, ORM) - Add an argument to connection_created signal to distinguish ...) created by
-
[10182] introduced
connection_created
signal. In a single-db … - 9:46 AM Ticket #9321 (Forms - When overriding the widget for a manytomany field default help_text stays) updated by
-
Needs documentation, Version changed
I ran into this very issue just now and solved it by creating an … - 7:04 AM Ticket #12988 (Forms - Add support of IDN domains for URLField validator.) updated by
- We've been bitten by this in the Firefox Input application as well. If …
- 3:44 AM Sprint201006LA edited by
- (diff)
Jun 18, 2010:
- 6:29 PM Ticket #3011 (contrib.auth - Allow for extendable auth_user module) updated by
-
Cc changed
- 6:22 PM Ticket #2131 (HTTP handling - HttpResponseSendFile for serving static files handler-specific ...) updated by
-
Cc changed
- 6:17 PM Ticket #3100 (Template system - Support for arguments on intermediate tag tokens (ex. {% if arg %}{% ...) updated by
-
Cc changed
- 6:01 PM Ticket #13797 (contrib.auth - Login and logout views could optionally post a message to the user) created by
- Login and logout views could optionally (a setting or view argument …
- 4:29 PM Ticket #13796 (Template system - Admin docs aren't showing core template tags and filters) updated by
-
Triage Stage changed
- 4:28 PM Ticket #13796 (Template system - Admin docs aren't showing core template tags and filters) created by
- Looks like ticket #6587 removed core template tags and filters from …
- 3:29 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by
-
Cc changed
- 12:54 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) updated by
-
Status changed
- 12:46 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) updated by
-
Summary changed
- 12:42 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) created by
- I started the thread on django-developers …
- 12:03 PM Ticket #8995 (contrib.sitemaps - Add support for https to sitemaps) updated by
-
Cc changed
I updated the patch to work with recent code. For now I just removed … - 10:45 AM Ticket #13681 (contrib.admin - Add admindocs to INSTALLED_APPS in project template) updated by
-
Summary changed
- 10:42 AM Ticket #13681 (contrib.admin - Add admindocs to INSTALLED_APPS in project template) updated by
-
Triage Stage changed
- 10:41 AM Ticket #13629 (contrib.admin - Admin Changelist: add app-model_name class to <body> tag) updated by
-
Description, Triage Stage changed
- 10:40 AM Ticket #11277 (contrib.admin - Hidden fields in Inlines are displayed as empty rows) updated by
-
Triage Stage changed
- 10:38 AM Ticket #13684 (HTTP handling - a bug in a catch-all try..except in Django masks other exceptions: ...) updated by
-
Triage Stage, Milestone changed
- 10:37 AM Ticket #12566 (contrib.admin - admin action templates cannot be overriden on a per-app basis) updated by
-
Patch needs improvement, Needs tests changed
- 10:36 AM Ticket #13756 (HTTP handling - File upload not working under Tomcat) updated by
-
Triage Stage changed
- 10:28 AM Ticket #13786 (Testing framework - Test client PUT and DELETE do not include the GET query params) closed by
- worksforme: As far as I can make out, the test client is working correctly here. …
- 10:17 AM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) updated by
-
Triage Stage changed
- 10:06 AM Ticket #13745 (Template system - Make extends allow select from multiple templates for themes fallback) closed by
- wontfix: It strikes me that this is something that should be handled by a …
- 10:03 AM Ticket #13749 (contrib.admin - Link from admin-site to site) updated by
-
Component, Triage Stage changed
Agreed; When I modify the base template for a site to say "Myproject … - 10:02 AM Ticket #8995 (contrib.sitemaps - Add support for https to sitemaps) updated by
- Replying to miracle2k: > It seems yahoo is pinged twice by …
- 10:00 AM Ticket #13793 (Database layer (models, ORM) - reverse of OneToOne relation should use default manager if ...) updated by
-
Triage Stage changed
- 10:00 AM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) updated by
-
Needs tests, Triage Stage changed
- 9:59 AM Ticket #13768 (Database layer (models, ORM) - 'exclude' does not work with lists containing a 'None' element.) updated by
-
Triage Stage changed
- 9:58 AM Ticket #13758 (Database layer (models, ORM) - MySQLdb utf8_bin and django causes UnicodeDecodeError) updated by
-
Has patch, Description, Needs tests, Triage Stage changed
- 9:56 AM Ticket #13757 (Database layer (models, ORM) - Signal inconsistency between auto_created and manually defined ...) updated by
-
Triage Stage changed
- 9:52 AM Ticket #13742 (Database layer (models, ORM) - implement savepoints for sqlite3) updated by
-
Triage Stage changed
- 9:51 AM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by
-
Triage Stage changed
- 9:49 AM Ticket #6735 (Generic views - Class-based generic views) updated by
- #13753 describes a reasonable feature request for generic views that …
- 9:49 AM Ticket #13753 (Generic views - Generic views don't redirect to an URL name, like ...) updated by
-
Triage Stage changed
A reasonable suggestion; however, it may be better to integrate this … - 9:43 AM Ticket #13750 (Documentation - ImageField accessing height or width and then data results in "I/O ...) updated by
-
Triage Stage changed
- 9:33 AM Ticket #13666 (Database layer (models, ORM) - Updates with F objects on decimal fields raise MySQL warnings) updated by
- Might be related to this …
- 9:30 AM Ticket #13662 (Documentation - Documentation for running tests difficult to find) updated by
-
Triage Stage, Milestone changed
Agreed; it's generally good practice to document how to run the tests … - 9:29 AM Ticket #13666 (Database layer (models, ORM) - Updates with F objects on decimal fields raise MySQL warnings) updated by
-
Component, Triage Stage changed
Ok - I can verify the '1.79' problem; that means this isn't a … - 9:18 AM Ticket #13687 (Documentation - Getting and deleting HttpResponse header are case-insensitive) updated by
-
Triage Stage changed
- 9:16 AM Ticket #13691 (Documentation - install instructions are unclear about creation of db tables) closed by
- wontfix: Marking wontfix. I can't work out what area of the docs is confusing …
- 9:12 AM Ticket #13780 (Documentation - Admin site documentation should specify ordering directions) updated by
- I think the complaint here might be that the doc in admin does not …
- 9:11 AM Ticket #13727 (Documentation - Alphabetize USE_L10N and USE_I18N) updated by
-
Triage Stage changed
- 9:10 AM Ticket #13728 (Documentation - Incorrect default value for verify_exists in URLField documentation) updated by
-
Patch needs improvement, Has patch, Triage Stage changed
When the implemenation has existed as-is for as long as it has, we fix … - 9:05 AM Ticket #13738 (Documentation - "Writing Views" doesn't help much if you want in-depth info on writing ...) closed by
- wontfix: Marking wontfix because this doesn't have a specific call to action. …
- 9:02 AM Ticket #13794 (Forms - Django does not respect to_field's model on an inline model admin) created by
-
The problem occurs in the function
__unicode__
ofModelB
When … - 9:01 AM Ticket #13748 (Documentation - contrib.gis contains incorrect links to the kyngchaos packages) updated by
-
Patch needs improvement, Triage Stage changed
Looks to me like the links may have changed again -- the /wiki/ part … - 8:59 AM Ticket #13755 (Documentation - HttpRequest.is_ajax() should be used together with ...) updated by
-
Triage Stage changed
- 8:56 AM Ticket #13759 (Documentation - Multi-db docs have an example that isn't syntax highlighting) updated by
-
Triage Stage changed
- 8:55 AM Ticket #13780 (Documentation - Admin site documentation should specify ordering directions) closed by
- invalid: [http://docs.djangoproject.com/en/1.2/ref/contrib/admin/#django.contrib …
- 8:53 AM Ticket #13694 (Core (Mail) - SafeMIMEText argument names incompatible with those from MIMEText) updated by
-
Triage Stage changed
- 8:35 AM Ticket #13734 (Core (Other) - Simpler implementation of ...) updated by
-
Needs tests, Triage Stage changed
Marking as 'needs tests' because I'm not completely certain of the … - 8:25 AM Ticket #13689 (Core (Other) - Paginator.page fails when Paginator is set up with a unicode string in ...) updated by
-
Needs tests, Triage Stage changed
- 8:09 AM Ticket #13790 (Contrib apps - Docs for CurrentSiteManager indicate an M2M field called "sites" will ...) updated by
-
Triage Stage changed
I've got deja vu here... I addressed this documentation in #13168. … - 7:53 AM Ticket #13784 (Forms - pre_save is dispatched before executing upload_to attributes on ...) updated by
- Oh I see. I really did google the tickets but didn't find that one. …
- 7:38 AM Ticket #13265 (Database layer (models, ORM) - TransactionManagementError doesn't allow for easy debugging of views) closed by
- duplicate: I guess it is a duplicate for #6623
- 7:09 AM Ticket #13741 (Contrib apps - GenericForeignKey not working across multiple databases) closed by
- invalid: Generic keys do work with multidb, and there are quite a few tests in …
- 6:57 AM Ticket #13667 (Contrib apps - Multiple profile models via AUTH_PROFILE_MODULES (proposal)) closed by
- wontfix: My preference would be to deprecate the use of AUTH_PROFILE_MODULES, …
- 6:52 AM Ticket #13787 (contrib.auth - AuthenticationForm renders incorrect passwords) closed by
- duplicate
- 6:52 AM Ticket #13787 (contrib.auth - AuthenticationForm renders incorrect passwords) updated by
- Duplicate of #13316
- 6:46 AM Ticket #13713 (Uncategorized - Changing ModelMultipleChoiceField in admin is not reflected in ...) closed by
- invalid: If you want to ask how to do something, the right place isn't on a …
- 6:40 AM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by
-
Cc changed
- 6:39 AM Ticket #13713 (Uncategorized - Changing ModelMultipleChoiceField in admin is not reflected in ...) reopened by
- Replying to russellm: Thank you for clarifying that. But …
- 3:57 AM Ticket #12028 (contrib.contenttypes - Generic Inline doesn't validate unique_together) updated by
-
Version changed
Replying to johndotnet: > this bug is still open, anyone … - 2:36 AM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by
-
Cc changed
- 1:11 AM Ticket #13793 (Database layer (models, ORM) - reverse of OneToOne relation should use default manager if ...) created by
- When retrieving the related object in a reverse OneToOne relation, the …
Note:
See TracTimeline
for information about the timeline view.