Timeline
06/16/2010:
- 23:13 Ticket #13781 (select_related and multiple inheritance) reopened by
- Um .. ok: but may I suggest that you have a documentation bug then? …
- 23:01 Ticket #13781 (select_related and multiple inheritance) closed by
- wontfix: Multiple inheritance of models isn't officially supported (see #12002, …
- 22:50 Ticket #13781 (select_related and multiple inheritance) created by
- I have a "Profile" model that inherits both from auth.User and Person …
- 22:18 Ticket #13780 (Admin site documentation should specify ordering directions) created by
- The docs for the admin site don't mention ordering directions. […] …
- 20:48 Ticket #13774 (Add model Field.rel_db_type() method) reopened by
- Patch is needed not to avoid a hack, but to make possible custom …
- 19:49 Ticket #13779 (GeoDjango doesn't find libgdal 1.7.0) created by
- GeoDjango currently only searches for libgdal up to 1.6.0. Lucid + …
- 18:47 Ticket #13777 (problems using **kwargs to create an instance of a model with an ...) closed by
- worksforme: I can't reproduce this. Logically, it doesn't make much sense, either: …
- 18:00 Ticket #13153 (An rpm fails to build with python setup.py bdist_rpm) reopened by
- The first issue is indeed a duplicate of #9616, but the second issue …
- 16:20 Ticket #13778 (Error in documentation code) created by
- There is an error in this page of the documentation: …
- 15:02 Ticket #11277 (Hidden fields in Inlines are displayed as empty rows) reopened by
- The issue is that labels are still being rendered on forms, even when …
- 10:59 DjangoJobs edited by
- (diff)
- 10:24 Ticket #13777 (problems using **kwargs to create an instance of a model with an ...) created by
- I've found that if you create a simple model with an AutoField for a …
- 08:39 Ticket #13776 (is_valid() with null field value on ModelForms from models with ...) created by
- See …
- 08:25 Ticket #13775 (Clarify in docs that filters don't work in ifequal) closed by
- wontfix: The 1.0 branch is no longer receiving bugfixes (and that includes …
- 08:04 Ticket #13774 (Add model Field.rel_db_type() method) closed by
- wontfix: I'm afraid I don't see why this is required. The explanation in ticket …
- 07:52 Ticket #13611 (get_next_by_FOO allows nulls) closed by
- wontfix: You say "we" discussed this on IRC, but you don't say who "we" are. I …
- 07:13 Ticket #13604 (AssertRedirects test method tests the status code of initial response ...) closed by
- invalid: As far as I can make out, the current behaviour is correct, and there …
- 06:58 Ticket #13600 (OverflowError not caught in django.views.static.serve) closed by
- worksforme: I can't reproduce the problem you describe -- using Python 2.6, the …
- 05:42 Ticket #13775 (Clarify in docs that filters don't work in ifequal) created by
- Can you please make it a bit more explicit in …
- 05:11 Ticket #13712 (raw() sql bug in Python 2.5.2) closed by
- duplicate: This ticket can be closed, see ticket #13710 for fix.
- 04:36 Ticket #13774 (Add model Field.rel_db_type() method) created by
- rel_db_type() method will return db_type for ForeignKey / …
- 04:17 Ticket #13773 (model field's db_type() called without connection arg in pg creation.py) created by
- In django/db/backends/postgresql/creation.py line 66 db_type() method …
- 04:15 Ticket #13772 ('exists' parameter for pre_save signal) created by
- As Model.save() is called both for inserts and updates, it would …
- 02:20 Ticket #13771 (ForeignKey and Many2Many validation fails between databases) created by
- The validation of ForeignKey and Many2Many fields isn't selecting the …
06/15/2010:
- 21:53 Ticket #13770 (form BooleanField should clean the string u'false' as False.) created by
- I ran into this trying to assign a JavaScript Boolean false to a …
- 21:17 Ticket #13769 (ModelForm: override default field attributes) created by
- The common way to alter fields attributes seems to be overriding …
- 16:09 DjangoPoweredSites edited by
- removed spam (diff)
- 13:56 Ticket #13766 (Redirecting output from internal http server) closed by
- duplicate: Shouldn't this be part of the overall logging ticket (#12012)?
- 13:09 Ticket #13768 ('exclude' does not work with lists containing a 'None' element.) created by
- This ticket covers use of 'None' (NULL for DB) in list of one 'in' …
- 12:39 DjangoPoweredSites edited by
- (diff)
- 11:34 Ticket #13766 (Redirecting output from internal http server) created by
- The base http server uses vanilla sys.stderr to output its logs. This …
- 11:30 Ticket #13765 (The urlencode filter is actually urlquote and it doesn't accept the ...) created by
- Isn't it a bit odd that the |urlencode filter is actually urllib.quote …
- 10:06 Ticket #13764 (i18n in custom javascript) created by
- The admin javascript is using django.views.i18n for translation. I …
- 07:07 Ticket #13763 (Setting prefix on a ModelForm causes is_valid() to return False) closed by
- invalid: When you set the prefix, it must also then be included in the data …
- 06:46 Ticket #13762 (Setting prefix on a ModelForm causes is_valid() to return False) closed by
- duplicate
- 06:42 Ticket #13763 (Setting prefix on a ModelForm causes is_valid() to return False) created by
- Setting the prefix attribute on a ModelForm causes is_valid() to …
- 06:14 Ticket #13762 (Setting prefix on a ModelForm causes is_valid() to return False) created by
- Setting the prefix attribute on a ModelForm causes validation to fail. …
- 00:29 Ticket #13761 (CharField.min_length doesn't work) closed by
- invalid: Oops, I've mistaken form field docs for model field docs. This would …
06/14/2010:
- 20:30 Ticket #13761 (CharField.min_length doesn't work) created by
- Using trunk from Friday or so, I see …
- 20:08 Ticket #13760 (Management commands should not specify the default value twice) created by
- Many of the management commands have a code pattern that seems likely …
- 20:06 Ticket #13759 (Multi-db docs have an example that isn't syntax highlighting) created by
- It looks like an extra space is confusing sphinx, and removing it lets …
- 15:25 Ticket #13758 (MySQLdb utf8_bin and django causes UnicodeDecodeError) created by
- Issue: I have a Model with a FileField. When I delete that instances …
- 09:09 Ticket #13757 (Signal inconsistency between auto_created and manually defined ...) created by
- In Django 1.2 the the signal handling for m2m fields differs based on …
- 04:02 Ticket #13756 (File upload not working under Tomcat) created by
- Currently the file upload does not work under Django because the …
- 03:48 Ticket #13755 (HttpRequest.is_ajax() should be used together with ...) created by
- Sending different response depending on HttpRequest.is_ajax() breaks …
06/13/2010:
- 20:01 Ticket #13754 (Add a note about a test client session property gotcha) created by
- I've tripped over this just now, and remember having the issue a while …
- 17:00 Ticket #13753 (Generic views don't redirect to an URL name, like ...) created by
-
I just noticed that the
post_save_redirect
parameter of generic … - 15:30 HelpfulResponses created by
- Get a page stared on helpful responses to tickets.
- 15:01 Ticket #13752 (var_dump() equivelant?) closed by
- invalid: Trac is for filing bugs about Django, for questions about using Django …
- 14:58 Ticket #13752 (var_dump() equivelant?) created by
- For debugging, I am used to having the ability to see the current …
- 02:43 Ticket #13751 (Avoid open redirect issue with whitelist) created by
- An open redirect is an …
Note: See TracTimeline
for information about the timeline view.