Timeline



Jun 16, 2010:

11:46 PM Ticket #10808 (Database layer (models, ORM) - Multiple inheritance (model-based) broken for __init__ of common ...) updated by Shaun Cutts
Cc changed
It seems to me that the "real underlying problem" is that Options (in …
11:23 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by Russell Keith-Magee
Triage Stage changed
11:23 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by Russell Keith-Magee
Huh. Ok... that's interesting. Thanks for setting me straight -- I …
11:22 PM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by Russell Keith-Magee
Triage Stage changed
As pointed out on #13781 -- the decision has already been made, and at …
11:21 PM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by Shaun Cutts
Cc changed
A workaround I have used (but with some discomfort -- and it probably …
11:13 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) reopened by Shaun Cutts
Um .. ok: but may I suggest that you have a documentation bug then? …
11:01 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) closed by Russell Keith-Magee
wontfix: Multiple inheritance of models isn't officially supported (see #12002, …
10:52 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by Shaun Cutts
Cc changed
10:50 PM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) created by Shaun Cutts
I have a "Profile" model that inherits both from auth.User and Person …
10:18 PM Ticket #13780 (Documentation - Admin site documentation should specify ordering directions) created by anonymous
The docs for the admin site don't mention ordering directions. […] …
10:06 PM Ticket #13695 (Uncategorized - Django Comments Loses Ajax Headers When Redirecting (request.is_ajax() ...) updated by anonymous
Replying to r1cky: > There is nothing django can do here. …
8:49 PM rel_db_type_cleanup.diff attached to Ticket #13774 by Alexander Schepanovski
rel_db_type for all fields, custom for AutoField, PositiveIntegerField …
8:48 PM Ticket #13774 (Database layer (models, ORM) - Add model Field.rel_db_type() method) reopened by Alexander Schepanovski
Patch is needed not to avoid a hack, but to make possible custom …
7:49 PM libgdal.patch attached to Ticket #13779 by Leo Shklovskii
7:49 PM Ticket #13779 (GIS - GeoDjango doesn't find libgdal 1.7.0) created by Leo Shklovskii
GeoDjango currently only searches for libgdal up to 1.6.0. Lucid + …
7:17 PM Ticket #13153 (Uncategorized - An rpm fails to build with python setup.py bdist_rpm) updated by Russell Keith-Magee
Triage Stage changed
We can keep this ticket open. As a side note - this is why we say …
6:54 PM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) updated by Russell Keith-Magee
Triage Stage changed
6:47 PM Ticket #13777 (Database layer (models, ORM) - problems using **kwargs to create an instance of a model with an ...) closed by Russell Keith-Magee
worksforme: I can't reproduce this. Logically, it doesn't make much sense, either: …
6:00 PM Ticket #13153 (Uncategorized - An rpm fails to build with python setup.py bdist_rpm) reopened by grugnog@…
The first issue is indeed a duplicate of #9616, but the second issue …
4:53 PM Ticket #12460 (Core (Management commands) - inspectdb and field names ending with underscores) updated by Elijah Rutschman
Has patch changed
4:49 PM inspect_db_py_names.patch attached to Ticket #12460 by Elijah Rutschman
Patch that addresses trailing underscore issue as well as several …
4:41 PM Ticket #6932 (Contrib apps - Flatpages does not provide a list of available flat pages to the context) updated by Mitar
Cc changed
4:41 PM Ticket #6932 (Contrib apps - Flatpages does not provide a list of available flat pages to the context) updated by Mitar
+1
4:29 PM Ticket #12460 (Core (Management commands) - inspectdb and field names ending with underscores) updated by Elijah Rutschman
Keywords changed
There are a few other scenarios where invalid field names could be …
4:20 PM Ticket #13778 (Documentation - Error in documentation code) created by Cesar Canassa
There is an error in this page of the documentation: …
3:40 PM week_pagination2.diff attached to Ticket #10890 by Michel Sabchuk
Fix over the first attachment.
3:39 PM Ticket #10890 (Generic views - generic views archive_week and archive_day should have next/previous ...) updated by Michel Sabchuk
Palewire: I think you can use "day.strftime('%U')" instead of …
3:02 PM Ticket #11277 (contrib.admin - Hidden fields in Inlines are displayed as empty rows) reopened by Narcélio Filho
The issue is that labels are still being rendered on forms, even when …
2:32 PM testcase_msg_r2.diff attached to Ticket #13615 by Daniel Duan
With regression test modified.
2:32 PM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) updated by Daniel Duan
Patch needs improvement changed
Here, now its fixed
12:06 PM Ticket #11624 (GIS - `render_to_kmz` can't handle non-ascii data) updated by palewire
Thanks for doing this. Just patched it on 1.1 and found the fix is …
10:59 AM DjangoJobs edited by anonymous
(diff)
10:24 AM Ticket #13777 (Database layer (models, ORM) - problems using **kwargs to create an instance of a model with an ...) created by seth_a
I've found that if you create a simple model with an AutoField for a …
9:51 AM Ticket #6434 (Documentation - auto_now and auto_now_add documentation) updated by Collin Anderson
See also #7634 and http://code.djangoproject.com/ticket/12785#comment:1
9:50 AM Ticket #12785 (Documentation - Docs do not 'warn' against the use of auto_now and auto_now_add) updated by anonymous
#7634 and #6434
9:36 AM Ticket #13729 (contrib.localflavor - UK localflavor mis-named/documentation bug.) updated by Russell Keith-Magee
Triage Stage changed
9:35 AM Ticket #13760 (Core (Management commands) - Management commands should not specify the default value twice) updated by Russell Keith-Magee
Triage Stage changed
9:33 AM Ticket #13746 (Core (Management commands) - dumpdata help does not include info about custom managers) updated by Russell Keith-Magee
Triage Stage changed
9:29 AM Ticket #13686 (Core (Cache system) - Asymmetry in memcached.add and memcached.set) updated by Russell Keith-Magee
Milestone, Triage Stage changed
9:28 AM Ticket #13699 (Translations - Catalan translation: corrections and missing messages for trunk) updated by Russell Keith-Magee
Triage Stage changed
9:28 AM Ticket #13645 (contrib.localflavor - The “local flavor” add-ons for Turkey) updated by Russell Keith-Magee
Triage Stage changed
The starting point is to write the code and upload a patch. Use one of …
9:27 AM Ticket #13733 (contrib.localflavor - New Zealand localflavor) updated by Russell Keith-Magee
Component, Triage Stage changed
8:39 AM Ticket #13776 (Forms - is_valid() with null field value on ModelForms from models with ...) created by Peter Bengtsson
See …
8:25 AM Ticket #13775 (Documentation - Clarify in docs that filters don't work in ifequal) closed by Luke Plant
wontfix: The 1.0 branch is no longer receiving bugfixes (and that includes …
8:04 AM Ticket #13774 (Database layer (models, ORM) - Add model Field.rel_db_type() method) closed by Russell Keith-Magee
wontfix: I'm afraid I don't see why this is required. The explanation in ticket …
8:00 AM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) updated by Russell Keith-Magee
Triage Stage changed
7:59 AM Ticket #13615 (Testing framework - test.TestCase.assert(Not)Contains assumes response content is a page.) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
Patch as written will break the tests in the regression test suite …
7:54 AM Ticket #13612 (Core (Management commands) - manage.py imports settings.py even when --settings is used) updated by Russell Keith-Magee
Triage Stage changed
Agreed that this is a bit of a wart. It's also a case where we should …
7:52 AM Ticket #13611 (Database layer (models, ORM) - get_next_by_FOO allows nulls) closed by Russell Keith-Magee
wontfix: You say "we" discussed this on IRC, but you don't say who "we" are. I …
7:43 AM Ticket #13610 (Core (Other) - Missing ENGINE setting in settings.py doesn't produce error) updated by Russell Keith-Magee
Triage Stage, Needs tests, Milestone changed
This is one of those times when it is ok to skip having a test, and …
7:30 AM Ticket #13609 (contrib.admin - Using a non existent template in admin.Inlines produce error when ...) updated by Russell Keith-Magee
Component, Triage Stage changed
This problem exists because Django's template language silently eats …
7:25 AM Ticket #13608 (Documentation - Clarify failure of lookups when argument to lookup is not an int) updated by Russell Keith-Magee
Triage Stage changed
To clarify the complaint: The issue here is that the list example …
7:17 AM Ticket #13607 (User Experience - Admin date_hierarchy drill-down should auto-initialise to appropriate level) updated by Russell Keith-Magee
Triage Stage changed
Sounds like a reasonable suggestion; implementing it in an efficient …
7:14 AM Ticket #13605 (Documentation - Storage.listdir() missing from the reference page) updated by Russell Keith-Magee
Triage Stage changed
Agreed -- the file storage API docs could be improved.
7:13 AM Ticket #13604 (Testing framework - AssertRedirects test method tests the status code of initial response ...) closed by Russell Keith-Magee
invalid: As far as I can make out, the current behaviour is correct, and there …
6:58 AM Ticket #13600 (HTTP handling - OverflowError not caught in django.views.static.serve) closed by Russell Keith-Magee
worksforme: I can't reproduce the problem you describe -- using Python 2.6, the …
6:37 AM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
I'm not a huge fan of just disappearing the problem -- the hidden …
6:34 AM Ticket #13591 (Forms - SplitDateTimeField admin usability broken when using format localization) updated by Russell Keith-Magee
Triage Stage, Milestone changed
This appears to be a fault in the Admin widgets specifically (i.e., …
5:42 AM Ticket #13775 (Documentation - Clarify in docs that filters don't work in ifequal) created by jogwen
Can you please make it a bit more explicit in …
5:13 AM Ticket #13710 (Database layer (models, ORM) - raw() sql bug when using a model with many fields with long names) updated by Kevin Renskers
Summary changed
5:11 AM Ticket #13712 (Database layer (models, ORM) - raw() sql bug in Python 2.5.2) closed by Kevin Renskers
duplicate: This ticket can be closed, see ticket #13710 for fix.
5:10 AM Ticket #13710 (Database layer (models, ORM) - raw() sql bug when using a model with many fields with long names) updated by Kevin Renskers
I found the source of the problem. My model has a lot of fields, and …
4:54 AM Ticket #10759 (contrib.admin - UserAdmin views should use attribute or current model to lookup the ...) updated by james Turnbull
Milestone changed
This patch is ready to go and accepted - can someone push this into …
4:37 AM rel_db_type.diff attached to Ticket #13774 by Alexander Schepanovski
4:36 AM Ticket #13774 (Database layer (models, ORM) - Add model Field.rel_db_type() method) created by Alexander Schepanovski
rel_db_type() method will return db_type for ForeignKey / …
4:18 AM postgresql_db_type.diff attached to Ticket #13773 by Alexander Schepanovski
4:17 AM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) created by Alexander Schepanovski
In django/db/backends/postgresql/creation.py line 66 db_type() method …
4:17 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) updated by George Sakkis
Needs documentation, Has patch changed
Patch (including updated tests) attached; needs docs, will add if accepted.
4:15 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) created by George Sakkis
As Model.save() is called both for inserts and updates, it would …
4:06 AM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by Alexander Schepanovski
Owner changed
4:01 AM Ticket #13756 (HTTP handling - File upload not working under Tomcat) updated by Carles Barrobés i Meix
I tested Sven's patch in Django 1.1.2 / Jython 2.5.1 / Tomcat 5.5. and …
2:24 AM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) updated by jdetaeye
Patch needs improvement changed
2:21 AM related_field_validation.patch attached to Ticket #13771 by jdetaeye
partial patch
2:20 AM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) created by jdetaeye
The validation of ForeignKey and Many2Many fields isn't selecting the …
1:20 AM Ticket #901 (Database layer (models, ORM) - Reload method for models) updated by jnadro52
Sorry if I'm resurrecting this from the dead, but I stumbled upon it …

Jun 15, 2010:

9:55 PM case_insensitive_boolean.patch attached to Ticket #13770 by jordanb
Patch for case-insensitive cleaning in boolean field for django 1.1.1
9:53 PM Ticket #13770 (Forms - form BooleanField should clean the string u'false' as False.) created by jordanb
I ran into this trying to assign a JavaScript Boolean false to a …
9:17 PM formmodel_fields_attrs_r13353.patch attached to Ticket #13769 by Rolando Espinoza La fuente
9:17 PM Ticket #13769 (Forms - ModelForm: override default field attributes) created by Rolando Espinoza La fuente
The common way to alter fields attributes seems to be overriding …
7:06 PM Ticket #2594 (Template system - Template system should handle whitespace better) updated by Russell Keith-Magee
Patch needs improvement changed
7:06 PM Ticket #2594 (Template system - Template system should handle whitespace better) updated by Russell Keith-Magee
Needs documentation changed
On first inspection it looks reasonably good. The performance stats …
4:09 PM DjangoPoweredSites edited by Florian Apolloner
removed spam (diff)
2:21 PM logging.patch attached to Ticket #12012 by djinn
logging changes for basehttp server
1:56 PM Ticket #13766 (HTTP handling - Redirecting output from internal http server) closed by Karen Tracey
duplicate: Shouldn't this be part of the overall logging ticket (#12012)?
1:09 PM Ticket #13768 (Database layer (models, ORM) - 'exclude' does not work with lists containing a 'None' element.) created by Felipe 'chronos' Prenholato
This ticket covers use of 'None' (NULL for DB) in list of one 'in' …
12:39 PM DjangoPoweredSites edited by jodoreps
(diff)
11:35 AM logging.patch attached to Ticket #13766 by djinn
logging patch for using python logging for output
11:34 AM Ticket #13766 (HTTP handling - Redirecting output from internal http server) created by djinn
The base http server uses vanilla sys.stderr to output its logs. This …
11:31 AM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) updated by anonymous
Component changed
11:30 AM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) created by KyleMac
Isn't it a bit odd that the |urlencode filter is actually urllib.quote …
10:07 AM admin-cutom-jsi18n.patch attached to Ticket #13764 by Sebastian Noack
10:06 AM Ticket #13764 (contrib.admin - i18n in custom javascript) created by Sebastian Noack
The admin javascript is using django.views.i18n for translation. I …
9:29 AM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) updated by Rozza
I've added an attachment that handles / catches the dying thread …
9:26 AM 13488.diff attached to Ticket #13488 by Rozza
Handle dying threads
7:07 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) closed by Karen Tracey
invalid: When you set the prefix, it must also then be included in the data …
6:56 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) updated by Mark Tranchant
Having failed validation, the error message complains that the field …
6:46 AM Ticket #13762 (Uncategorized - Setting prefix on a ModelForm causes is_valid() to return False) closed by Mark Tranchant
duplicate
6:43 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) updated by Mark Tranchant
Keywords, Component changed
6:42 AM Ticket #13763 (Forms - Setting prefix on a ModelForm causes is_valid() to return False) created by Mark Tranchant
Setting the prefix attribute on a ModelForm causes is_valid() to …
6:38 AM preserve_query_string_with_tests_4.diff attached to Ticket #12241 by Batiste Bieler
Simplification of the tests
6:23 AM Ticket #13757 (Database layer (models, ORM) - Signal inconsistency between auto_created and manually defined ...) updated by George Sakkis
After looking into it more closely, I think it's harder to do right …
6:14 AM Ticket #13762 (Uncategorized - Setting prefix on a ModelForm causes is_valid() to return False) created by Mark Tranchant
Setting the prefix attribute on a ModelForm causes validation to fail. …
5:53 AM preserve_query_string_with_tests_3.diff attached to Ticket #12241 by Batiste Bieler
Simplification of the tests
3:27 AM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by proppy
Cc changed
3:19 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Batiste Bieler
There you go. The tests are more complete. I used the urllib and …
3:17 AM preserve_query_string_with_tests_2.diff attached to Ticket #12241 by Batiste Bieler
Better tests that goes trough all the use case
12:29 AM Ticket #13761 (Database layer (models, ORM) - CharField.min_length doesn't work) closed by Oroku Saki
invalid: Oops, I've mistaken form field docs for model field docs. This would …

Jun 14, 2010:

8:31 PM orokusaki_db.models.fields.patch attached to Ticket #13761 by Oroku Saki
Might need to switch direction of min_length / max_length, etc but …
8:30 PM Ticket #13761 (Database layer (models, ORM) - CharField.min_length doesn't work) created by Oroku Saki
Using trunk from Friday or so, I see …
8:08 PM Ticket #13760 (Core (Management commands) - Management commands should not specify the default value twice) created by Paul McMillan
Many of the management commands have a code pattern that seems likely …
8:06 PM t13759.diff attached to Ticket #13759 by Tim Hatch <tim@…>
8:06 PM Ticket #13759 (Documentation - Multi-db docs have an example that isn't syntax highlighting) created by Tim Hatch <tim@…>
It looks like an extra space is confusing sphinx, and removing it lets …
3:28 PM Ticket #13758 (Database layer (models, ORM) - MySQLdb utf8_bin and django causes UnicodeDecodeError) updated by sam.vevang@…
For clarity, I'll repost that code in code blocks: Here is …
3:25 PM Ticket #13758 (Database layer (models, ORM) - MySQLdb utf8_bin and django causes UnicodeDecodeError) created by sam.vevang@…
Issue: I have a Model with a FileField. When I delete that instances …
2:29 PM Ticket #10523 (contrib.admin - Changing object with long __repr__ causes error) updated by jeffhg2758
I was running Python 2.6, Postgresql 8.2 and I found out that my issue …
1:22 PM Ticket #7735 (django-admin.py runserver - IPv6 support for runserver) updated by jbalonso
Awesome! You beat me to the punch by about a day--I had just pulled …
10:40 AM Ticket #11058 (contrib.admin - list_display_links doesn't allow callables not defined in the model) updated by cmbeelby
Owner, Status changed
9:09 AM Ticket #13757 (Database layer (models, ORM) - Signal inconsistency between auto_created and manually defined ...) created by George Sakkis
In Django 1.2 the the signal handling for m2m fields differs based on …
8:08 AM Ticket #11449 (Core (Serialization) - Performance regression loading from fixtures in 1.1 & trunk) updated by EmilStenstrom
Cc changed
In a big live project, our fixture loading is also slow... But for …
7:55 AM Ticket #11340 (HTTP handling - HttpResponseNotModified should not return Content-Type header) updated by Chris Lamb
You would also need to change django.http.utils fix_IE_for_vary to not …
4:02 AM tomcat_fileupload.diff attached to Ticket #13756 by Sven Klemm
Patch for multipart parser to make file upload work under tomcat
4:02 AM Ticket #13756 (HTTP handling - File upload not working under Tomcat) created by Sven Klemm
Currently the file upload does not work under Django because the …
3:48 AM Ticket #13755 (Documentation - HttpRequest.is_ajax() should be used together with ...) created by Miloslav Pojman
Sending different response depending on HttpRequest.is_ajax() breaks …
3:12 AM tests.py attached to Ticket #13631 by Miloslav Pojman
3:11 AM Ticket #13631 (Forms - IntegerField has no attributes max_value and min_value (1.2 regression)) updated by Miloslav Pojman
This can be easily fixed by setting a field attribute in addition to …
3:08 AM Ticket #11108 (contrib.admin - add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model ...) updated by Sebastian Noack
See also #13708
12:45 AM Ticket #5423 (Core (Serialization) - "dumpdata" should stream output one row at a time) updated by Torsten Bronger
Cc changed

Jun 13, 2010:

8:02 PM Ticket #13754 (Documentation - Add a note about a test client session property gotcha) updated by Chris Beaven
Triage Stage changed
8:01 PM 13754.diff attached to Ticket #13754 by Chris Beaven
8:01 PM Ticket #13754 (Documentation - Add a note about a test client session property gotcha) created by Chris Beaven
I've tripped over this just now, and remember having the issue a while …
5:06 PM Ticket #12909 (Core (Other) - Exceptions raised in response middleware don't invoke site 500/404 ...) updated by crucialfelix@…
side note to jhovanny: Your server's 500 page should just say 500 …
5:00 PM Ticket #13753 (Generic views - Generic views don't redirect to an URL name, like ...) created by Diederik van der Boor <vdboor@…>
I just noticed that the post_save_redirect parameter of generic …
4:55 PM Ticket #12909 (Core (Other) - Exceptions raised in response middleware don't invoke site 500/404 ...) updated by crucialfelix@…
Cc, Has patch changed
4:53 PM 12909.diff attached to Ticket #12909 by crucialfelix@…
django/core/handlers/wsgi.py handle exception thrown from middleware
3:30 PM HelpfulResponses created by Alex Gaynor
Get a page stared on helpful responses to tickets.
3:01 PM Ticket #13752 (Uncategorized - var_dump() equivelant?) closed by Alex Gaynor
invalid: Trac is for filing bugs about Django, for questions about using Django …
2:58 PM Ticket #13752 (Uncategorized - var_dump() equivelant?) created by matthewo256
For debugging, I am used to having the ability to see the current …
4:23 AM Ticket #13708 (contrib.admin - Improve ModelAdmin.save_model() [PATCH]) updated by anonymous
Hi, you might wanna take a look at #11108 too. You could steal some of …
3:13 AM runserver-ipv6-with-docs-r13350.diff attached to Ticket #7735 by Łukasz Rekucki
I took the liberty to update a patch to revision 13350. One important …
2:46 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) updated by Flier Lu
Just register a account to follow up the ticket, please consider to …
2:44 AM secure.py attached to Ticket #13751 by anonymous
2:43 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) created by anonymous
An open redirect is an …
Note: See TracTimeline for information about the timeline view.
Back to Top