Timeline
09/17/2010:
- 23:03 Ticket #14304 (Problem with locale) closed by
- invalid: Sorry, but there is nothing we can do to fix the configuration of …
- 18:08 Ticket #14302 (models.BooleanField returns integer) closed by
- duplicate: Duplicate of #7190. This was fixed over 7 months ago in r12578. …
- 13:15 Ticket #14306 (Translations handling cleanup (with performance boost, too)) created by
- The attached patch implements a different way to handle the delayed …
- 11:59 Ticket #14305 (inspectdb should output unmanaged model definitions) created by
- I'm a little surprised that this hasn't been brought up before, but I …
- 08:29 Ticket #14304 (Problem with locale) created by
- Good day. I have a problem with Django. My Django project is located …
- 08:27 Ticket #14303 (admin inline form id attribute numbering order and uniqueness is lost) created by
- Inline forms that are added using the "Add another ..." button created …
- 08:05 Ticket #14302 (models.BooleanField returns integer) created by
- I declare a field as models.BooleanField(default=False) in a model, …
- 07:40 ForumAppsComparison edited by
- chage link to pybb (diff)
- 05:04 Ticket #14301 (django crashes on email address that passed validate_email() (utf8-tld)) created by
- == description == It seems validate_email() and send_email() in django …
09/16/2010:
- 21:02 Ticket #12235 (MultiValueDictKeyError when editing Inline objects) reopened by
- I get the same error message; steps to replicate are the same as the …
- 16:49 CaseStudyLeads edited by
- (diff)
- 16:14 Ticket #13772 ('exists' parameter for pre_save signal) reopened by
- Sorry, this works only if the pk field is AutoIncrement and the pk …
- 16:11 Ticket #14300 (manage.py sqlcustom fails if models are in a submodule) created by
- This is similar to #6961, from what I've seen. According to …
- 15:31 Ticket #14299 (Add additional cache.*_many functions) created by
- It would be helpful to have the cache framework allow backends to …
- 14:58 Changeset [1fb572a]stable/1.2.x by
- [1.2.X] Committing missing files from [13859]. git-svn-id: …
- 14:56 Changeset [a63bea3e]stable/1.2.x by
- [1.2.X] Fixed #14244: Allow lists of more than 1000 items to be used …
- 14:53 Changeset [320c4699]stable/1.10.xstable/1.11.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
- Fixed #14244: Allow lists of more than 1000 items to be used with the …
- 14:53 Ticket #14244 (In clause with 1000 or more items fails in Oracle) closed by
- fixed: (In [13859]) Fixed #14244: Allow lists of more than 1000 items to be …
- 13:58 Ticket #14298 (maximum open cursors exceeded on Jython and Oracle) created by
- I am hitting an Oracle error frequently when running Django 1.1.2 from …
- 12:05 Ticket #14107 (Problem with non-null fieds using Oracle Backend) closed by
- invalid: This is intended behavior, as noted in the docs: > When using the …
- 11:56 Ticket #14297 (Accessing settings.FOO in hot spots cause performance problems) created by
- Trying to access settings.FOO (no matter if it exists or not) will …
- 11:54 Ticket #13436 (oracle startswith etc fails) closed by
- wontfix: Can you be more specific about the server version? It should be …
- 10:57 Ticket #13835 (enhancements in django.db.models to get info about additional tables) closed by
- wontfix: according to johnny-cache author this has been resolved now in …
- 10:43 Ticket #13772 ('exists' parameter for pre_save signal) closed by
- worksforme: The presave signal sends the instance of the object being saved. An …
- 10:36 Ticket #14296 ('manage.py test' failing for apps that access read-only databases) created by
- http://groups.google.com/group/django-users/browse_thread/thread/466ff5 …
09/15/2010:
- 18:29 Ticket #14293 (Sitemaps url priority with French local) closed by
- duplicate: Duplicate of #14164, fixed in [13644].
- 16:57 Ticket #14295 (Saving an object with a custom manager results in IntegrityError) created by
- I have defined customer manager that filters out certain object (e.g. …
- 15:47 Ticket #14294 (default input_format not honoroed) created by
- form.DateField() only accepts following formats: […] But fails …
- 08:16 Ticket #14293 (Sitemaps url priority with French local) created by
- When I put GenericSitemap(priority=0.6) the XML file display 0,6 due …
- 04:29 CaseStudyLeads edited by
- (diff)
- 03:57 Ticket #14292 (User.objects.create_user does not give object with id field populated ...) closed by
- worksforme: I have tried with: * Python 2.4.6 on Ubuntu 10.04, with Postgres 8.4 …
- 03:50 Ticket #13586 (Improvements in Signals.m2m_changed documentation) reopened by
- I have just stumbled across the same problem. I saw my failure, after …
- 00:41 Ticket #14292 (User.objects.create_user does not give object with id field populated ...) created by
- See line below starting with ### for expected behavior vs. actual. …
09/14/2010:
- 17:10 Ticket #14291 (In django admin results list, provide the field name as a css class on ...) created by
- I have found it useful a number of times to use jQuery or other …
- 16:42 Changeset [d443d16]stable/1.2.x by
- [1.2.X] Fixed paste-o in [13855] Backport of [13857] from trunk …
- 16:40 Changeset [763bcf84]stable/1.10.xstable/1.11.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
- Fixed paste-o in [13855] git-svn-id: …
- 13:34 CaseStudyLeads edited by
- (diff)
- 11:17 CaseStudyLeads edited by
- (diff)
- 10:34 DevelopersForHire edited by
- (diff)
- 09:24 Changeset [efae9a1]stable/1.2.x by
- [1.2.X] Fixed #2283 (again) - comment form templates don't validate as …
- 09:22 Ticket #2283 ([patch] comment form templates don't validate as XHTML strict) closed by
- fixed: (In [13855]) Fixed #2283 (again) - comment form templates don't …
- 09:22 Changeset [34a4af5]stable/1.10.xstable/1.11.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
- Fixed #2283 (again) - comment form templates don't validate as XHTML …
- 09:08 DjangoScreencasts edited by
- (diff)
- 08:12 CaseStudyLeads edited by
- (diff)
- 07:27 Ticket #14290 (Rendering is very inefficient when USE_L10N. Caching format values ...) created by
- Django's rendering is really inefficient if localization is turned on …
- 07:11 Ticket #14289 (Add a signal in the cleanup management command) created by
- It can be useful to add a signal called when the cleanup management …
- 05:11 Ticket #14288 (Template filter: linebreaksbr doesn't normalize newlines) created by
- When linebreakbr filter encounters windows style newlines it leaves …
Note: See TracTimeline
for information about the timeline view.