Timeline
06/11/2007:
- 23:55 Ticket #4543 (django-admin.py startapp and startproject should help newbies avoid ...) created by
- Fairly often, newbies name their first Django project "site", which …
- 23:54 Ticket #4542 (generic localflavor date field) created by
-
I've added a patch to add an
AUDateField
and … - 22:43 Ticket #4541 (gettext_lazy doesn't work with __cmp__) created by
- if you compare two gettext_lazy objects, will raise error: […] …
- 21:20 Ticket #4540 (Template.render() should verify context instance) created by
- Currently, Template.render() doesn't assert that "context" really is a …
- 19:31 Ticket #4532 (Simply 2 letter typo on select-related example) closed by
- fixed: (In [5466]) Fixed #4532 -- Trivial typo fix. Noticed by …
- 19:31 Changeset [9bc8941f]attic/queryset-refactorsoc2009/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
- Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@…. …
- 15:59 AJAX edited by
- (diff)
- 15:52 Ticket #4534 (ifchanged could use an else tag) reopened by
- Under discussion on django-dev: …
- 15:35 Ticket #4534 (ifchanged could use an else tag) closed by
- duplicate: Diplicate of #4474.
- 15:27 Ticket #4539 (translation.ugettext loses variable content from blocktrans) created by
- Look at the following template: […] Imagine corresponding correct …
- 15:03 Changeset [a4d773b]attic/queryset-refactorsoc2009/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
- Fixed a bug in the way file uploads were constructed. The new …
- 14:44 DjangoPoweredSites edited by
- Added Neopeak IS Inc. (diff)
- 12:43 Ticket #4538 ("Installing the official version" should be broken into 2 parts) created by
- http://www.djangoproject.com/documentation/install/ "Installing the …
- 12:09 Ticket #4537 (use get_python_lib to find site-packages) created by
- http://www.djangoproject.com/documentation/install/ "Where are my …
- 12:08 Ticket #4536 (trac error) created by
- http://trac.edgewall.org/ticket/5484 is an example of Django's Trac …
- 11:48 Ticket #4535 (I18n in templates - multiline messages) created by
- Three issues regarding multiline messages in templates to be …
- 11:47 Ticket #4504 (Improper documentation regarding date filter) closed by
- invalid
- 11:35 Ticket #4534 (ifchanged could use an else tag) created by
- I want to group items with like values for ballot_id together. I …
- 11:02 Ticket #4533 (install page - db support) closed by
- invalid: Oracle isn't supported at the moment and the existing Oracle backend …
- 11:00 Ticket #4533 (install page - db support) created by
- http://www.djangoproject.com/documentation/install/ "Django works with …
- 10:22 Ticket #4532 (Simply 2 letter typo on select-related example) created by
- http://www.djangoproject.com/documentation/db-api/#select-related sv …
- 07:57 Ticket #4520 (Allow Django to use event based caching) closed by
- invalid: This is too vague to actually implement; please bring this discussion …
- 07:47 Ticket #4531 (SessionId collision - session takeover by accident) created by
- I just had an accidental session takeover at a clients web site. My …
- 07:39 Ticket #4530 (doctests don't play well with i18n: they override the value of _ builtin) closed by
- duplicate: This has come up before and the decision we've made (in an old …
- 07:25 Ticket #4530 (doctests don't play well with i18n: they override the value of _ builtin) created by
- Doctests are being run in Python's interactive mode, which means -- …
- 06:49 Changeset [5c346840]attic/queryset-refactorsoc2009/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
- Fixed #4473 -- Added documentation of the three cleaning methods …
- 06:49 Ticket #4473 ([PATCH] Update to newforms docs to include custom validation information) closed by
- fixed: (In [5460]) Fixed #4473 -- Added documentation of the three cleaning …
- 06:19 Ticket #4406 (URLField outdated documentation) closed by
- fixed: (In [5459]) Fixed #4406 -- Documented the maxlength parameter (added …
- 06:19 Changeset [04f5bd43]attic/queryset-refactorsoc2009/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
- Fixed #4406 -- Documented the maxlength parameter (added in [4295]) …
- 06:14 Changeset [484527f]attic/queryset-refactorsoc2009/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
- Fixed #3807 -- Some small fixes to a couple of examples. Thanks, …
- 06:14 Ticket #3807 (errata for db-api (Database API Reference) documentation) closed by
- fixed: (In [5458]) Fixed #3807 -- Some small fixes to a couple of examples. …
- 05:02 Ticket #4453 (url pattern name can contain dots, but ...) reopened by
- It's a bug.
- 04:41 Ticket #4529 (Allow multiple blocks with the same name in one template) created by
- This patch allows multiple blocks with the same name in one template …
- 03:54 Ticket #4528 (Add DATABASE_PRE_SYNCDB to settings) created by
- DATABASE_PRE_SYNCDB is a way of letting users execute SQL before …
- 03:33 DjangoGraphviz edited by
- Django Trunk GenericRelation Modify (diff)
- 03:07 DjangoPoweredSites edited by
- prelestno.ru added to International (diff)
- 01:05 Ticket #4453 (url pattern name can contain dots, but ...) closed by
- wontfix: I'm not sure that there's a real problem here. It's not that "natural" …
- 00:36 Ticket #2413 ([patch] FileField edit_inline broken) closed by
- wontfix: This is rather out of date with the upcoming new-admin rejigging. If …
- 00:25 Ticket #4527 (Form.as_p produces invalid XHTML for rows with errors) created by
-
[…]
<p>
elements can only contain inline and "text-level" … - 00:13 Ticket #4512 (<ul class="errorlist"> must be inside <p> on forms generated by as_p()) closed by
- invalid: Invalid, for the reasons Matt said. Just because it's already wrong …
06/10/2007:
- 17:45 DjangoPoweredSites edited by
- (diff)
- 17:43 DjangoPoweredSites edited by
- (diff)
- 16:12 Ticket #4526 (test.Client.login does not check is_active) created by
- The login methon in django.test.Client class does not check whether …
- 14:22 Ticket #4525 (Small error in FastCGI documentation) created by
- An example states that choosing protocol should be done with …
- 13:52 Ticket #4524 ('Delete' action is broken in newforms-admin) created by
- Any 'delete' operation in newadmin-branch (r5457) results in […] …
- 09:20 Ticket #4523 (NodeList.render cleanup) created by
- Tucked away in NodeList.render is a fun little isinstance check, …
- 08:04 Ticket #4522 (limitations of 'time' filter should be clarified) created by
- It would be helpful if the template filters documentation page at …
- 07:51 Ticket #4521 (signals should have __(str|repr)__ for debugging/maintenance.) created by
- django.dispatch.dispatcher.An(y|onymous) singletons derive from a …
- 05:30 Ticket #4520 (Allow Django to use event based caching) created by
- First of all, I have to say that the cache framework is golden. It's …
- 01:33 Changeset [b912260]attic/queryset-refactorsoc2009/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
- Added a man page for django-admin.py. Also install it correctly as …
- 01:13 GeoDjangoDatabaseAPI edited by
- updated with new extra instance keywords with API changes from r5448, … (diff)
06/09/2007:
- 23:02 Changeset [ca6e4f34]attic/queryset-refactorsoc2009/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
- Fixed #4335 -- Added Python executable binary path and version to …
- 23:02 Ticket #4335 (Pretty error page should display Python version) closed by
- fixed: (In [5456]) Fixed #4335 -- Added Python executable binary path and …
- 22:31 Ticket #4432 (get_sql_sequence_reset doesn't work on tables that have no records.) closed by
- fixed: (In [5455]) Fixed #4432 -- Fixed PostgreSQL sequence resetting in the …
- 22:31 Changeset [86fd59cf]attic/queryset-refactorsoc2009/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
- Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a …
- 22:30 ServerArrangements edited by
- (diff)
- 22:11 Ticket #4462 (minor ForNode.render reversed optimization) closed by
- fixed: (In [5454]) Fixed #4462 -- Use builtin reversed() function when …
- 22:11 Changeset [03ecc00f]attic/queryset-refactorsoc2009/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
- Fixed #4462 -- Use builtin reversed() function when available (in …
- 22:06 Ticket #4475 (typo in serializers_regress tests means that fieldsTest is run twice ...) closed by
- fixed: (In [5453]) Fixed #4475 -- Fixed a problem that was preventing …
- 22:06 Changeset [a33fb695]attic/queryset-refactorsoc2009/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
- Fixed #4475 -- Fixed a problem that was preventing streaming tests for …
- 21:13 Changeset [1b02534a]attic/queryset-refactorsoc2009/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
- Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@…. …
- 21:13 Ticket #4488 (default permission documentation says "add, create, delete" - should ...) closed by
- fixed: (In [5452]) Fixed #4488 -- Fixed a typo pointed out by …
- 21:00 Ticket #4517 ([patch] Incorrect URL_VALIDATOR_USER_AGENT due to DRY violation) closed by
- fixed: (In [5451]) Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT …
- 21:00 Changeset [130c7eee]attic/queryset-refactorsoc2009/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
- Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the …
- 20:52 Ticket #4518 (Null string in DecimalField results in error: decimal.py ...) closed by
- fixed: (In [5450]) Fixed #4518 -- Added handling of empty strings in …
- 20:52 Changeset [6fc10f5]attic/queryset-refactorsoc2009/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
- Fixed #4518 -- Added handling of empty strings in typecast_decimal() …
- 20:47 Ticket #4489 (slight mistrans on timesince.py in nl translation) closed by
- fixed: (In [5449]) Fixed #4489 -- Made a small grammatical tweak to Dutch …
- 20:47 Changeset [4a1dfe42]attic/queryset-refactorsoc2009/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
- Fixed #4489 -- Made a small grammatical tweak to Dutch translation. …
- 20:42 Ticket #4386 (docs/newforms.txt: Explain custom cleaning/validation) closed by
- duplicate: Thanks, Thomas. I'll combine an example like yours with #4473 (which …
- 19:46 Ticket #4519 (Cannot use form_from_instance with a ManyToMany field) created by
- There seems to be an issue when trying to use form_from_instance if …
- 11:47 Ticket #4518 (Null string in DecimalField results in error: decimal.py ...) created by
- I am running the django web server/sqlite on WinXP with Python 2.4 and …
- 09:44 Ticket #4493 ([unicode] django.contrib.redirects doesn't work with unicode branch) closed by
- fixed: (In [5447]) unicode: Fixed #4493 -- Fixed a problem where a …
- 09:34 Ticket #4517 ([patch] Incorrect URL_VALIDATOR_USER_AGENT due to DRY violation) created by
- Patch for django.conf.global_settings.py that keeps the …
- 09:34 Ticket #4495 ([unicode] {% firstof %} uses str()) closed by
- fixed: (In [5446]) unicode: Fixed #4495 -- Fixed a used of str() in the …
- 09:30 Ticket #4479 ([unicode] isValidFloat is using gettext in unicode-branch) closed by
- fixed: (In [5445]) unicode: Fixed #4479 -- Changed an errant gettext() call …
- 09:10 Ticket #4515 (django.views.static.serve() redirects (HTTP code 302) to the wrong ...) reopened by
- Possibly correct. If you don't think it's a dupe, not reopening the …
- 04:57 DjangoPoweredSites edited by
- Added the new site: http://www.adrima.es (diff)
- 02:37 Ticket #4515 (django.views.static.serve() redirects (HTTP code 302) to the wrong ...) closed by
- duplicate: This gets fixed when #987 gets fixed properly (using absolute URLs in …
- 01:40 DjangoPoweredSites edited by
- Adding Last Exit to Nowhere web site (diff)
- 00:59 Ticket #4513 (Provide a way to start development server from within in non-blocking mode) closed by
- duplicate: Duplicate to #2867
06/08/2007:
- 23:27 Ticket #4511 (Missing useful ID attribute in <p>, <li> and <tr> of auto generated ...) closed by
- wontfix: I concur with ubernostrum, this is probably outside of what is needed …
- 22:43 Ticket #4516 (newforms-admin: Move AdminModel's URL handling into a method) created by
- After some discussions …
- 19:11 Ticket #4515 (django.views.static.serve() redirects (HTTP code 302) to the wrong ...) created by
- For instance, if I have a URL hook for static files set up at …
- 17:59 Ticket #4514 (0.97-pre raises error with DateTime when the field is set to UNIQUE) created by
- Django is validating each field is Unique in the database. As a …
- 17:41 Ticket #4513 (Provide a way to start development server from within in non-blocking mode) created by
- Use-case: It web application development, it's common and good …
- 13:05 Ticket #4512 (<ul class="errorlist"> must be inside <p> on forms generated by as_p()) created by
- This way will be easy to keep the error next to the field, in complex …
- 13:00 Ticket #4511 (Missing useful ID attribute in <p>, <li> and <tr> of auto generated ...) created by
- Design a form built with Form.as_p(), Form.as_ul() or Form.as_table() …
- 12:58 Ticket #4510 (Reverse relationship ignores to_field) created by
- The db-api is constructing a query that uses 'id' as the key for the …
- 12:30 Ticket #4509 (Allow prepopulated_fields for non-slug fields) created by
- suppose I have a model, […] It would be nice if the …
- 10:46 DjangoPoweredSites edited by
- (diff)
- 09:46 Ticket #4508 (wed) closed by
- invalid
- 09:37 Ticket #4508 (wed) created by
- wed
- 07:52 Ticket #4507 (Adding form save hooks to newforms admin) created by
- Sometimes it's necessary to set DB fields bypassing user input with …
- 06:58 Changeset [16269c4d]attic/queryset-refactorsoc2009/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
- Fixed #3523 -- Added list unpacking to for loops in templates. Thanks …
- 06:58 Ticket #3523 (Extend "for" tag to allow unpacking of lists) closed by
- fixed: (In [5443]) Fixed #3523 -- Added list unpacking to for loops in …
- 03:36 Ticket #4506 (regroup should rely on __eq__ instead of repr) created by
- Tucked away in django.template.defaulttags.RegroupNode.render is this …
Note: See TracTimeline
for information about the timeline view.