Timeline



Apr 21, 2010:

11:05 PM Ticket #13397 (Documentation - Include third level headings in the document TOC) created by cyang
The TOC (http://docs.djangoproject.com/en/1.1/contents/) would be more …
7:00 PM Changeset [c8576fa]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Python 2.3 compatibility: we still need the special sets …
6:50 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) updated by Russell Keith-Magee
(In [13017]) [1.1.X] Fixed #13396 -- Modified the SQLite introspection …
6:50 PM Changeset [af48cad]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13396 -- Modified the SQLite introspection code to …
6:46 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Russell Keith-Magee
Patrys - If you're referring to the 'number2=1' duplication, Karen …
6:43 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) closed by Russell Keith-Magee
fixed: (In [13016]) Fixed #13396 -- Modified the SQLite introspection code to …
6:43 PM Changeset [58668755]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 Russell Keith-Magee <russell@…>
Fixed #13396 -- Modified the SQLite introspection code to avoid a …
6:41 PM django-pypy.diff attached to Ticket #13396 by Alex Gaynor
6:40 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) created by Alex Gaynor
Since it leaves an unconsumed cursor, luckily there's a solution!
5:35 PM Ticket #13395 (Contrib apps - admin | Incomplete behavior of unregister() | unregistering foo.Bar ...) updated by Alex Gaynor
Description changed
Please use preview ;)
5:34 PM Ticket #13395 (Contrib apps - admin | Incomplete behavior of unregister() | unregistering foo.Bar ...) created by Yeago
I have app 'agency' which has model Settings and with an admin which …
5:10 PM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by Gonzalo Saavedra
Cc changed
4:57 PM Ticket #10060 (Database layer (models, ORM) - Multiple table annotation failure) updated by fas
I also just ran into this bug and it almost went unnoticed. An …
2:21 PM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) updated by Gabriel Hurley
Ah, my apologies. I missed #13328 being reopened. I thought it had …
2:12 PM Changeset [b5dc794]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 Karen Tracey <kmtracey@…>
Fixed the model_forms doctests to not depend on writer PKs, which are …
1:07 PM Changeset [5a3521fd]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 Karen Tracey <kmtracey@…>
Tweak the last two tests from r13013 to test what they are intended to …
12:20 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Patryk Zawadzki
Russel: Thanks for fixing the main issue but I'm not sure the tests …
11:58 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) updated by Russell Keith-Magee
Triage Stage, Component, Milestone changed
This is another example of the wider problem of "integration vs …
11:34 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) closed by Russell Keith-Magee
fixed: (In [13013]) Fixed #13328 -- Ensured that querysets on models with …
11:34 AM Changeset [3fb57d4]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 Russell Keith-Magee <russell@…>
Fixed #13328 -- Ensured that querysets on models with callable …
9:58 AM django1.1-ticket10790.patch attached to Ticket #10790 by milosu
patch for django 1.1 passing django 1.1 regression test suite
9:34 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) updated by Tim Child
The offending test is: {{{ # The user submits an invalid username. …
9:23 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) created by Tim Child
When you are using custom Authentication backend the tests in …
8:24 AM Ticket #13393 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) updated by Stephane "Twidi" Angel
oups i thought my #13392 was not posted, sorry
8:11 AM Ticket #13393 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) closed by Russell Keith-Magee
duplicate: Duplicate of #13392, which has been closed in favor of reopening the …
8:10 AM Ticket #13393 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) created by Stephane "Twidi" Angel
I'm using [http://code.google.com/p/django-transmeta/
8:03 AM Ticket #10720 (Database layer (models, ORM) - OrderedManyToMany API Implementation) updated by Gregor Müllegger
Cc changed
I have implemented an ordered m2m relation in a reusable app. Its not …
8:01 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Russell Keith-Magee
I suspect you're probably correct that the solution is to look at …
7:47 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Patryk Zawadzki
I assume it wouldn't be possible to handle the most common case in …
7:37 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Russell Keith-Magee
It isn't just evaluate querysets,though. It's *any* queryset with a …
7:31 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Patryk Zawadzki
To be clear: Where I say django.db.utils.current_time I actually …
7:24 AM Ticket #13391 (HTTP handling - Detect charset from Content-type header in the HttpResponse) updated by lucky
I tried to make the bug fix patch does not impose new responsibilities …
7:18 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Patryk Zawadzki
Russel: Keep in mind it only breaks if you try to pickle it. I …
7:16 AM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) updated by Russell Keith-Magee
I'm fairly certain this problem *won't* be fixed by #13005. However, …
7:14 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Russell Keith-Magee
I'm in complete agreement that the current solution isn't clean. The …
7:07 AM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by Russell Keith-Magee
(In [13012]) [1.1.X] Fixed #13389 -- Ensured that the app_loading test …
7:07 AM Changeset [0e99698]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13389 -- Ensured that the app_loading test clears out …
7:05 AM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) closed by Russell Keith-Magee
fixed: (In [13011]) Fixed #13389 -- Ensured that the app_loading test clears …
7:05 AM Changeset [e8eac329]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 Russell Keith-Magee <russell@…>
Fixed #13389 -- Ensured that the app_loading test clears out the app …
6:43 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) reopened by Patryk Zawadzki
Actually I think [12977] and [13005] should be reverted as the current …
6:33 AM Ticket #13374 (Uncategorized - A few more small PyPy issues) closed by Russell Keith-Magee
fixed: (In [13010]) Fixed #13374 -- Modified a test so that it can pass under …
6:33 AM Changeset [b1315611]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 Russell Keith-Magee <russell@…>
Fixed #13374 -- Modified a test so that it can pass under PyPy. This …
6:05 AM Ticket #10790 (Database layer (models, ORM) - Too many joins in a comparison for NULL.) updated by milosu
The attached patch is passing all Django 1.1 test suite regressions tests.
4:55 AM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) closed by Gabriel Hurley
invalid: This should have been solved in [13005]. Update your copy of trunk and …
3:46 AM Ticket #12634 (Database layer (models, ORM) - sql compiler execute: fetchone empty result with ordering_aliases fail.) updated by PyMan
I am not that sure it's just a django-pyodbc problem, maybe it uses …
3:40 AM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) created by Stephane "Twidi" Angel
I'm using [http://code.google.com/p/django-transmeta/
2:25 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) updated by Russell Keith-Magee
It already has been backported to 1.1.X; the SVN trigger just didn't …
2:23 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) updated by Pinaraf
Thanks… Is it possible to backport this fix to the 1.1 branch that is …
1:55 AM DjangoResources edited by Philippe Ombredanne
Adding a little bit of categorization, like I would have liked it on … (diff)

Apr 20, 2010:

10:15 PM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by Ramiro Morales
Replying to ramiro: (reposting, unifying and fixing my …
8:31 PM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by anonymous
Cc changed
7:46 PM Ticket #10754 (Documentation - post and pre_delete signal documentation imprecise) updated by SashaN
I'm not sure whether I'm hitting bug or it is just lack of …
7:38 PM Ticket #13391 (HTTP handling - Detect charset from Content-type header in the HttpResponse) updated by Karen Tracey
Note properly setting charset in the response is also the subject of …
7:31 PM Ticket #13391 (HTTP handling - Detect charset from Content-type header in the HttpResponse) updated by Russell Keith-Magee
Triage Stage changed
I think there might be another edge case here. Consider the case …
7:17 PM Ticket #13316 (contrib.auth - AuthenticationForm shouldn't prefill user's password on failure) updated by Chris Beaven
Triage Stage changed
7:15 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by Chris Beaven
Patch needs improvement, Triage Stage changed
Right you are, was looking at 1.1 code (the clean method in the …
7:02 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by Gregor Müllegger
I added a few more assertions to the test to make sure that required …
6:57 PM 13390.patch attached to Ticket #13390 by Gregor Müllegger
Fix and tests in one patch.
6:29 PM Ticket #3591 (Core (Other) - add support for custom app_label and verbose_name) updated by Mike Fogel
Cc changed
6:26 PM Ticket #13316 (contrib.auth - AuthenticationForm shouldn't prefill user's password on failure) updated by Brandon M Height
Needs tests changed
6:14 PM forms_test.patch attached to Ticket #13316 by Brandon M Height
patch for django/contrib/auth/tests/forms.py
5:57 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by Chris Beaven
Patch needs improvement, Triage Stage, Milestone changed
Really, a SplitDateTimeField should be used with the widget, but …
5:51 PM DevelopersForHire edited by William Grzybowski
new entry Brazil (diff)
5:35 PM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by Chris Beaven
Component, Triage Stage changed
5:11 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by Gregor Müllegger
Cc changed
4:58 PM 13390.fix.patch attached to Ticket #13390 by Gregor Müllegger
Naive bug fix, needs review.
4:57 PM 13390.tests.patch attached to Ticket #13390 by Gregor Müllegger
Failing test.
4:47 PM TicketChangeHelp created by Robert Coup
4:35 PM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by Ramiro Morales
The patch I've attached fixes the symptoms in the app_loading tests. …
4:18 PM 13389.diff attached to Ticket #13389 by Ramiro Morales
4:14 PM Ticket #13374 (Uncategorized - A few more small PyPy issues) updated by Alex Gaynor
The fix will be to do {{{ date.today() == date(expected, stuff, here); …
4:13 PM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by Ramiro Morales
More data points: * This also happens with MySQL 5 for me, the error …
3:57 PM Ticket #13374 (Uncategorized - A few more small PyPy issues) reopened by Karen Tracey
The change to regressiontests/forms/localflavor/se.py broke the …
3:55 PM Ticket #5481 (Forms - ChoiceField/ModelChoiceField always returns strings, regardless of ...) updated by Robert Coup
Owner, Status changed
3:43 PM Changeset [1982c8b7]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Adjust the fr.py localflavor tests to account for r13007. …
3:39 PM Changeset [829c5fd]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 Karen Tracey <kmtracey@…>
Revert part of r12998 that prevents the forms doctests in tests.py …
2:36 PM Ticket #13383 (Database layer (models, ORM) - Querysets should only allow the correct model types to be filtered against) updated by Chris Beaven
It depends on the primary key of your user, hence my line 6 output in …
2:27 PM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by Gabriel Hurley
FYI, by "tests are also required" Russell meant a regression test for …
1:51 PM Ticket #10060 (Database layer (models, ORM) - Multiple table annotation failure) updated by sebleier@…
Cc changed
1:12 PM 13007-http-response-charset.diff attached to Ticket #13391 by lucky
1:11 PM Ticket #13391 (HTTP handling - Detect charset from Content-type header in the HttpResponse) created by lucky
I was surprised today to realize that Django must be configured to …
12:35 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) created by vaxXxa
models.py […] forms.py […] When I try to leave …
11:47 AM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) created by Karen Tracey
If you try to run the app_loading tests along with any doctests that …
11:26 AM textarea-trunk.diff attached to Ticket #13385 by William Grzybowski
textarea patch for svn trunk
11:19 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by tomevans222
Sorry, this is a bit late to the party. Any fix should also ensure …
11:19 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by William Grzybowski
OK. Patch reworked with heading \n. Tested ok here, tell me if there …
11:15 AM textarea.patch attached to Ticket #13385 by William Grzybowski
Textarea render
10:55 AM DevelopersForHire edited by ksamuel
(diff)
10:41 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by Russell Keith-Magee
Patch needs improvement, Needs tests, Triage Stage changed
Ok. I see what you're driving at now. However, it looks to me like …
10:33 AM Ticket #13384 (Translations - plural form 0 in russian translation) updated by Russell Keith-Magee
Triage Stage, Milestone changed
This isn't the preferred form for translation updates; …
10:31 AM Ticket #13388 (Translations - English .po not compiled into "django/conf/locale/en/LC_MESSAGES" ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:28 AM Ticket #12634 (Database layer (models, ORM) - sql compiler execute: fetchone empty result with ordering_aliases fail.) closed by Russell Keith-Magee
invalid: Again, this isn't a problem that exists for any of the officially …
10:08 AM Ticket #13388 (Translations - English .po not compiled into "django/conf/locale/en/LC_MESSAGES" ...) created by pavl
The english version of .mo files are empty into …
10:08 AM Ticket #13386 (contrib.admin - Change name of ```ModelAdmin.prepopulated_fields``` to ...) closed by Russell Keith-Magee
wontfix: Changing a field name like this would be a huge backwards …
10:07 AM Changeset [2f6317f8]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13387 -- Removed some duplicated departments in the …
10:05 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) closed by Russell Keith-Magee
fixed: (In [13006]) Fixed #13387 -- Removed some duplicated departments in …
10:05 AM Changeset [12cc292]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 Russell Keith-Magee <russell@…>
Fixed #13387 -- Removed some duplicated departments in the French …
9:52 AM Ticket #12634 (Database layer (models, ORM) - sql compiler execute: fetchone empty result with ordering_aliases fail.) reopened by PyMan
I'm not the original submitter. I'm using django_pyodbc to accesso SQL …
9:39 AM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) closed by Russell Keith-Magee
fixed: (In [13005]) Fixed #13366 -- Corrected the field setstate method …
9:39 AM Changeset [cb906e15]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 Russell Keith-Magee <russell@…>
Fixed #13366 -- Corrected the field setstate method to avoid a …
9:16 AM DjangoJobs edited by sbywater
new job posting, Pleasantville NY US (diff)
9:03 AM Ticket #13295 (Database layer (models, ORM) - Add a Meta.sequence option to models) updated by Anssi Kääriäinen
At least tickets #8901, #13179 and #1946 deal with the same problem. …
8:55 AM corse.patch attached to Ticket #13387 by Pinaraf
This patch fixes the issue
8:54 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) created by Pinaraf
The department list for France in localflavor contains a duplicated …
8:51 AM Ticket #13386 (contrib.admin - Change name of ```ModelAdmin.prepopulated_fields``` to ...) created by Remco Wendt
The ModelAdmin.prepopulated_fields documentation now states: …
8:39 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) reopened by William Grzybowski
Sorry i forgot to mention. The problem is like this: - Write a text …
8:35 AM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) updated by rokclimb15
Cc changed
8:03 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) closed by Russell Keith-Magee
invalid: I don't see anything in the reference you provide that requires that …
7:59 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by Ramiro Morales
Description changed
(reformatted description)
7:55 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) created by William Grzybowski
The Textarea widget is rendering textarea tag like this: […] …
7:22 AM Ticket #13382 (Testing framework - Subtly different error message on PyPy) updated by Russell Keith-Magee
(In [13004]) [1.1.X] Fixed #13382 -- Modified a message used for …
7:22 AM Changeset [4807b02]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13382 -- Modified a message used for testing purposes …
7:20 AM Ticket #13382 (Testing framework - Subtly different error message on PyPy) closed by Russell Keith-Magee
fixed: (In [13003]) Fixed #13382 -- Modified a message used for testing …
7:20 AM Changeset [424be52]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 Russell Keith-Magee <russell@…>
Fixed #13382 -- Modified a message used for testing purposes to allow …
5:19 AM Ticket #13383 (Database layer (models, ORM) - Querysets should only allow the correct model types to be filtered against) updated by anonymous
Status, Owner changed
It seems last line wil not throw an exception but returns empty list …
4:44 AM Ticket #7063 (Core (Other) - More robust debugging output for AJAX with simple print statements in ...) updated by Antti Kaihola
Replying to mtredinnick: > There are some other tickets …
4:42 AM Ticket #13384 (Translations - plural form 0 in russian translation) created by Harut
In Russion form 0 is used for plural forms too. […] Should be …

Apr 19, 2010:

9:22 PM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) updated by David Davis
Cc changed
8:34 PM Ticket #13381 (contrib.admin - admin:login doesn't work) closed by Russell Keith-Magee
invalid: It's not a case of "doesn't work" - it's a case of "isn't needed". …
6:55 PM Ticket #13383 (Database layer (models, ORM) - Querysets should only allow the correct model types to be filtered against) updated by Alex Gaynor
Triage Stage, Milestone changed
6:23 PM Ticket #13383 (Database layer (models, ORM) - Querysets should only allow the correct model types to be filtered against) created by Chris Beaven
Here's a simple example of what is allowed at the moment. It seems …
5:34 PM Ticket #11857 (File uploads/storage - TemporaryFile class is missing the closed - attribute) updated by danostrowski
This issue is still present, as I've had the same problem. However, …
5:28 PM Ticket #13382 (Testing framework - Subtly different error message on PyPy) updated by Alex Gaynor
Triage Stage changed
5:28 PM django-pypy.diff attached to Ticket #13382 by Alex Gaynor
5:27 PM Ticket #13382 (Testing framework - Subtly different error message on PyPy) created by Alex Gaynor
This also results in a cascading failure, which sucks.
5:16 PM Ticket #13179 (Database layer (models, ORM) - last_insert_id method cannot find sequence) updated by Anssi Kääriäinen
Triage Stage changed
This works only if the pk field is in fact serial or bigserial, but …
2:11 PM login.patch attached to Ticket #13381 by alperkanat
patch for adding login named url to be able to use it with namespaces
2:07 PM Ticket #13381 (contrib.admin - admin:login doesn't work) created by alperkanat
it's absent in django.contrib.admin.sites.py: […] adding it works …
1:37 PM Ticket #11967 (contrib.admin - [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin) closed by Jacob
fixed: (In [13002]) Fixed #11967: use a different technique to get …
1:37 PM Changeset [ea7df23]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 Jacob Kaplan-Moss <jacob@…>
Fixed #11967: use a different technique to get ADMIN_MEDIA_PREFIX in …
1:20 PM Ticket #13166 (contrib.admin - Admin change view: ambiguity between action and list_editable form ...) updated by Jannis Leidel
Patch needs improvement changed
The confirmation messages ought to be marked for translation, as …
11:33 AM Ticket #12202 (contrib.auth - Hardcoded subject in the reset password mail) updated by Austin Gabel
Milestone changed
10:54 AM Ticket #13376 (contrib.messages - Messages should have an "expire" flag) updated by Russell Keith-Magee
Triage Stage, Milestone changed
Getting the right API will be important here, but I can see how the …
10:40 AM Ticket #13380 (Template system - get_FOO_display fails in template on 1.2b1) closed by Russell Keith-Magee
worksforme: I can't reproduce this. I don't doubt you're seeing a problem, but …
10:24 AM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by Michael Manfre
Cc changed
10:22 AM Ticket #13379 (Template system - New template filter suggestion (wrap)) closed by Russell Keith-Magee
wontfix: I'm afraid I don't see the benefit here. What you describe is already …
10:07 AM Ticket #13380 (Template system - get_FOO_display fails in template on 1.2b1) created by Digitalxero
a model field (test) that has choices creates a get_test_display …
9:18 AM Ticket #13373 (Template system - IF tag no longer short-circuits) closed by Russell Keith-Magee
fixed: (In [13001]) Fixed #13373 -- Ensured that {% if %} statements will …
9:18 AM Changeset [fef0d25]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 Russell Keith-Magee <russell@…>
Fixed #13373 -- Ensured that {% if %} statements will short circuit …
8:34 AM Ticket #13379 (Template system - New template filter suggestion (wrap)) created by david.arakelian@…
We came across a use case today for wrapping variables in styles If …
8:09 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by anonymous
Owner, Status changed
7:40 AM Ticket #13370 (Internationalization - Pickling lazy things if fundamentally broken) closed by Russell Keith-Magee
fixed: (In [13000]) Fixed #13370 -- Corrected the handling of pickling for …
7:40 AM Changeset [ebfe9383]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 Russell Keith-Magee <russell@…>
Fixed #13370 -- Corrected the handling of pickling for lazy() proxy …
6:57 AM Ticket #13374 (Uncategorized - A few more small PyPy issues) updated by Russell Keith-Magee
(In [12999]) [1.1.X] Fixed #13374 -- Corrected some more minor issues …
6:57 AM Changeset [f282099]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13374 -- Corrected some more minor issues causing …
6:52 AM Ticket #13374 (Uncategorized - A few more small PyPy issues) closed by Russell Keith-Magee
fixed: (In [12998]) Fixed #13374 -- Corrected some more minor issues causing …
6:52 AM Changeset [56eb3405]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 Russell Keith-Magee <russell@…>
Fixed #13374 -- Corrected some more minor issues causing problems for …
5:16 AM Ticket #13361 (contrib.admin - If admin actions are disabled, admin jQuery is not included (thus e.g. ...) closed by Jannis Leidel
fixed: (In [12997]) Fixed #13361 - Made sure jQuery is always included in the …
5:16 AM Changeset [c3dbe9d5]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 Jannis Leidel <jannis@…>
Fixed #13361 - Made sure jQuery is always included in the admin …
5:06 AM 13366.symptomaticpatch attached to Ticket #13366 by Erik Stein
Attached symptomatic patch for using the comments app (worksforme).
4:00 AM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) updated by Patryk Zawadzki
It would be better to guard the self.model access with a hasattr
1:09 AM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) updated by anonymous
Cc changed

Apr 18, 2010:

11:57 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) updated by Paul McMillan
Ah sorry about that, missed the other ticket in the search.
11:56 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) updated by Russell Keith-Magee
Sorry - That should be #12609
11:54 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) closed by Russell Keith-Magee
duplicate: Duplicate of #12773
11:53 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) created by Paul McMillan
The FAQ should recommend that people use the latest stable version of …
11:48 PM Ticket #13377 (Documentation - Tiny formatting typo in docs/topics/testing.txt) updated by Alex Gaynor
Triage Stage changed
11:27 PM typo.diff attached to Ticket #13377 by Simon Meers
Typo fix
11:27 PM Ticket #13377 (Documentation - Tiny formatting typo in docs/topics/testing.txt) created by Simon Meers
See patch.
9:12 PM Ticket #13376 (contrib.messages - Messages should have an "expire" flag) created by ryanshow@…
Messages should have a flag which sets their expiration behavior. In …
8:59 PM Ticket #13373 (Template system - IF tag no longer short-circuits) updated by Alex Gaynor
Reporter changed
Unfortunately if I remove the change in the admin it restores the …
8:53 PM Ticket #13373 (Template system - IF tag no longer short-circuits) updated by anonymous
Thanks, Alex, but the problem has become recursive--my address now …
8:20 PM Ticket #3400 (contrib.admin - Support for lookup separator with list_filter admin option) updated by anonymous
Cc changed
8:15 PM Ticket #12571 (Testing framework - Test client doesn't set WSGIRequest instance on response) updated by Chris Beaven
Needs documentation, Needs tests changed
8:13 PM Ticket #13092 (Testing framework - ContextList objects do not support "in" operator) updated by Chris Beaven
Triage Stage changed
8:05 PM Ticket #5908 (Template system - Add a resetcycle template tag) updated by Chris Beaven
Patch needs improvement changed
This needs to be brought up to speed with the thread-safe changes to …
8:04 PM Ticket #12609 (Documentation - FAQ needs updating for advise on which Django version to use) updated by Russell Keith-Magee
Milestone changed
8:04 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) updated by Russell Keith-Magee
Milestone changed
8:02 PM Ticket #13373 (Template system - IF tag no longer short-circuits) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:02 PM Ticket #13369 (contrib.admin - Should be easier to add a MultipleChoice for reverse relationships on ...) updated by Russell Keith-Magee
Triage Stage changed
This idea has been proposed previously and rejected, but I think it …
6:46 PM Ticket #13371 (Uncategorized - reverse() causes unnecessary infinite recursion when used in urlconf) closed by Russell Keith-Magee
duplicate: Duplicate of #11712. The issue here is that reverse() isn't lazy, so …
6:43 PM Ticket #13372 (Uncategorized - Field instance copying failes before contribute_to_class) closed by Russell Keith-Magee
duplicate: Duplicate of #13366
6:39 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) closed by Russell Keith-Magee
duplicate
6:39 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) updated by Russell Keith-Magee
Duplicate of #13372
5:08 PM pt_format.diff attached to Ticket #11637 by olifante
added missing formats for pt locale
5:00 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) updated by David Davis
Replying to davisd: > Looks like it happend in revision …
4:49 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) updated by David Davis
Looks like it happend in revision 12976
3:32 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) created by David Davis
I'm having a problem with django svn 12995 that does not exist in …
2:51 PM Ticket #13374 (Uncategorized - A few more small PyPy issues) updated by Alex Gaynor
Triage Stage changed
2:50 PM django-pypy.diff attached to Ticket #13374 by Alex Gaynor
2:47 PM Ticket #13374 (Uncategorized - A few more small PyPy issues) created by Alex Gaynor
First one is just a differing repr in the tests (pypy includes a …
1:42 PM DevelopersForHire edited by subhranath
Added details of Subhranath Chunder, a Django Developer. (diff)
9:49 AM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) updated by anonymous
Cc changed
12:09 AM Ticket #13373 (Template system - IF tag no longer short-circuits) updated by Alex Gaynor
I removed your email Jerry.
Note: See TracTimeline for information about the timeline view.
Back to Top