Timeline
06/17/2009:
- 19:16 Changeset [15a908b]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Refs #11336 -- Another dummy commit to force refresh of some index …
- 19:06 Ticket #11336 (Warning under the "Generic Views" header in main docs page) closed by
- fixed: Fixed in r11031
- 18:57 Changeset [c9d882c]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11336 -- Dummy commit to force refresh of some index pages by …
- 18:17 Ticket #11337 (Possible missing comma in Tutorial Part 1 (but the interpreter is the ...) closed by
- invalid: A trailing comma is only necessary for a single item tuple, thus the …
- 18:14 Ticket #11337 (Possible missing comma in Tutorial Part 1 (but the interpreter is the ...) created by
- This is what we have: […] I'm expecting, with a trailing comma, …
- 17:04 Ticket #11315 (add coercion to URLconf) closed by
- wontfix: I don't see the necessity. Coerce it in your view, or if it's a …
- 15:14 Ticket #11336 (Warning under the "Generic Views" header in main docs page) created by
- http://docs.djangoproject.com/en/dev/ Under generic views, the …
- 15:02 Changeset [a44960b0]stable/1.0.x by
- [1.0.X] Fixed #11335 -- Corrected model reference in generic views …
- 14:59 Changeset [80c0ee0b]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11335 -- Corrected model reference in generic views doc. …
- 14:59 Ticket #11335 (Error in docs, Publisher should be Book) closed by
- fixed: (In [11028]) Fixed #11335 -- Corrected model reference in generic …
- 14:28 Ticket #11335 (Error in docs, Publisher should be Book) created by
- http://code.djangoproject.com/browser/django/trunk/docs/topics/generic- …
- 12:12 Ticket #11334 (Django fails to show non-latin exception messages from PostgreSQL ...) created by
- Run django via FastCGI (used nginx 0.6.x to deploy) with PosgreSQL. …
- 09:19 Changeset [9d7e51d9]stable/1.0.x by
- [1.0.X] Fixed #10336 -- Added improved documentation of generic views. …
- 09:16 Changeset [ec1baddb]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Update to [11025]. This time, actually include the new generic views …
- 09:09 Ticket #10336 (Generic views documentation) closed by
- fixed: (In [11025]) Fixed #10336 -- Added improved documentation of generic …
- 09:09 Changeset [6c81952b]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #10336 -- Added improved documentation of generic views. Thanks …
- 08:54 Ticket #9919 (Raw SQL documentation doesn't mention transaction management) closed by
- fixed: (In [11024]) [1.0.X] Fixed #9919 -- Added note on the need to mark …
- 08:54 Changeset [40bcd34f]stable/1.0.x by
- [1.0.X] Fixed #9919 -- Added note on the need to mark transactions as …
- 08:52 Changeset [e63e0bb4]stable/1.0.x by
- [1.0.X] Fixed #11328 -- Added missing imports in the sample urls.py …
- 08:47 Changeset [992ded1]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #9919 -- Added note on the need to mark transactions as dirty …
- 08:46 Ticket #11328 (Bug in tutorial03) closed by
- fixed: (In [11021]) Fixed #11328 -- Added missing imports in the sample …
- 08:46 Changeset [1a7238c]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11328 -- Added missing imports in the sample urls.py from …
- 08:12 Changeset [c19d10c1]stable/1.0.x by
- [1.0.X] Fixed #9268 -- Ensured that the next argument is passed on …
- 08:01 Ticket #9268 (Pass custom form values from post-comment to preview-comment) closed by
- fixed: (In [11019]) Fixed #9268 -- Ensured that the next argument is passed …
- 08:01 Changeset [f908eded]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #9268 -- Ensured that the next argument is passed on when …
- 07:30 Ticket #11333 (ORA-01830 date format picture ends before converting entire input) created by
- I've legacy database that uses 'DATE' field and I'm using …
- 07:02 Ticket #11332 (Group by doesn't work properly with PosgreSQL) closed by
- invalid: Please don't re-open a ticket that has been closed. This ticket was …
- 06:55 Ticket #11332 (Group by doesn't work properly with PosgreSQL) reopened by
- 06:43 Ticket #11332 (Group by doesn't work properly with PosgreSQL) closed by
- invalid: query.group_by is an undocumented, unsupported internal attribute. It …
- 06:36 Ticket #11332 (Group by doesn't work properly with PosgreSQL) created by
- I am trying to execute a query running Django 1.0.2 with PostgreSQL …
- 05:27 Ticket #11331 (Memcached backend closes connection after every request) created by
- Fix for http://code.djangoproject.com/ticket/5133 kills servers in …
- 04:04 DjangoFriendlyWebHosts edited by
- (diff)
- 04:01 Ticket #11330 (djangoproject.com mailservers misconfigured) created by
- Email from djangoproject.com (when registering for an account) comes …
06/16/2009:
- 23:58 Ticket #11259 (Support for elifequal when ifequal is used.) closed by
-
wontfix: If we don't have
{% elif %}
, we're definitely not getting `{% … - 22:46 Ticket #10985 (Explain how models can be organised in a directory) closed by
- wontfix: Django's committers don't like documenting workarounds. The real work …
- 22:39 Ticket #10946 (Documentation for autoescape seems to be wrong) closed by
- invalid: Marking as invalid - reopen if you can clarify where this is incorrect
- 18:57 Ticket #5133 (Memcached connections get left open (in certain circumstances).) closed by
- fixed: This bug was fixed many months ago, please file a newbug if you …
- 18:54 Ticket #11325 (Login) closed by
- invalid: The ticket system is for tracking bugs in Django, not for solving user …
- 18:48 Ticket #5133 (Memcached connections get left open (in certain circumstances).) reopened by
- The patch takes care of connections kept open, but it introduces …
- 18:08 Ticket #11329 (get_count generates incorrect SQL for query sets with extra 'select' ...) created by
- Extending an example on extra 'select' from …
- 17:41 Ticket #11328 (Bug in tutorial03) created by
- http://docs.djangoproject.com/en/1.0/intro/tutorial03/#design-your-urls …
- 11:45 Ticket #11326 (Canadian Province code incorrect.) closed by
- duplicate: #10456 already reports this.
- 11:29 Ticket #11327 (Sidebar links for model index in admin docs aren't working) created by
- http://code.djangoproject.com/changeset/10343/django/trunk/django/contr …
- 11:26 Ticket #11326 (Canadian Province code incorrect.) created by
- Within: …
- 11:24 Ticket #11324 (Tutorial 1 - import datetime) closed by
- invalid: Please dont' use trac for asking support questions, use either #django …
- 11:18 DjangoJobs edited by
- (diff)
- 11:18 Ticket #11325 (Login) created by
- I'm having problems logging in to code.django.com I succsessfully …
- 11:14 Ticket #11324 (Tutorial 1 - import datetime) created by
- Where do I put this custom method: class Poll(models.Model): # …
- 09:35 Ticket #11125 (comment redirect does not work with preview) closed by
- duplicate: Duplicate of #9268
- 09:09 Ticket #11323 (Updated Korean translation) created by
- Updates to Korean translation for Django 1.1 release.
06/15/2009:
- 18:03 Ticket #11322 (Description of process_response Middleware method incorrect) created by
- The …
- 14:04 Ticket #11321 (Bug with humanize and timezones) created by
- Humanize's naturalday filter uses "date.today()" to determine relative …
- 10:31 Ticket #11320 (Over aggressive join promotion with exclude()) created by
- Currently filter() optimizes it so that when you create a query such …
- 10:06 Changeset [d0a3b92e]stable/1.0.x by
- [1.0.X] Fixed #9023 -- Corrected a problem where cached attribute …
- 09:30 Ticket #9023 (OneToOneField delete() problem) closed by
- fixed: (In [11009]) Fixed #9023 -- Corrected a problem where cached attribute …
- 09:30 Changeset [191203b]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #9023 -- Corrected a problem where cached attribute values would …
- 07:20 Ticket #10785 (ForeignKey get_db_prep_lookup doesn't work for custom primary key if ...) closed by
- duplicate: Since this is a smaller part of a much bigger problem, I'm going to …
- 07:17 Ticket #11319 (ForeignKey filters use the wrong field to prepare values for database) created by
- There are a couple of edge cases where filters on foreign keys can …
- 07:16 Ticket #10785 (ForeignKey get_db_prep_lookup doesn't work for custom primary key if ...) reopened by
- As noted in the previous two commit comments, this change was reverted …
- 07:14 Ticket #11318 (Grammar fix) created by
- On this page: …
- 06:54 Changeset [8656fffb]stable/1.0.x by
- [1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset …
- 06:49 Ticket #11317 (Django contrib redirect does not work when DEBUG=False) closed by
- invalid: If you want us to take bug reports seriously, you need to give us a …
- 06:47 Changeset [b38cf5d]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11311 -- Reverted [10952], Refs #10785. Changeset [10952] …
- 06:47 Ticket #11311 (Deleting model instance with a string id and m2m relation fails) closed by
- fixed: (In [11007]) Fixed #11311 -- Reverted [10952], Refs #10785. Changeset …
- 06:43 Ticket #11317 (Django contrib redirect does not work when DEBUG=False) created by
- We have a working application that uses django.contrib.redirect and it …
06/14/2009:
- 18:03 Changeset [c98a46c]soc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in …
- 18:03 Ticket #11316 (Changeset [10966] broken python 2.3 support) closed by
- fixed: (In [11004]) Fixed #11316 -- Fixed a Python 2.3 compatibilty issue …
- 15:44 Ticket #11316 (Changeset [10966] broken python 2.3 support) created by
- "FutureWarning: x<<y losing bits or changing sign will return a long …
- 10:07 Ticket #11315 (add coercion to URLconf) created by
- I'm thinking of a coercion feature similar to TypedChoiceField. The …
- 04:45 Ticket #11314 (Admin Date Widget Usability: The current date is not highlighted in ...) created by
- The current date is not highlighted in the Admin's calendar widget, …
Note: See TracTimeline
for information about the timeline view.