Timeline
09/03/2009:
- 23:48 Ticket #11829 (django-admin model validation mistake) created by
- In one of my models I have a field that would be logically be called …
- 20:25 Ticket #11828 (Testing w/ contenttypes with syncdb causes an error ...) created by
- A quick way to see the error (which is obviously wrong) 1. Add …
- 14:41 Ticket #11827 (GeoQuerySet extent() method fails if contains only one object with ...) created by
- I have a point object, with valid, non null geometry. […] qs is not …
- 13:07 Ticket #11826 (django.forms.fields.URLField rejects valid URLs with no abs_path component) created by
- As annoying as it is, RFC 2616 section 3.2.2 …
- 08:31 Ticket #11825 (Polish national flavour bugs) created by
- Polish National Flavour validators go out of string range and does not …
- 07:20 Signals edited by
- Added Chris Pratt blog entry as a documentation link (diff)
- 06:09 Ticket #11824 ({% with %} tag to support tuples) created by
- Currently, that's possible to iterate over a collection of tuples …
- 04:27 Ticket #11822 (Slugify check for existing slugs in table) closed by
- invalid: This would only work correctly if it could also save the data to the …
- 03:16 Ticket #11823 (Flush command should allow to choose send/not send syncdb signal and ...) closed by
- duplicate: At the core, this is really a duplicate of #7052. Changing the …
- 02:27 Ticket #11823 (Flush command should allow to choose send/not send syncdb signal and ...) created by
- The flush command is sending syncdb signal at the end of it's run. It …
09/02/2009:
- 20:19 Ticket #11821 (Objects with multiple foreign key relationships to the same table will ...) closed by
- duplicate: This is a dupe of #6191. You might want to attach your patch there, …
- 20:00 Ticket #11822 (Slugify check for existing slugs in table) created by
- Slugify would be more useful if it had an option to set the field name …
- 19:36 Ticket #11821 (Objects with multiple foreign key relationships to the same table will ...) created by
- Consider: […] The admin delete view for a Color will correctly …
- 18:42 Ticket #11820 (Grace Hopper's name is misspelled) created by
- A test fixture uses John Mauchley, Grace Hooper, and Guido van Rossum …
- 18:16 DjangoJobs edited by
- (diff)
- 18:15 DjangoJobs edited by
- (diff)
- 16:37 DevelopersForHire edited by
- (diff)
- 11:34 Ticket #11819 (Should __unicode__ be used when returning purely numerical values?) closed by
-
invalid: There's nothing Django-specific in
__unicode__
and it's sufficiently … - 11:03 Ticket #11819 (Should __unicode__ be used when returning purely numerical values?) created by
- http://docs.djangoproject.com/en/dev/intro/tutorial01/#playing-with-the …
- 10:40 Ticket #11818 (Broken link on ...) closed by
- duplicate: This is a general problem with these auto-generated links. The code …
- 09:28 Ticket #11818 (Broken link on ...) created by
- http://www.djangoproject.com/documentation/0.95/models/validation/ …
- 08:35 Ticket #11817 (Incorrect document structures in django-documentation) created by
- Some templates of the django documentation respectively the contents …
- 06:32 Ticket #11816 (defaults in genereated settings.py are absolute paths for template ...) created by
- 'best practice' seems to be to use […] Shouldn't the …
- 04:40 ForumAppsComparison edited by
- Added licenses (diff)
- 04:30 DjangoResources edited by
- (diff)
09/01/2009:
- 05:38 Ticket #11815 (Multi table inheritance) closed by
- invalid: Please direct "how do I" questions to django-users. Trac is for …
- 05:09 Ticket #11815 (Multi table inheritance) created by
- I am using multi table inheritance in one application developed in …
- 03:19 Ticket #11814 (GIS with mysql doesnt work together with multidb raises argument ...) created by
- Hi, this is my first ticket, please bare with me :) GIS in …
08/31/2009:
- 22:17 Ticket #11812 (Formset with select widget and extra fields won't validate) closed by
- invalid: Please provide some actual code to show how to recreate the problem …
- 20:00 Ticket #11813 (Formset with select widget and extra fields won't validate) closed by
- duplicate: dup of #11812 (submitted twice)
- 18:52 Ticket #11813 (Formset with select widget and extra fields won't validate) created by
- Since a select field passes the first choice as it's default …
- 18:50 Ticket #11812 (Formset with select widget and extra fields won't validate) created by
- Since a select field passes the first choice as it's default …
- 18:46 Ticket #11811 (No error raised on update(foreignkey=unsavedobject) on nullable fk) created by
- Found this while coding at 2AM: When there is a field that can be …
- 17:58 Ticket #11810 ([gis] Typo in OpenLayers Admin JS) created by
- There's a minor typo in the GIS admin openlayers javascript, for …
- 16:04 Ticket #11809 (Unable to test a non-db dependent django app without db configuration) created by
- We are able to write django applications that do not require database …
- 11:07 Ticket #11806 (FormWizard.process_step() doesn't always have a validated Form.) closed by
- duplicate: Replying to mpaolini: > > this is an old bug, I'm sure …
- 11:02 Ticket #694 ([patch] TEMPLATE_DIRS should allow project root relative paths) closed by
- wontfix: This was marked "wontfix" by a core developer. If you disagree, start …
- 11:01 Ticket #8874 (problem with URLs on FastCGI after update to 1.0) closed by
- duplicate: fixed #8490
- 10:46 Ticket #11808 (Typo in admin's documentation) created by
- There's a typo in the admin's documentation, see attached patch.
- 10:36 Ticket #694 ([patch] TEMPLATE_DIRS should allow project root relative paths) reopened by
- I'm newbie to django, and this page is the result of one of my few …
- 10:31 Ticket #11806 (FormWizard.process_step() doesn't always have a validated Form.) reopened by
- in contrib/formtools/wizard.py […] line 67: form passed to …
- 08:16 Ticket #11806 (FormWizard.process_step() doesn't always have a validated Form.) closed by
- invalid: You've stated that the form isn't always guaranteed to be clean …
- 07:29 DjangoFriendlyWebHosts edited by
- typo (diff)
- 07:28 DjangoFriendlyWebHosts edited by
- (diff)
- 07:19 Ticket #11807 (Admin inlines onetoone related object not saved) created by
- Hi there, I have the following models: […] In admin interface, I …
- 04:55 Ticket #11806 (FormWizard.process_step() doesn't always have a validated Form.) created by
- The FormWizard documentation says: […] But the form isn't always …
- 00:21 Ticket #9414 (Documentation on has_perm and the permission_required decorator is ...) reopened by
- The documentation is still wrong: …
Note: See TracTimeline
for information about the timeline view.