Timeline
03/10/2006:
- 20:49 Ticket #1490 (if __repr__ returns an int, {% debug %} gets an exception) created by
- (note: Russ Magee said to submit this as an enhancement... I think …
- 20:25 ModifiedPreorderTreeTraversalInAdmin edited by
- (diff)
- 18:49 ModifiedPreorderTreeTraversalInAdmin edited by
- (diff)
- 18:49 ModifiedPreorderTreeTraversalInAdmin edited by
- (diff)
- 18:44 ModifiedPreorderTreeTraversalInAdmin created by
- Experimental
- 11:56 Ticket #1237 ([patch]thread safety connection pool for all backend) closed by
- duplicate: Superseded by #1442
- 11:55 Ticket #900 ([patch] Premature close of postgres connection with multiple threads) closed by
- duplicate: Superseded by #1442
- 11:54 Ticket #463 ([patch] new mysql.DatabaseWrapper - solving multiple MySQL problems) closed by
- duplicate: Superseded by #1442
- 06:59 DevelopersForHire edited by
- Added a job openening at Eight Media, the Netherlands (diff)
- 05:46 Ticket #1489 ([magic-removal][patch] Deleting objects with one-to-one relations ...) created by
-
Due to it trying
obj.get_${accessor-name}
instead of just … - 05:05 Ticket #1488 ([magic-removal][patch] request.user proxy object gives read-only attributes) created by
- The lazy loading request.user proxy object gives read-only access to …
- 05:04 CookBook edited by
- Added a page for view samples (diff)
- 05:00 CookBookViews created by
03/09/2006:
- 21:26 Ticket #1486 (Incorrect Link in documentation) closed by
- fixed: (In [2509]) Fixed #1486 -- Fixed broken link in docs/settings.txt. …
- 21:26 Changeset [20af3fdd]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/multi-authattic/multiple-db-supportattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.91.xstable/0.95.xstable/0.96.xstable/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 #1486 -- Fixed broken link in docs/settings.txt. Thanks, …
- 16:50 Ticket #1182 ([patch] make-messages.py duplicates strings already translated in ...) reopened by
- The reason I wanted this functionality is that I really like to …
- 15:40 Ticket #1487 (docs/model-api for ForeignKeyField lacks option to specify model name) created by
- The docs for ForeignKeyField in docs/model-api.txt state that you have …
- 14:09 Ticket #1486 (Incorrect Link in documentation) created by
- The settings page http://www.djangoproject.com/documentation/settings/ …
- 11:55 Ticket #1485 ([patch] Admin template updates for changes to LogEntry model) created by
- In some places, the admin templates need to be updated to use the …
- 10:44 Ticket #1484 ([patch] files uploads should be streamed to temporary files) created by
- In the current implementation the content of uploaded files is stored …
- 06:10 CookBookManipulatorCustomManipulator edited by
- (diff)
- 05:25 Ticket #1483 ([patch] inspection for mysql with foreign keys, latest patch should work) created by
- inspection for mysql backends lacked handling of foreign keys …
- 04:14 CookBookManipulatorCustomManipulator edited by
- Patch to fill the form with data in PollEdit (diff)
03/08/2006:
- 18:32 Ticket #1482 ([patch] Small correction in MySQL SET NAMES statement) created by
- Hi, Small correction in SET NAMES statement in …
- 18:05 Ticket #1481 ([patch] Using alternate MySQL unix socket) created by
- Hi, Attached a patch which allows an alternate UNIX socket to be used …
- 17:09 Ticket #1480 (Don't Set TIME_ZONE unless it is explictly needed (or put it back to ...) created by
- my understanding is that postgres needs the TIME_ZONE setting in order …
- 14:54 Ticket #1479 (broken test: mutually_referential) closed by
- fixed: (In [2505]) magic-removal: Fixed #1479. I tried to track down the …
- 14:53 Ticket #1479 (broken test: mutually_referential) created by
- [2502] broke the mutually_referential test. The rest of the tests …
- 13:10 Ticket #1478 ([patch] [magic-removal] Generic views, keeping up with the changes) closed by
- fixed: (In [2503]) magic-removal: fixed #1478. Thanks Russell Cloran.
- 11:53 Ticket #1330 ([magic-removal] edit_inline completely broken) closed by
- fixed: (In [2502]) magic-removal: fixed #1330: edit-inline works again on …
- 10:06 Ticket #1478 ([patch] [magic-removal] Generic views, keeping up with the changes) created by
- Hi, The generic views need to keep up with the Jones's. Here's a …
- 00:35 Ticket #1477 ([patch] URLField is limited to a maxlength of 200) created by
- URLField is limit to 200 maxlenght, and not expose a agrument to …
03/07/2006:
- 21:22 Ticket #1469 (Move django.forms to django.form.fields) closed by
- wontfix: What Malcolm said :)
- 18:39 Ticket #1476 (New field option: edit_external=True) created by
- I've been using a new type of edit_inline behavior for a lot of apps …
- 13:55 Ticket #1469 (Move django.forms to django.form.fields) reopened by
-
From http://docs.python.org/tut/node8.html:
The
__init__.py
files … - 11:57 Ticket #1475 ([patch] Log DB queries for failed actions, too) closed by
- fixed: (In [2500]) magic-removal: fixed #1475 - debug mode now logs failsed …
- 09:31 Ticket #1469 (Move django.forms to django.form.fields) closed by
- wontfix: I'm not sure what standards you're referring to. If it's not broken…
- 07:40 Ticket #1475 ([patch] Log DB queries for failed actions, too) created by
- DB queries are only logged for statements that succeed. It would be …
- 06:30 Ticket #1474 (Unsafe SQL queries may lead to injection or other problems) closed by
- invalid: String formatting is only used in that code to insert the table name …
- 05:38 Ticket #1474 (Unsafe SQL queries may lead to injection or other problems) created by
- Instead of doing this: […] one should do: cursor.execute('INSERT …
- 05:32 Ticket #1472 ([patch] commit_on_success hides original exception traceback) closed by
- fixed: (In [2499]) magic-removal: fixed #1472, removed masking of original …
- 05:18 Ticket #1473 ([patch] Add support for categories to syndication framework) created by
- utils.feedgenerator already has support for categories, but it …
- 05:04 Ticket #1472 ([patch] commit_on_success hides original exception traceback) created by
- It should use just: […] instead of: […]
- 04:31 Ticket #1471 ([patch] manage.py installperms fails for apps without model classes) created by
-
Due to accessing
app_models[0]
without checking whether the sequence … - 00:40 Ticket #1470 (Update all fields related to the same model when adding an item) created by
- I have two manytomany fields in my model, with both pointing to the …
Note: See TracTimeline
for information about the timeline view.