Timeline
05/07/2008:
- 23:10 Ticket #7193 (ytWzeJPU) closed by
- invalid: Spammer.
- 22:54 Ticket #7194 (django-admin documentation typo (verbosity flag)) created by
- The django-admin documentation incorrectly states that the --verbosity …
- 22:43 Ticket #7192 (class Paginator::def _get_count(self):) closed by
- wontfix: There is a separate QuerySetPageinator class that implements using the …
- 21:24 Ticket #7193 (ytWzeJPU) created by
- rCSMgX <a href="http://wymtetnycebv.com/">wymtetnycebv</a>, …
- 21:09 IrcFAQ edited by
- minor edit; added Freenode FAQ link (diff)
- 20:59 Ticket #7192 (class Paginator::def _get_count(self):) created by
- change: self._count = len(self.object_list) to: …
- 20:34 Ticket #7191 (URL dispatcher page, small error) created by
- Mistake on this page: …
- 18:14 Ticket #7190 (BooleanField does not return <type: 'bool'>) created by
- In some cases, a BooleanField returns an integer instead of a bool. …
- 16:58 Ticket #7187 (Improved settings import) closed by
- wontfix: Still not sure it is a good idea since it will make this handler work …
- 13:48 VersionOneFeatures edited by
- (diff)
- 13:00 Ticket #7189 (context_processors in direct_to_template) created by
- Attached patch adds support (and documentation) of context_processors …
- 12:28 Ticket #7187 (Improved settings import) reopened by
- Yes, you are right, but django.core.handlers.modpython could be …
- 11:32 Ticket #7187 (Improved settings import) closed by
- invalid: Handler specific code should not go in core of django.
- 09:50 Ticket #7188 (FieldDoesNotExist Error because of the fields tuple inside the Admin class) closed by
-
invalid: The value for
fields
in your Language options fieldset is not a …
- 09:38 Ticket #7188 (FieldDoesNotExist Error because of the fields tuple inside the Admin class) created by
- I'm currently having a Menu model with an Admin class. Inside the …
- 09:23 Ticket #7187 (Improved settings import) created by
- I think it would be useful to try importing settings using …
- 04:02 Ticket #3030 (unique=True and db_index=True leads to duplicated indexes) reopened by
- I've test in r7411 and the problem persists. if unique=True and …
- 04:02 Ticket #7186 (Django creates redundant unique index for OneToOneField on MySQL) created by
- I've noticed, that Django r7411 still generates reduntandt unique …
- 00:02 Ticket #7185 (Add manage.py command for sitemap ping_google) created by
- The attached patch adds a manage.py command for the sitemaps …
05/06/2008:
- 21:30 Ticket #7182 (Extra MultiWidget fields in Inline in Admin are validating when left blank) closed by
- invalid
- 21:12 Ticket #7184 (inspectdb outputs primary key) created by
- As noted in the djangobook http://new.djangobook.com/en/1.0/chapter16/ …
- 19:58 Ticket #7183 (sessionid broken by jsession) created by
- I was trying to use a django setup on a machine that used to have a …
- 16:25 Ticket #7182 (Extra MultiWidget fields in Inline in Admin are validating when left blank) created by
- The fix to bug 7160 caused a regression. Now when saving a …
- 15:17 DjangoAndNginx edited by
- (diff)
- 15:17 DjangoAndNginx edited by
- (diff)
- 15:08 Ticket #7181 (Meta ordering on foreign key field which can be None) created by
- I have model A which links to model B (using field b, but A.b can be …
- 15:02 DevelopersForHire edited by
- (diff)
- 14:36 DjangoResources edited by
- (diff)
- 14:35 DjangoAndNginx created by
- 13:19 Ticket #7180 (make-messages.py using I18N_TEMPLATES_EXTENSIONS from settings...) created by
- It would be nice if the make-messages.py script would use the …
- 08:25 Ticket #7175 ("extra" anchor in sidebar is really long) closed by
-
invalid: The other methods, like
get
,filter
, etc. are marked as taking … - 08:06 Ticket #7179 ([newforms-admin] - Standard 403 error page on breadcrumb if no ...) created by
- If permission is restricted to only allow 'user' or 'group' to 'add' …
- 05:33 Ticket #7178 (X-MAC-SIMP-CHINESE problem) closed by
- invalid: This requires a explaination of the problem that makes sense and a …
- 04:22 Ticket #7178 (X-MAC-SIMP-CHINESE problem) created by
- X-MAC-SIMP-CHINESE problem
05/05/2008:
- 20:29 Ticket #7176 (HAVING clauses are not generated) closed by
- wontfix: GROUP BY and HAVING are included in the Query class for completeness; …
- 19:53 Ticket #7177 (Expand and modify escaping of JavaScript strings in the escapejs filter) created by
- The escapejs filter currently escapes a small subset of characters to …
- 18:41 Ticket #7176 (HAVING clauses are not generated) created by
- django.db.models.sql.query.Query has a "having" attribute (a list) …
- 15:18 Ticket #7175 ("extra" anchor in sidebar is really long) created by
- In the sidebar on the …
- 14:44 Ticket #7174 (Settings documentation is incorrect about default TEMPLATE_LOADERS) created by
- Patch attached.
- 13:08 Ticket #7160 (MultiWidget does not detect changed values on an Inline - newforms-admin) closed by
- fixed: (In [7517]) newforms-admin: Fixed #7160 -- MultiWidget._has_changed …
- 12:33 Ticket #7132 (SelectMultiple Widget need's it's own _has_changed method) closed by
- fixed: Looks like post-commit hook did not work. This was fixed in [7515].
- 12:19 Ticket #7173 (Reverse of OneToOneField relationships are being cached improperly, ...) created by
- When following a reverse relationship, the cache where the objects …
- 11:04 Changeset [3c4d3530]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, …
- 11:04 Ticket #7139 (Some typos in comments of the Oracle backend query class) closed by
- fixed: (In [7514]) Cleaned up some comments in the Oracle backend. Fixes …
- 10:13 DjangoFriendlyWebHosts edited by
- Adding djangohosting.ch (diff)
- 09:51 Ticket #7172 (registration/password_reset_form.html, does not show the form errors) created by
- After test it, password_reset_form.html does not show any form errors …
- 08:18 IrcFAQ edited by
- reorganized media questions (diff)
- 03:39 Ticket #7171 (Minor code cleanup in django/newforms/models.py) created by
- 'There is a comment in django/newforms/models.py, that …
- 01:28 Ticket #7170 (Multi-table inheritance generates many UNIQUE indexes on MySQL) created by
- Creating the following very simple model : […] And then …
- 00:16 Ticket #7169 (Minor bug in wizards.py :: render_template) closed by
- duplicate: #6893
- 00:14 Ticket #7168 (FormWizard broken) closed by
- duplicate: Duplicate of #6893
05/04/2008:
- 15:09 Ticket #7166 (Need to document paging variables added to template context by object_list) closed by
- invalid: Please read documentation carefully - object_list pagination already …
- 13:58 IrcFAQ edited by
- updated model inheritance blurb (diff)
- 10:09 Ticket #7166 (Need to document paging variables added to template context by object_list) reopened by
- I have included a patch to the docs. Please consider including as I …
- 09:41 Ticket #7169 (Minor bug in wizards.py :: render_template) created by
- This is actually only a problem if (a) you are using (or copied) the …
- 08:12 Ticket #7168 (FormWizard broken) created by
- FormWizard is broken in trunk: it always passes step=0 to …
- 07:59 Ticket #7167 (Add a SafeForm / SecureForm to django.contrib.csrf) created by
- According to the discussion …
- 03:44 Ticket #7166 (Need to document paging variables added to template context by object_list) closed by
- worksforme: It links to the notes on pagination, which in turn link to a full …
- 03:27 Localization edited by
- (diff)
- 02:59 Ticket #7166 (Need to document paging variables added to template context by object_list) created by
- The django.views.generic.list_detail.object_list api should be …
Note: See TracTimeline
for information about the timeline view.