Timeline
Apr 21, 2010:
- 11:05 PM Ticket #13397 (Documentation - Include third level headings in the document TOC) created by
- The TOC (http://docs.djangoproject.com/en/1.1/contents/) would be more …
- 7:00 PM Changeset [c8576fa]stable/1.1.x by
- [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
- (In [13017]) [1.1.X] Fixed #13396 -- Modified the SQLite introspection …
- 6:50 PM Changeset [af48cad]stable/1.1.x by
- [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
- 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
- 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
- Fixed #13396 -- Modified the SQLite introspection code to avoid a …
- 6:40 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) created by
- 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
-
Description changed
Please use preview ;) - 5:34 PM Ticket #13395 (Contrib apps - admin | Incomplete behavior of unregister() | unregistering foo.Bar ...) created by
- 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
-
Cc changed
- 4:57 PM Ticket #10060 (Database layer (models, ORM) - Multiple table annotation failure) updated by
- 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
- 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
- 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
- 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
- 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
-
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
- 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
- Fixed #13328 -- Ensured that querysets on models with callable …
- 9:34 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) updated by
- 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
- 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
- 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
- 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
- I'm using [http://code.google.com/p/django-transmeta/ …
- 8:03 AM Ticket #10720 (Database layer (models, ORM) - OrderedManyToMany API Implementation) updated by
-
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
- 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
- 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
- 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
-
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
- 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
- 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
- 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
- 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
- (In [13012]) [1.1.X] Fixed #13389 -- Ensured that the app_loading test …
- 7:07 AM Changeset [0e99698]stable/1.1.x by
- [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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Thanks… Is it possible to backport this fix to the 1.1 branch that is …
- 1:55 AM DjangoResources edited by
- 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
- 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
-
Cc changed
- 7:46 PM Ticket #10754 (Documentation - post and pre_delete signal documentation imprecise) updated by
- 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
- 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
-
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
-
Triage Stage changed
- 7:15 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by
-
Patch needs improvement, Triage Stage changed
Right you are, was looking at 1.1 code (theclean
method in the … - 7:02 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by
- I added a few more assertions to the test to make sure that required …
- 6:29 PM Ticket #3591 (Core (Other) - add support for custom app_label and verbose_name) updated by
-
Cc changed
- 6:26 PM Ticket #13316 (contrib.auth - AuthenticationForm shouldn't prefill user's password on failure) updated by
-
Needs tests changed
- 5:57 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by
-
Patch needs improvement, Triage Stage, Milestone changed
Really, aSplitDateTimeField
should be used with the widget, but … - 5:51 PM DevelopersForHire edited by
- new entry Brazil (diff)
- 5:35 PM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by
-
Component, Triage Stage changed
- 5:11 PM Ticket #13390 (Forms - Using AdminSplitDateTime and clean method in DateTimeField) updated by
-
Cc changed
- 4:47 PM TicketChangeHelp created by
- 4:35 PM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by
-
The patch I've attached fixes the symptoms in the
app_loading
tests. … - 4:14 PM Ticket #13374 (Uncategorized - A few more small PyPy issues) updated by
- 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
- 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
- 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
-
Owner, Status changed
- 3:43 PM Changeset [1982c8b7]stable/1.1.x by
- [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
- 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
- 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
- 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
-
Cc changed
- 1:11 PM Ticket #13391 (HTTP handling - Detect charset from Content-type header in the HttpResponse) created by
- 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
- 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
- If you try to run the app_loading tests along with any doctests that …
- 11:19 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by
- 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
- OK. Patch reworked with heading \n. Tested ok here, tell me if there …
- 10:55 AM DevelopersForHire edited by
- (diff)
- 10:41 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by
-
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
-
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
-
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
- 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
- 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
- wontfix: Changing a field name like this would be a huge backwards …
- 10:07 AM Changeset [2f6317f8]stable/1.1.x by
- [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
- 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
- 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
- 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
- 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
- Fixed #13366 -- Corrected the field setstate method to avoid a …
- 9:16 AM DjangoJobs edited by
- 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
- At least tickets #8901, #13179 and #1946 deal with the same problem. …
- 8:54 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) created by
- 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
-
The
ModelAdmin.prepopulated_fields
documentation now states: …
- 8:39 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) reopened by
- 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
-
Cc changed
- 8:03 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) closed by
- 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
-
Description changed
(reformatted description) - 7:55 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) created by
- The Textarea widget is rendering textarea tag like this: […] …
- 7:22 AM Ticket #13382 (Testing framework - Subtly different error message on PyPy) updated by
- (In [13004]) [1.1.X] Fixed #13382 -- Modified a message used for …
- 7:22 AM Changeset [4807b02]stable/1.1.x by
- [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
- 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
- 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
-
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
- Replying to mtredinnick: > There are some other tickets …
- 4:42 AM Ticket #13384 (Translations - plural form 0 in russian translation) created by
- 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
-
Cc changed
- 8:34 PM Ticket #13381 (contrib.admin - admin:login doesn't work) closed by
- 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
-
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
- 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
- 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
-
Triage Stage changed
- 5:27 PM Ticket #13382 (Testing framework - Subtly different error message on PyPy) created by
- 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
-
Triage Stage changed
This works only if the pk field is in fact serial or bigserial, but … - 2:07 PM Ticket #13381 (contrib.admin - admin:login doesn't work) created by
- 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
- 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
-
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
-
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
-
Milestone changed
- 10:54 AM Ticket #13376 (contrib.messages - Messages should have an "expire" flag) updated by
-
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
- 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
-
Cc changed
- 10:22 AM Ticket #13379 (Template system - New template filter suggestion (wrap)) closed by
- 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
- 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
- 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
- Fixed #13373 -- Ensured that {% if %} statements will short circuit …
- 8:34 AM Ticket #13379 (Template system - New template filter suggestion (wrap)) created by
- 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
-
Owner, Status changed
- 7:40 AM Ticket #13370 (Internationalization - Pickling lazy things if fundamentally broken) closed by
- 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
- Fixed #13370 -- Corrected the handling of pickling for lazy() proxy …
- 6:57 AM Ticket #13374 (Uncategorized - A few more small PyPy issues) updated by
- (In [12999]) [1.1.X] Fixed #13374 -- Corrected some more minor issues …
- 6:57 AM Changeset [f282099]stable/1.1.x by
- [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
- 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
- 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
- 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
- Fixed #13361 - Made sure jQuery is always included in the admin …
- 4:00 AM Ticket #13366 (Core (Other) - Model importing race condition created in [12977] for subclasses of ...) updated by
-
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
-
Cc changed
Apr 18, 2010:
- 11:57 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) updated by
- 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
- Sorry - That should be #12609
- 11:54 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) closed by
- duplicate: Duplicate of #12773
- 11:53 PM Ticket #13378 (Documentation - The FAQ should recommend the latest stable version rather than ...) created by
- 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
-
Triage Stage changed
- 11:27 PM Ticket #13377 (Documentation - Tiny formatting typo in docs/topics/testing.txt) created by
- See patch.
- 9:12 PM Ticket #13376 (contrib.messages - Messages should have an "expire" flag) created by
- 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
-
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
- 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
-
Cc changed
- 8:15 PM Ticket #12571 (Testing framework - Test client doesn't set WSGIRequest instance on response) updated by
-
Needs documentation, Needs tests changed
- 8:13 PM Ticket #13092 (Testing framework - ContextList objects do not support "in" operator) updated by
-
Triage Stage changed
- 8:05 PM Ticket #5908 (Template system - Add a resetcycle template tag) updated by
-
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
-
Milestone changed
- 8:04 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) updated by
-
Milestone changed
- 8:02 PM Ticket #13373 (Template system - IF tag no longer short-circuits) updated by
-
Triage Stage, Milestone changed
- 8:02 PM Ticket #13369 (contrib.admin - Should be easier to add a MultipleChoice for reverse relationships on ...) updated by
-
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
- 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
- duplicate: Duplicate of #13366
- 6:39 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) closed by
- duplicate
- 6:39 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) updated by
- Duplicate of #13372
- 5:00 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) updated by
- Replying to davisd: > Looks like it happend in revision …
- 4:49 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) updated by
- Looks like it happend in revision 12976
- 3:32 PM Ticket #13375 (Database layer (models, ORM) - django model validation error) created by
- 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
-
Triage Stage changed
- 2:47 PM Ticket #13374 (Uncategorized - A few more small PyPy issues) created by
- First one is just a differing repr in the tests (pypy includes a …
- 1:42 PM DevelopersForHire edited by
- 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
-
Cc changed
- 12:09 AM Ticket #13373 (Template system - IF tag no longer short-circuits) updated by
- I removed your email Jerry.
Note:
See TracTimeline
for information about the timeline view.