Timeline
10/12/2010:
- 23:46 Changeset [00a6851]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 #14119 -- fields_for_model no longer returns all fields when …
- 23:46 Ticket #14119 (fields_for_model returns all fields when fields parameter is the empty ...) closed by
- fixed: (In [14199]) Fixed #14119 -- fields_for_model no longer returns all …
- 23:42 Ticket #14456 (Convert inline_formsets doctests to unit tests) created by
- Attached is a patch that converts the inline_formsets doctests to unit …
- 23:36 Changeset [52716dd]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 #12304 -- regression tests to make sure the validation messages …
- 23:36 Ticket #12304 (modelForm/unique_together error 'Foo bar with this None and None ...) closed by
- fixed: (In [14198]) Fixed #12304 -- regression tests to make sure the …
- 23:30 Ticket #14455 (Document possibly backwards-incompatible localflavor changes) created by
- It appears the regression tests were not updated as part of …
- 23:16 Changeset [b7ed25a]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 #14017 -- wrong comment on log_deletion method of ModelAdmin …
- 23:16 Ticket #14017 (Wrong comment in django.contrib.admin.options log_deletion) closed by
- fixed: (In [14197]) Fixed #14017 -- wrong comment on log_deletion method of …
- 22:51 Ticket #14454 (Convert admin_widgets doctest to unit tests) created by
- Attached is a patch that converts the admin_widgets doctests to unit …
- 22:38 Ticket #14442 (During tests parse fixtures using setUpClass) closed by
- wontfix: Wontfixing on the grounds that it's non-trivial and the observed gain …
- 21:15 DjangoResources edited by
- Added Japanese Django users group (diff)
- 20:25 Changeset [a6d7836f]stable/1.2.x by
- [1.2.X] Fixed #13830 -- Updated province name in Indonesian …
- 20:23 Ticket #13830 (Change one of province name in Indonesian localflavour) closed by
- fixed: (In [14195]) Fixed #13830 -- Updated province name in Indonesian …
- 20:23 Changeset [2c3b710]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 #13830 -- Updated province name in Indonesian localflavor. …
- 19:33 Changeset [18a605d6]stable/1.2.x by
- [1.2.X] Changed unique validation in model formsets to ignore None …
- 19:30 Ticket #13811 (Unique checks in model formsets do not ignore null values) closed by
- fixed: (In [14193]) Fixed #13811 -- Changed unique validation in model …
- 19:30 Changeset [67f9663f]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 #13811 -- Changed unique validation in model formsets to ignore …
- 19:21 ClassBasedViews edited by
- Clarified brainfart. (diff)
- 19:15 Ticket #13693 (error_messages for fields in Model don't carry over to ModelForm) closed by
- wontfix: This is not a straightforward issue as just this patch (which also …
- 18:55 Changeset [98dd10e6]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
- Clarified the text and example describing the RequestFactory. Thanks …
- 18:44 ClassBasedViews edited by
- Directed attention to my bitbucket branch (diff)
- 18:37 Changeset [eec45e8]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 #9002 -- Added a RequestFactory. This allows you to create …
- 18:37 Ticket #9002 (Easy way to create mock Request objects for testing views) closed by
- fixed: (In [14191]) Fixed #9002 -- Added a RequestFactory. This allows you to …
- 18:07 Ticket #14403 (Missing/incomplete documentation for FloatField?) reopened by
- This makes sense. Thank you. Actually, after writing this ticket, I …
- 17:49 Ticket #14453 (typecast_timestamp in db.backends.util gives incorrect behavior) created by
- […] This causes sqlite to give occasional incorrect results when …
- 16:26 Ticket #14403 (Missing/incomplete documentation for FloatField?) closed by
- invalid: The "Changed in version 1.0" marker is going to be removed in 1.3 …
- 16:02 Ticket #14452 (Need help understanding why the below is happening.) closed by
- invalid: Hello, Trac is designed for filing bugs about Django itself, not for …
- 15:52 Ticket #14452 (Need help understanding why the below is happening.) created by
- I've attempted to get help in the #django IRC but with no luck. I hope …
- 14:53 DevelopersForHire edited by
- updated info (diff)
- 13:02 ClassBasedViews edited by
- (diff)
- 12:27 Changeset [4ed10675]stable/1.2.x by
- [1.2.X] Enabled area calculations for geography columns. Backport of …
- 12:13 Changeset [120aae22]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
- Enabled area calculations for geography columns. git-svn-id: …
- 10:39 ListColumns edited by
- (diff)
- 10:35 Ticket #14451 (add related_name to contrib.auth.models.User for 'groups') created by
- Would allow for […] instead of the current […] You know, …
- 09:17 Ticket #5171 (postgresql_psycopg2 backend registers psycopg2's UNICODE extension, ...) closed by
- wontfix: My apologies, until now I had not seen bug:13161 which proposes this …
- 09:11 Ticket #5171 (postgresql_psycopg2 backend registers psycopg2's UNICODE extension, ...) reopened by
- 09:09 Changeset [3c8bc8c6]stable/1.2.x by
- [1.2.X] Modified the test_client tests to use the non-deprecated mail …
- 09:06 Changeset [c7384af]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
- Modified the test_client tests to use the non-deprecated mail API. …
- 08:02 Ticket #14298 (maximum open cursors exceeded on Jython and Oracle) reopened by
- Sorry I'm going to disagree here, properly closing our cursors would …
- 06:42 Ticket #14450 (Simple but powerfull patch to make application name localizable) created by
- The applied patch is used to make application names localizable for …
- 06:15 Ticket #14449 (restructuredtext filter does not return the correct content) created by
- I'm using the django.contrib.flatpages with restructuredtext markup. …
- 04:10 Ticket #14448 (Docs for brazilian local flavor are outdated) created by
- BRCNPJField and BRCPFField are not mentioned in docs but, here they …
- 02:53 Changeset [65dc5186]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
- Refs #12991 -- Added release note about deprecation of …
- 02:32 Ticket #14298 (maximum open cursors exceeded on Jython and Oracle) closed by
- wontfix: I'm tentatively closing this as wontfix. I think jbaker's explanation …
- 02:27 Changeset [23ecf3c]stable/1.2.x by
- [1.2.X] Modified the sitemaps tests to remove an assumption about the …
- 02:15 Ticket #14447 (Auth and Sitemap test failures from manage.py test) closed by
- fixed: (In [14184]) Fixed #14447 -- Modified the auth and sitemaps tests to …
- 02:15 Changeset [03f00bc]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 #14447 -- Modified the auth and sitemaps tests to remove some …
- 00:54 Ticket #14447 (Auth and Sitemap test failures from manage.py test) created by
-
The
contrib.auth
andcontrib.sitemap
tests pass perfectly when run …
10/11/2010:
- 23:09 Ticket #14438 (Deserializer raises ValidationError if natural key is given as string) closed by
- worksforme: I've tested this locally and the YAML generated is correct (see …
- 22:39 Ticket #5415 (Every SQL query should send a signal) closed by
-
wontfix: Wontfixing on the grounds that between
connection.queries
and the …
- 22:35 Ticket #661 (New function: batch save of objects would make for more efficient ...) closed by
- wontfix: While I agree that this might be useful functionality, re-opening a …
- 22:33 Changeset [5506653b]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 #5416 -- Added TestCase.assertNumQueries, which tests that a …
- 22:33 Ticket #5416 (Add assertNumQueries() to testing framework) closed by
- fixed: (In [14183]) Fixed #5416 -- Added TestCase.assertNumQueries, which …
- 21:32 Ticket #14446 (auth.views.password_reset_confirm should never be cached) created by
- I'm splitting this issue off from #14105, as it is separate from the …
- 21:16 MercurialBranches edited by
- how to push single rev (diff)
- 21:09 Changeset [9b077ee4]stable/1.2.x by
- [1.2.X] Converted model_inheritance_select_related tests from doctests …
- 21:09 Changeset [ceef628c]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
- Converted model_inheritance_select_related tests from doctests to …
- 20:59 Changeset [9ab383b]stable/1.2.x by
- [1.2.X] Converted initial_sql_regress tests from doctests (sort of...) …
- 20:59 Changeset [977d588]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
- Converted initial_sql_regress tests from doctests (sort of...) to …
- 20:54 Changeset [de8ff6b]stable/1.2.x by
- [1.2.X] Converted get_or_create_regress tests from doctests to …
- 20:54 Changeset [2d030707]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
- Converted get_or_create_regress tests from doctests to unittests. We …
- 20:52 DjangoBranches edited by
- Updated/removed stale Git mirrors info (diff)
- 20:48 Changeset [9235d24d]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
- Added myself to committers git-svn-id: …
- 20:19 Ticket #14342 (Part 2 of the Tutorial -- path format for TEMPLATE_DIR) closed by
- worksforme: Django should find the template provided the following: 1. The …
- 20:03 Ticket #14425 (Unused imports in contrib.admin) closed by
- fixed: (In [14175]) Fixed #14425 -- Unused imports in contrib.admin. Thanks …
- 20:03 Changeset [e509c152]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 #14425 -- Unused imports in contrib.admin. Thanks robhudson. …
- 20:02 Changeset [5f8332af]stable/1.2.x by
- [1.2.X] Tweak to many_to_one_null doctest to avoid primary key …
- 20:02 Changeset [6f7f1f65]stable/1.2.x by
- [1.2.X] Migrated one_to_one doctests. Thanks to George Sakkis for the …
- 20:02 Changeset [6b1a4528]stable/1.2.x by
- [1.2.X] Migrated many_to_one_null doctests. Thanks to George Sakkis …
- 20:01 Changeset [5ecb496d]stable/1.2.x by
- [1.2.X] Migrated properties doctests. Thanks to George Sakkis for the …
- 20:01 Changeset [d83af03]stable/1.2.x by
- [1.2.X] Migrated the mutually_referential doctests. Thanks to George …
- 20:00 Changeset [b12428de]stable/1.2.x by
- [1.2.X] Migrated m2o_recursive and m2o_recursive2 tests, merging them …
- 19:56 Changeset [9079ecf4]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
- Tweak to many_to_one_null doctest to avoid primary key assumptions …
- 19:56 Changeset [77ec3ce0]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
- Migrated one_to_one doctests. Thanks to George Sakkis for the patch. …
- 19:55 Changeset [0ef3e86]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
- Migrated many_to_one_null doctests. Thanks to George Sakkis for the …
- 19:55 Changeset [c830dbe3]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
- Migrated properties doctests. Thanks to George Sakkis for the patch. …
- 19:55 Changeset [cdfbe796]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
- Migrated the mutually_referential doctests. Thanks to George Sakkis …
- 19:52 Ticket #14439 (Improve documentation on how to run the GIS test suite) reopened by
- 19:14 Changeset [539af4de]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
- Migrated m2o_recursive and m2o_recursive2 tests, merging them into a …
- 19:06 MercurialBranches edited by
- (diff)
- 18:57 Changeset [fbc1fca]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 a reference in the docs to a non-existant PasswordField. …
- 18:50 Changeset [3e05054]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
- Moved the good stuff to the top in releases/1.3.txt git-svn-id: …
- 18:35 Changeset [6ddfe26]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 #14349 -- Added Belgium localflavor. Thanks for the report and …
- 18:35 Ticket #14349 (Add Belgium (be) localflavor) closed by
- fixed: (In [14160]) Fixed #14349 -- Added Belgium localflavor. Thanks for the …
- 17:36 Changeset [d327611]stable/1.2.x by
- [1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with …
- 17:35 Changeset [cf6b26d]stable/1.2.x by
- [1.2.X] Fixed links to the date formats choices in the global …
- 17:27 Changeset [d7397370]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 #13494 -- Correctly concat an email subject prefix with a …
- 17:27 Ticket #13494 (Bad default for EMAIL_SUBJECT_PREFIX) closed by
- fixed: (In [14157]) Fixed #13494 -- Correctly concat an email subject prefix …
- 17:24 Changeset [cc1a41f3]stable/1.2.x by
- [1.2.X] Updated version of PostGIS in GeoDjango install docs. …
- 16:58 Changeset [d2724d8]stable/1.2.x by
- [1.2.X] Added information about the "easy-pickings" keyword to the …
- 16:57 Changeset [2ed554b]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 #14227 -- Added information about the "easy-pickings" keyword to …
- 16:57 Ticket #14227 (Modify contributing docs to mention the 'easy-pickings' keyword in triage) closed by
- fixed: (In [14154]) Fixed #14227 -- Added information about the …
- 16:53 Reports edited by
- Added link to easy-pickings query (diff)
- 16:49 WikiStart edited by
- Added link to "easy pickings" tickets under "Getting involved" (diff)
- 16:41 LittleEasyImprovements edited by
- Removed #4092 since it was closed: fixed. (diff)
- 16:36 Ticket #14445 (Use HMAC and constant-time comparison functions where needed in Django) created by
- Various places in Django use MD5/SHA1 based methods as a kind of MAC …
- 15:38 Changeset [01d1dd6]stable/1.2.x by
- [1.2.X] Fixed #14444 -- Convert the pagination doctests to unittests. …
- 15:38 Changeset [103a2014]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 #14444 -- Convert the pagination doctests to unittests. We have …
- 15:38 Ticket #14444 (Convert pagination doctests to unittests) closed by
- fixed: (In [14152]) Fixed #14444 -- Convert the pagination doctests to …
- 15:34 Changeset [dd22150b]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 the same set of typos as were corrected in [14149], this time in …
- 15:24 Ticket #14444 (Convert pagination doctests to unittests) created by
- Patch to eradicate the pagination doctests.
- 14:48 Changeset [c4cbbb25]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
- Updated version of PostGIS in GeoDjango install docs. git-svn-id: …
- 14:19 Changeset [f85f79eb]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 a few typos in the unittest2 docs introduced in [14139]. …
- 13:30 Ticket #14439 (Improve documentation on how to run the GIS test suite) closed by
- invalid
- 13:18 Changeset [efc75242]stable/1.2.x by
- [1.2.X] Converted ordering tests from doctests to unittests. We have …
- 13:17 Changeset [39595a9e]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
- Converted ordering tests from doctests to unittests. We have always …
- 12:56 Ticket #14443 (Oracle backend returns wrong test database name) created by
- While working on #14415 I have noticed that method {{{ _create_test_db …
- 12:41 Changeset [6d34d30]stable/1.2.x by
- [1.2.X] Converted save_delete_hooks tests from doctests to unittests. …
- 12:41 Changeset [3879c59]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
- Converted save_delete_hooks tests from doctests to unittests. We have …
- 11:41 Ticket #14442 (During tests parse fixtures using setUpClass) created by
- Now that we can do class level setup we should move most of the stuff …
- 11:41 Ticket #14441 (Oracle list limit exceeded with __in filters) closed by
- duplicate: Replying to Alex: > Reformatted the message. Can you try …
- 10:18 Changeset [69d40b4a]stable/1.2.x by
- [1.2.X] Fixed #14440 - Converted mail doctests to unittests. Thanks …
- 10:11 Ticket #14440 (Conversion of mail tests from doctest to unittests) closed by
- fixed: (In [14143]) Fixed #14440 - Converted mail doctests to unittests. …
- 10:11 Changeset [e01bce1b]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 #14440 - Converted mail doctests to unittests. Thanks to Rob …
- 09:36 Changeset [1534af4]stable/1.2.x by
- [1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 …
- 09:34 Changeset [e0ec4583]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 #14433 - replaced a thread-unsafe solution to #10235 introduced …
- 09:34 Ticket #14433 (Thread safety problem in contrib.sitemaps) closed by
- fixed: (In [14141]) Fixed #14433 - replaced a thread-unsafe solution to …
- 08:43 Ticket #14441 (Oracle list limit exceeded with __in filters) created by
- Trying to retrieve a set of objects based on field values. I build the …
- 08:21 Ticket #12484 (Document that cmemcache is definetly not thread safe) closed by
- wontfix: Since support for cmemcache was deprecated in 1.2 due to a lack of …
- 08:18 Changeset [5e319f51]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
- Refs #12991 -- Added extra docs for the unittest2 changes made in …
- 08:08 Ticket #14440 (Conversion of mail tests from doctest to unittests) created by
- The test suite for django.core.mail is currently in doctest format. It …
- 08:03 Ticket #14439 (Improve documentation on how to run the GIS test suite) created by
- Starting small, I'm attempting to use Spatialite to run the GIS …
- 07:55 Ticket #12991 (Django 1.2 should have optional support for unittest2) closed by
- fixed: (In [14139]) Fixed #12991 -- Added unittest2 support. Thanks to PaulM …
- 07:55 Changeset [121d2e36]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 #12991 -- Added unittest2 support. Thanks to PaulM for the draft …
- 07:20 Ticket #14436 (Bump PendingDeprecationWarnings to DeprecationWarnings) closed by
- fixed: (In [14138]) Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings …
- 07:20 Changeset [1070c57]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 #14436 -- Escalated 1.2 PendingDeprecationWarnings to …
- 06:59 Ticket #14126 (blocktrans count is parsing incorrectly) reopened by
- Actually it is not blocktrans issue, but translation file issue. For …
- 06:33 Ticket #14438 (Deserializer raises ValidationError if natural key is given as string) created by
-
Command
manage.py dumpdata --natural --format=yaml
generates FK as … - 05:37 Ticket #14437 (Allow force_insert for fixtures loading.) created by
- There are some useful cases where silent overwriting is not desired: …
- 04:48 Ticket #14436 (Bump PendingDeprecationWarnings to DeprecationWarnings) created by
- The PendingDeprecationWarnings introduced in Django 1.2 need to be …
- 03:42 Ticket #14435 (postgis and NoSQL for postgre version 9.1 postgreQUEL) closed by
- invalid: I'm afraid you've been caught by an old April Fool's joke; QUEL is …
- 03:25 Ticket #14435 (postgis and NoSQL for postgre version 9.1 postgreQUEL) created by
- This is a feature request; all the following should work somehow: …
10/10/2010:
- 22:41 Ticket #14434 (AdminSite should rely on self.has_permission for all permission checks) created by
- At the end of the login method on {{{ …
- 22:40 Changeset [1d9336bb]stable/1.2.x by
- [1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't …
- 22:39 Ticket #14279 (typo in tests for private flatpage not showing sitemaps) closed by
- fixed: (In [14136]) Fixed #14279 -- Corrected a typo in the sitemaps tests …
- 22:39 Changeset [5e5be2c]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 #14279 -- Corrected a typo in the sitemaps tests (didn't affect …
- 22:07 ListColumns created by
- 17:41 Changeset [1b7d738]stable/1.2.x by
- [1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use …
- 17:40 Ticket #14392 (Inconsistency for "creating forms with models") closed by
- fixed: (In [14134]) Fixed #14392 -- Changed ModelForm.fields and …
- 17:40 Changeset [548b6c7]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 #14392 -- Changed ModelForm.fields and ModelForm.exclude …
- 17:19 Changeset [b79daef8]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
- Consolidated i18n commands test with the rest of the i18n tests. …
- 17:04 Ticket #14433 (Thread safety problem in contrib.sitemaps) created by
- Since sitemaps are global objects, setting self.request on the object …
- 15:14 Ticket #14432 (Tutorial import line missing (tiny correction)) created by
- Hi, thanks a lot for the tutorial, it's great! At the very end of …
- 13:28 Changeset [b014c81f]stable/1.2.x by
- [1.2.X] Converted signals tests from doctests to unittests. We have …
- 13:23 Changeset [20fa9dd]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
- Converted signals tests from doctests to unittests. We have always …
- 13:17 Changeset [e226a11]stable/1.2.x by
- [1.2.X] Fixed typo in tutorial 01. Backport of [14129]. git-svn-id: …
- 13:15 Changeset [2623f2b]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 typo in tutorial 01. git-svn-id: …
- 12:56 Changeset [87b748b3]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 #13863 -- Corrected decimal separator in Swedish format module. …
- 12:56 Ticket #13863 (DECIMAL_SEPARATOR incorrect in formats.py for sv locale) closed by
- fixed: (In [14128]) Fixed #13863 -- Corrected decimal separator in Swedish …
- 12:54 Changeset [791cc62]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
- Don't mark a TemplateSyntaxError in flatpages as being translatable. …
- 11:45 Ticket #6073 (compile-messages.py parse error for utf-8 files with signature) closed by
- fixed: (In [14126]) [1.2.X] Fixed #6073 -- Made compilemessages 18n …
- 11:45 Changeset [46812b4c]stable/1.2.x by
- [1.2.X] Fixed #6073 -- Made compilemessages 18n management command …
- 11:38 Changeset [b12c7391]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 #6073 -- Made compilemessages 18n management command reject PO …
- 09:49 DjangoFriendlyWebHosts edited by
- Fixed yearly cost to BetterVPS.net (diff)
- 09:45 DjangoFriendlyWebHosts edited by
- Added BetterVPS.net (diff)
- 09:39 DjangoFriendlyWebHosts edited by
- Alphabetized the VPS and dedicated server list (diff)
- 09:33 Ticket #14430 (create superuser rejects @ symbol in username) closed by
- fixed: This was fixed in Django 1.2.1 (specifically in r13297).
- 09:26 DjangoFriendlyWebHosts edited by
- Removed dead link mampi.co.uk (diff)
- 09:20 DjangoFriendlyWebHosts edited by
- Removed spam entry "angular cheilitis treatment" (diff)
- 09:14 DjangoFriendlyWebHosts edited by
- Removed spam entry "Grafica" (diff)
- 09:14 DjangoFriendlyWebHosts edited by
- Removed spam entry "healthy VPS" (diff)
- 08:48 Ticket #14431 (Add a X-Powered-By header by default) closed by
- wontfix: I concur with Andrew. While it would certainly be nice in a "hey, look …
- 06:46 Ticket #14431 (Add a X-Powered-By header by default) created by
-
I'd like to suggest putting a
X-Powered-By: Django
header in the … - 05:39 DevelopersForHire edited by
- (diff)
- 05:02 Changeset [fee4aa31]stable/1.2.x by
- [1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This …
- 04:58 Changeset [be190d1]stable/1.2.x by
- [1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates …
- 04:57 Ticket #14193 (prepopulated_fields should concatenate fields in given order) closed by
- fixed: (In [14122]) Fixed #14193: prepopulated_fields javascript now …
- 04:57 Changeset [c236d5e4]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 #14193: prepopulated_fields javascript now concatenates in …
- 04:40 Changeset [c4956d1b]stable/1.2.x by
- [1.2.X] Fixed #14391 - Updated django-admin.1 man page to include …
- 04:39 Ticket #14391 (update man django-admin.1 to include missing commands) closed by
- fixed: (In [14120]) Fixed #14391 - Updated django-admin.1 man page to include …
- 04:39 Changeset [941318f]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 #14391 - Updated django-admin.1 man page to include newer …
- 04:38 Changeset [a23b4292]stable/1.2.x by
- [1.2.X] Add myself to committers. Backport of [14118] git-svn-id: …
- 04:35 Changeset [fc4ed4f]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
- Add myself to committers git-svn-id: …
- 03:06 Changeset [700c5a3]stable/1.2.x by
- [1.2.X] Refs #11256 -- Extended the annotation field name conflict …
- 03:04 Changeset [2f17dd3d]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
- Refs #11256 -- Extended the annotation field name conflict check to …
- 02:59 Changeset [4395b657]stable/1.2.x by
- [1.2.X] Clarified information on OPTIONS setting (for adding …
- 02:58 Changeset [ace6519]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 #14058 -- Clarified information on OPTIONS setting (for adding …
- 02:58 Ticket #14058 (Add a link to db-specific options) closed by
- fixed: (In [14114]) Fixed #14058 -- Clarified information on OPTIONS setting …
- 02:16 Ticket #8893 (1.0 conversion guide doesn't mention url prefix change in attaching ...) closed by
- wontfix: This ticket is over two years old... even 1.0 is pretty thoroughly …
- 02:09 Changeset [1322968]stable/1.2.x by
- [1.2.X] Makes links to form and field validation (and form reference …
- 02:08 Changeset [876013d]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 #10027 -- Makes links to form and field validation (and form …
- 02:08 Ticket #10027 (include a link to "Form and Field Validation" from "Working with Forms") closed by
- fixed: (In [14112]) Fixed #10027 -- Makes links to form and field validation …
- 01:37 Changeset [95d0ffbb]stable/1.2.x by
- [1.2.X] Added additional information on what the APPEND_SLASH setting …
- 01:36 Changeset [88816800]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 #14228 -- Added additional information on what the APPEND_SLASH …
- 01:36 Ticket #14228 (APPEND_SLASH behaviour should be documented better) closed by
- fixed: (In [14110]) Fixed #14228 -- Added additional information on what the …
- 01:07 Changeset [7de57709]stable/1.2.x by
- [1.2.X] Advises that the Ubuntu package manager drops the .py …
- 01:06 Ticket #13927 (Problem in tutorial on how to start a project - command does not work ...) closed by
- fixed: (In [14108]) Fixed #13927 -- Advises that the Ubuntu package manager …
- 01:06 Changeset [06bad9e3]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 #13927 -- Advises that the Ubuntu package manager drops the .py …
10/09/2010:
- 23:26 Ticket #14430 (create superuser rejects @ symbol in username) created by
- In Django 1.2.0 usernames can have '@' symbol. However, command …
- 21:40 Sprint201011Argentina edited by
- (diff)
- 21:24 Changeset [8c962169]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 typo in 1.3 release notes. git-svn-id: …
- 21:16 Ticket #12226 (Test HttpResponse template attribute needlessly hard to use) closed by
- fixed: (In [14106]) Fixed #12226 -- Deprecated test client Response.template …
- 21:16 Changeset [501546df]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 #12226 -- Deprecated test client Response.template attribute in …
- 20:59 Changeset [4d70df8b]stable/1.2.x by
- [1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, …
- 20:57 Ticket #12650 (Some contrib apps depend on the i18n context processor to output valid ...) closed by
- fixed: (In [14104]) Fixed #12650 -- Don't generate invalid XHTML in the …
- 20:57 Changeset [d084439c]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 #12650 -- Don't generate invalid XHTML in the admin, databrowse …
- 20:09 Changeset [a92da6e8]stable/1.2.x by
- [1.2.X] Converted contrib/webdesign doctests to unittests. We …
- 20:09 Changeset [cf2e9f6]stable/1.2.x by
- [1.2.X] Converted contrib/auth/tokens doctests to unittests. We've …
- 20:06 Changeset [05d438bd]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
- Converted contrib/webdesign doctests to unittests. We thoroughly …
- 20:06 Changeset [f3429da6]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
- Converted contrib/auth/tokens doctests to unittests. We've always …
- 19:33 Ticket #14360 (Clarify documentation of triage states) closed by
- duplicate: This will be fixed in #14401, for which I am actively developing a …
- 18:44 Ticket #14010 (mention DYLD_LIBRARY_PATH in macosx installation instructions) closed by
- wontfix: I'm not sure what happened in your specific case, but this is not …
- 18:27 Ticket #14429 (Updated German translation) created by
- Updated German translation for r14092
- 18:05 Changeset [5d9140c1]stable/1.2.x by
- [1.2.X] Fixed a typo in the comments tests, as well as a dependency on …
- 18:04 Changeset [41551a0]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 a typo in the comments tests, as well as a dependency on …
- 17:42 Changeset [846febeb]stable/1.2.x by
- [1.2.X] Fixed misspelling in model fields docs. Backport of [14096] …
- 17:38 Changeset [b61cafb]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 misspelling in model fields docs. git-svn-id: …
- 16:55 Changeset [ee8fc8d9]stable/1.2.x by
- [1.2.X] Converted defer_regress tests from doctests to unittests. We …
- 16:55 Changeset [16089ba1]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
- Converted defer_regress tests from doctests to unittests. We have …
- 15:12 Ticket #11256 (Fail loudly and clearly when an Annotation alias matches a field name.) closed by
- fixed: Doh. Forgot fixes ref in commit message; how embarrassing. Fixed in …
- 15:10 Changeset [b6223d3]stable/1.2.x by
- [1.2.X] Added sanity-checking of annotation alias names. Backport of …
- 15:07 Changeset [1fe1af9]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
- Added sanity-checking of annotation alias names. git-svn-id: …
- 13:35 Ticket #14276 (Typo in the docstring to one of the unittests) closed by
- fixed: Fixed in [13821].
- 12:34 Ticket #14428 (Doesn't work with CSRF in DJango 1.2+) closed by
- invalid: Based on the fact that this patch refers to various files that don't …
- 12:32 Changeset [62dfe54d]stable/1.2.x by
- [1.2.X] Fixed a PendingDeprecationWarning coming from …
- 12:32 Changeset [ed975755]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 a PendingDeprecationWarning coming from django.core.cache in …
- 12:30 Ticket #14428 (Doesn't work with CSRF in DJango 1.2+) created by
- Templates are missing {% csrf_token %} stuff
- 12:25 Ticket #2740 (Specifying an order_with_respect_to for a self referential one to many ...) closed by
- fixed: It looks like this has been fixed by #13241.
- 12:15 Changeset [50ce4573]stable/1.2.x by
- [1.2.X] Fixed #14356. Remove some dead imports from …
- 12:14 Ticket #14356 (Unused import in django.core.management.sql) closed by
- fixed: (In [14088]) Fixed #14356. Remove some dead imports from …
- 12:14 Changeset [1b090bd0]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 #14356. Remove some dead imports from …
- 11:51 Changeset [b3e02d19]stable/1.2.x by
- [1.2.X] Fixed #14011 -- Doing a subquery with in and an …
- 11:51 Changeset [3234c7a1]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 #14011 -- Doing a subquery with in and an EmptyQuerySet no …
- 11:51 Ticket #14011 (QuerySet.none().values('x').query causes "DatabaseError: subquery has ...) closed by
- fixed: (In [14086]) Fixed #14011 -- Doing a subquery with in and an …
- 11:46 Changeset [bb66cb84]stable/1.2.x by
- [1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly …
- 11:45 Ticket #14366 (Model.objects.none().values(...).anything() is broken) closed by
- fixed: (In [14084]) Fixed #14366 -- Model.objects.none().values() now …
- 11:45 Changeset [560fedde]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 #14366 -- Model.objects.none().values() now correctly returns a …
- 11:27 Changeset [2e5f0c22]stable/1.2.x by
- [1.2.X]. Convert m2m_recursive tests to unittests. We have always …
- 11:26 Changeset [2314fada]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
- Convert m2m_recursive tests to unittests. We have always been at war …
- 09:47 Changeset [935f687]stable/1.2.x by
- [1.2.X] Fixed #14427 -- Added --bisect and --pair flags to …
- 09:47 Changeset [e8d50382]stable/1.2.x by
- [1.2.X] Ensure that the sitemaps test deactivates it's locale, so that …
- 09:44 Ticket #14427 (Add options to runtests.py to discover test pairings that fail) closed by
- fixed: (In [14079]) Fixed #14427 -- Added --bisect and --pair flags to …
- 09:44 Changeset [18c3ea55]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 #14427 -- Added --bisect and --pair flags to runtests.py, making …
- 09:36 Changeset [03e7d64d]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
- Ensure that the sitemaps test deactivates it's locale, so that …
- 09:30 Ticket #14427 (Add options to runtests.py to discover test pairings that fail) created by
- Although unittests and doctests are supposed to be self contained, …
- 06:50 Ticket #14074 (RFE: "Best of both worlds" for short and long?) closed by
- wontfix: While giving people the "short and sweet" version is always nice, …
- 05:43 Ticket #10611 (Doc TOC becomes invisible during scroll down) closed by
- wontfix: While I do agree that having the TOC readily at hand would be a minor …
- 05:23 Changeset [4241197b]stable/1.2.x by
- [1.2.X] Improved example to account for environments where cStringIO …
- 05:21 Changeset [05001056]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 #12369 -- Improved example to account for environments where …
- 05:21 Ticket #12369 (cStringIO portability) closed by
- fixed: (In [14076]) Fixed #12369 -- Improved example to account for …
- 05:01 Changeset [a96e50b]stable/1.2.x by
- [1.2.X] Adds documentation for QuerySet.update() method. Thanks to …
- 05:00 Ticket #14004 (update() is not mention in the Queryset API Reference) closed by
- fixed: (In [14074]) Fixed #14004 -- Adds documentation for QuerySet.update() …
- 05:00 Changeset [6400026f]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 #14004 -- Adds documentation for QuerySet.update() method. …
- 04:17 Ticket #14426 (Factor "mysite" out of all code example import statements) created by
- In the spirit of #14255 it seems like it would be wise to remove the …
- 03:26 Changeset [91310e7]stable/1.2.x by
- [1.2.X] Fixed #13538 -- Clarified query examples with more explicit …
- 03:25 Changeset [9584b77]stable/1.2.x by
- [1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style …
- 03:23 Changeset [a322ba66]stable/1.2.x by
- [1.2.X] Migrated the custom_columns doctests to unit tests. Thanks to …
- 03:20 Changeset [cf92497]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
- Fixes #13538 -- Clarified query examples with more explicit import …
- 03:20 Ticket #13538 (Clarifications for http://docs.djangoproject.com/en/dev/topics/db/queries/) closed by
- fixed: (In [14070]) Fixes #13538 -- Clarified query examples with more …
- 03:12 Changeset [a904e558]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 #11509 -- Modified usage of "Web" to match our style guide in …
- 03:12 Ticket #11509 (Incorrect capitalisation of web in Widget documentation) closed by
- fixed: (In [14069]) Fixed #11509 -- Modified usage of "Web" to match our …
- 02:53 Changeset [2cadc6b1]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
- Tiny formatting tweak. git-svn-id: …
- 02:48 Changeset [824ca0d6]stable/1.2.x by
- [1.2.X] Fixed #14255 -- factor project name out of app imports in …
- 02:45 Changeset [d81faf35]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 #14255 -- factor project name out of app imports in tutorial. …
- 02:45 Ticket #14255 (Factoring mysite out of tutorial imports) closed by
- fixed: (In [14066]) Fixed #14255 -- factor project name out of app imports in …
- 02:36 Changeset [b2bd6c9]stable/1.2.x by
- [1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report. …
- 02:35 Changeset [307e71a7]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
- Corrects a typo in [14062]. Thanks to Russ for the report. …
- 02:28 Changeset [19352c9c]stable/1.2.x by
- [1.2.X] Fixed #13279 -- Made the paths in the Unix install docs more …
- 02:27 Ticket #13279 (Documentation that needs a small expansion) closed by
- fixed: (In [14062]) Fixed #13279 -- Made the paths in the Unix install docs …
- 02:27 Changeset [8e78a30]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 #13279 -- Made the paths in the Unix install docs more explicit. …
- 01:06 Ticket #12979 (TestCase disables savepoint_commit, savepoint_rollback) closed by
- fixed: (In [14061]) Fixed #12979 -- allowed using savepoints in TestCase …
- 01:06 Changeset [80aa4432]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 #12979 -- allowed using savepoints in TestCase (i.e. tests with …
- 00:10 Changeset [8fd9f2eb]stable/1.2.x by
- [1.2.X] Fixed #5677 -- update modpython stdout documentation. Thanks …
- 00:08 Changeset [c93f5e5d]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 #5677 -- update modpython stdout documentation. Thanks to …
- 00:08 Ticket #5677 (Debugging with mod_python (apache)) closed by
- fixed: (In [14059]) Fixed #5677 -- update modpython stdout documentation. …
Note: See TracTimeline
for information about the timeline view.