Timeline
11/30/2009:
- 20:51 Ticket #10975 (Accessing derived block doesn't work within ifequal tag) reopened by
- you can paste this at the end of your settings.py […] IMHO, this …
- 19:31 Ticket #12292 (render_to_response method on AdminSite and ModelAdmin) created by
-
I have written a patch against trunk to add a
render_to_response
… - 15:09 DjangoJobs edited by
- (diff)
- 15:08 DjangoJobs edited by
- (diff)
- 15:07 DjangoJobs edited by
- (diff)
- 15:07 DjangoJobs edited by
- (diff)
- 14:56 Sprint200912TriangleNC edited by
- (diff)
- 14:55 Sprint200912TriangleNC edited by
- (diff)
- 11:44 Ticket #12291 (Order of app_store items should mirror INSTALLED_APPS) created by
- An app triggered _populate call (while loading apps the first time) …
- 11:00 Ticket #12290 (Give an example for a default ordering of built-in Django middleware) created by
- There are almost a dozen middleware classes built in in Django. …
- 10:54 Ticket #12287 (Application name must be unique in a project - silent sideeffect when ...) closed by
- wontfix: Like joshuajonah suggested on #django my approach wouldn't work …
- 09:58 Ticket #12287 (Application name must be unique in a project - silent sideeffect when ...) reopened by
- Why you closed this ticket without a word of explanation? I assume …
- 09:35 Sprint200912TriangleNC edited by
- add times (diff)
- 09:12 SessionMessages edited by
- (diff)
- 09:12 CookBookUsingExternalMedia edited by
- (diff)
- 09:05 CookBookUsingExternalMedia edited by
- (diff)
- 09:02 CookBookUsingExternalMedia edited by
- (diff)
- 08:53 CookBook edited by
- (diff)
- 07:59 Ticket #7806 (django.template refactoring) closed by
- wontfix: For the sake of completeness: The current (outdated) version of my git …
- 05:21 Ticket #12287 (Application name must be unique in a project - silent sideeffect when ...) closed by
- duplicate: Dupe of #12288.
- 05:21 Ticket #12289 (Test runner behave improperly when application names are not unique) closed by
- duplicate: Dupe of #12288.
- 04:52 Ticket #12289 (Test runner behave improperly when application names are not unique) created by
- During the time I migrated to Django - which was 2 months ago - I …
- 04:50 Ticket #12288 (Validate that values in INSTALLED_APPS are unique) created by
- Docs for INSTALLED_APPS says: "A tuple of strings designating …
- 04:45 Ticket #12287 (Application name must be unique in a project - silent sideeffect when ...) created by
- Guys, 1) django accepts multiple applications with the same name in …
- 04:45 Changeset [9722091]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Updated Spanish translation. git-svn-id: …
- 04:44 Changeset [50a2c1ec]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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.x by
- Updated Catalan translation. git-svn-id: …
- 04:18 Ticket #12286 (Table for Model that has been proxied may not be created) created by
- Hi there, Imagine you have app1/models.py:: […] app2/models.py:: …
- 02:34 Ticket #12276 (Adding a UnixDateTimeField to Models) closed by
- wontfix: This really doesn't feel like something that needs to be in core, and …
11/29/2009:
- 20:42 Ticket #12285 (Confusing error message when ModelForm does not have model set) created by
-
When instantiating a
ModelForm
whoseMeta.model
has not … - 19:34 Ticket #12284 (Inclusion tags should handle arguments not present in the context ...) closed by
- duplicate: Duplicate of #12283 , sorry about that.
- 19:31 Ticket #12284 (Inclusion tags should handle arguments not present in the context ...) created by
- If we call an inclusion tag like that […] and object is not …
- 19:31 Ticket #12283 (Inclusion tags should handle arguments not present in the context ...) created by
- If we call an inclusion tag like that […] and object is not …
- 17:28 Ticket #12282 (Admin Actions: No Way to Select All) created by
- Admin actions are only performed on items that have been selected in …
- 17:06 Ticket #12281 (Admin Actions: Display Message on Empty Queryset) created by
- When a user chooses an action in the Admin's change list (such as, …
- 15:11 DevelopersForHire edited by
- (diff)
- 15:10 DevelopersForHire edited by
- (diff)
- 12:43 Sprints edited by
- (diff)
- 12:42 Sprint200912TriangleNC edited by
- (diff)
- 12:41 Sprint200912TriangleNC edited by
- (diff)
- 12:30 Sprint200912TriangleNC edited by
- add CCC to sponsors (diff)
- 12:28 Sprint200912TriangleNC edited by
- link to eventbright (diff)
- 12:06 Sprints edited by
- adding triangle NC dec '09 sprint (diff)
- 12:03 Sprint200912TriangleNC edited by
- (diff)
- 11:59 Sprint200912TriangleNC edited by
- (diff)
- 11:57 Sprint200912TriangleNC edited by
- (diff)
- 11:53 Sprint200912TriangleNC edited by
- (diff)
- 11:45 Sprint200912TriangleNC edited by
- (diff)
- 11:43 Sprint200912TriangleNC edited by
- (diff)
- 11:39 Sprint200912TriangleNC edited by
- (diff)
- 11:39 Sprint200912TriangleNC edited by
- (diff)
- 11:06 Sprint200912TriangleNC created by
- creating page for Triangle Dec '09 sprint
- 10:45 Ticket #12280 (working with forms example should include editing an existing instance) created by
- http://docs.djangoproject.com/en/dev/topics/forms/#using-a-form-in-a-vi …
- 10:21 Ticket #12279 (prepare_database_save in add_update_fields makes some custom fields be ...) created by
- Hi, I wrote two types of custom field, ObjectField and ClassField. …
- 07:21 Ticket #12278 (Doc bug: django.utils.translation.string_concat does not take list as ...) created by
- Current source (docs/topics/i18n.txt): […] This will result in …
- 06:28 DjangoBranches edited by
- typo (diff)
- 06:27 DjangoBranches edited by
- Updated link and description for django-bugfixes. (diff)
- 03:42 DevelopersForHire edited by
- (diff)
- 03:31 Ticket #12277 (Admin action example should use verbose_name in message_bit) created by
- Within …
11/28/2009:
- 12:36 Ticket #12276 (Adding a UnixDateTimeField to Models) created by
- Hi there, Beside the normal DateTime fields in databases, there are …
- 03:40 Ticket #12275 (small naming fix for django's sphinx documentation) created by
- There is a navigation element with an incorrect title value. Not a big …
- 01:10 Ticket #12274 (Make PDF version of Django Documentation) closed by
- duplicate: Duplicate of #528, #1018, #4940, #6443, #9702 and #10104. Please …
11/27/2009:
- 21:48 Ticket #12274 (Make PDF version of Django Documentation) created by
- How abount to make PDF version of Django Documentation like …
- 16:02 Ticket #12272 (django.core.management.color.py sucks?) closed by
- invalid: Short answer: No, it doesn't. Long answer: If you want different …
- 14:47 Ticket #12273 (django.contrib.formtools.utils.security_hash resulting in different ...) created by
- I have a fairly complex form wizard I'm using to walk a site …
- 14:21 Ticket #12272 (django.core.management.color.py sucks?) created by
- I'm trying to see some colors in my win console (with cygwin and …
- 13:45 Ticket #12271 (Documentation typo in URLFields section of Model Field Reference) created by
- The second sentence in this paragraph reads "serverd" instead of …
- 06:25 Distributions edited by
- (diff)
- 06:07 Distributions edited by
- BitNami Django Stack could be helpful for beginners (diff)
- 05:58 Ticket #12270 (Wrong SQL generated with annotated fields and ORed Q objects) closed by
- duplicate: Duplicate of #11293.
- 05:54 Ticket #12270 (Wrong SQL generated with annotated fields and ORed Q objects) created by
-
These are the models I have:
A
Language
model, andText
… - 00:31 DevelopersForHire edited by
- (diff)
- 00:30 DevelopersForHire edited by
- (diff)
- 00:30 DevelopersForHire edited by
- (diff)
- 00:29 DevelopersForHire edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.