Timeline
11/02/2009:
- 23:14 Ticket #12134 (contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() ...) created by
- Otherwise it ends up with a shallow copy which reuses the same attrs …
- 22:21 Ticket #12133 (tutorial 4 - generic view and vote view) created by
- In the last part of tutorial 4, it mention that in order to get the …
- 16:56 Ticket #12131 (Translation not recognized when not using requests) closed by
-
worksforme: You probably want to use
django.utils.translation.ugettext_lazy
… - 16:14 Ticket #12132 (possibly unneccessary unique_check for primary key fields is models) created by
- Every time a clean() method of the model instance is run, …
- 15:46 Ticket #12131 (Translation not recognized when not using requests) created by
- Hi there, I'm currently using django's ORM and translation library …
- 09:47 Ticket #12130 (CSRF code requires non-POST-accepting views to be protected) created by
- There's a very confusing failure mode for the new CSRF protection when …
- 03:40 Ticket #12129 (distributions checksums) created by
- It will be a good practice to give links to files with checksums for …
- 02:27 Changeset [e3f07d2b]stable/1.1.x by
- [1.1.X] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks …
- 02:26 Ticket #12127 (timezone tests are failing) closed by
- fixed: (In [11705]) Fixed #12127 -- Corrected teardown of dateformat tests. …
- 02:26 Changeset [5dfed1b2]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12127 -- Corrected teardown of dateformat tests. Thanks to …
11/01/2009:
- 20:24 Changeset [30ebd268]stable/1.1.x by
-
[1.1.X] Fixed #12093 --
LayerMapping
now takes into account model … - 20:17 Ticket #12093 (LayerMapping disregards model inheritance) closed by
-
fixed: (In [11703]) Fixed #12093 --
LayerMapping
now takes into account … - 20:17 Changeset [be89c9ab]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12093 --
LayerMapping
now takes into account model … - 19:01 Ticket #12128 (Remove restrictive 30 character limit from username of AuthenticationForm.) created by
- While #8274 at least makes it possible to override the form now, the …
- 17:52 Changeset [e114f440]stable/1.1.x by
- [1.1.X] Repeat the setUp/tearDown changes made in r11699 for the tests …
- 17:48 Changeset [1ea08b44]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Repeat the setUp/tearDown changes made in r11699 for the tests …
- 17:15 Ticket #12120 (documentation: get() does not work with values()) closed by
- invalid: The docs state quite clearly that get() doesn't return a QuerySet, …
- 17:13 Changeset [13d83908]stable/1.1.x by
- [1.1.X] Changed setUp and tearDown for the tests converted from …
- 17:09 Changeset [d4bb582b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Changed setUp and tearDown for the tests converted from doctests in …
- 17:05 Ticket #12127 (timezone tests are failing) created by
- I have some timezone tests failing, but can't find out why (I hate …
- 16:23 Ticket #12126 (Tutorial part 3: "Decoupling the URLconfs" looks weird (doesn't really ...) closed by
- duplicate: Dupe of #3941, and about a dozen others. Please search trac before …
- 16:16 Ticket #12126 (Tutorial part 3: "Decoupling the URLconfs" looks weird (doesn't really ...) created by
- In the tutorial it says: Now that we've decoupled that, we need to …
- 16:16 Changeset [8061665]stable/1.1.x by
- [1.1.X] (In [11697]) Fixed #12125 -- Fixed a typo in the generic views …
- 16:12 Ticket #12125 ([patch] The tests for date-based generic views fail in november) closed by
- fixed: (In [11697]) Fixed #12125 -- Fixed a typo in the generic views …
- 16:12 Changeset [ff38e0b1]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12125 -- Fixed a typo in the generic views date_based test that …
- 14:47 DevelopersForHire edited by
- (diff)
- 14:46 DevelopersForHire edited by
- (diff)
- 14:24 Ticket #12125 ([patch] The tests for date-based generic views fail in november) created by
- In tests/regressiontests/views/tests/generic/date_based.py, line 103: …
- 08:01 Ticket #12124 (auth unit test bug: u.has_usable_password()) closed by
- invalid
- 07:32 Ticket #12124 (auth unit test bug: u.has_usable_password()) created by
- in auth module's tests dir, in the file basic.py, on line 15: the …
- 02:29 Localization edited by
- remove lukas from translators (diff)
10/31/2009:
- 23:54 Ticket #12123 (dateformat tests fail on first of the month if in GMT+ timezone) closed by
- fixed: (In [11696]) [1.1.X] Fixed #12123 -- Updated the utils.dateformat test …
- 23:54 Changeset [e109de3b]stable/1.1.x by
- [1.1.X] Fixed #12123 -- Updated the utils.dateformat test to be a …
- 23:53 Changeset [e18af06]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12123 -- Updated the utils.dateformat test to be a unittest …
- 23:42 Ticket #12123 (dateformat tests fail on first of the month if in GMT+ timezone) reopened by
- Oops - there's a dependency on the dateformat tests in …
- 23:21 Changeset [801a8925]stable/1.1.x by
- [1.1.X] Fixed #12123 -- Refactored dateformat tests to use unittest. …
- 23:20 Ticket #12123 (dateformat tests fail on first of the month if in GMT+ timezone) closed by
- fixed: (In [11693]) Fixed #12123 -- Refactored dateformat tests to use …
- 23:20 Changeset [acfa9332]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12123 -- Refactored dateformat tests to use unittest. This is …
- 23:17 Ticket #12123 (dateformat tests fail on first of the month if in GMT+ timezone) created by
- The dateformat tests set the system timezone to Europe/Copenhagen, but …
- 22:06 Ticket #12121 (deepcopy(model_instance) causes infinite recursion since r11681) closed by
- fixed: (In [11692]) [1.1.X] Fixed #12121 -- Modified reduce on a model to …
- 22:06 Changeset [fe9a45e5]stable/1.1.x by
- [1.1.X] Fixed #12121 -- Modified reduce on a model to avoid an …
- 22:04 Changeset [08d521ef]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12121 -- Modified reduce on a model to avoid an infinite …
- 19:23 Ticket #12082 (Inclusion of new auth tests force Sites framework requirement) closed by
- duplicate: Dupe of #10608.
- 11:52 Ticket #8767 (Should user profile docs mention OneToOne fields?) closed by
- duplicate: Duplicate of #11744
- 11:15 Ticket #12121 (deepcopy(model_instance) causes infinite recursion since r11681) reopened by
- Searching for a python bug, I stumbled over a blog post from Malcolm: …
- 09:41 Changeset [9e02b4a]stable/1.1.x by
- [1.1.X] Updated svnmerge metadata: block CSRF changesets, include …
- 08:00 Ticket #12122 (don't create test database on ./manage.py test) closed by
- wontfix: What you propose sounds like extremely dangerous behavior to exist as …
- 07:51 Ticket #12122 (don't create test database on ./manage.py test) created by
- Hello! ./manage.py tries to create database even if it's exists! I …
- 07:01 Ticket #12121 (deepcopy(model_instance) causes infinite recursion since r11681) closed by
- worksforme: I ran the full test suite before I committed, and I just re-ran the …
- 04:46 Ticket #12121 (deepcopy(model_instance) causes infinite recursion since r11681) created by
-
deepcopy(mode_instance)
causes infinite recursion in …
10/30/2009:
- 15:51 Ticket #12120 (documentation: get() does not work with values()) created by
- Under get() and values() in the queryset documentation, it does not …
- 12:54 Ticket #12119 (django.utils.text.smart_split() does not handle multiple quoted ...) created by
- […] This is not a duplicate of #8902 or #10001 (as those have been …
- 11:41 Version1.2Features edited by
- Added 12012 for Core-05. (diff)
- 06:47 Ticket #12118 (in-memory test database does not work with threads) closed by
- invalid: Near as I can tell this is an sqlite or pysqlite restriction, though I …
- 06:13 Ticket #12117 (Silently ignoring of import errors in models module.) closed by
- duplicate: We already have #11696 tracking this.
- 06:07 DevelopersForHire edited by
- Additional info for Jeroen Benats (diff)
- 06:03 DevelopersForHire edited by
- Added Belgium to the country list (diff)
- 05:23 Ticket #12118 (in-memory test database does not work with threads) created by
- When using the test configuration of the DB with XXX and accessing the …
- 04:25 DjangoPoweredSites edited by
- sigh (diff)
- 04:22 Ticket #12117 (Silently ignoring of import errors in models module.) created by
- If I have application which has models.py like: […] and foo …
- 04:20 DjangoPoweredSites edited by
- (diff)
- 04:12 Changeset [53275a4]stable/1.1.x by
- [1.1.X] Fixed #11872 -- Instantiate the correct model in …
- 04:11 Ticket #11872 (can't pass instance=None to inline formset) closed by
- fixed: (In [11688]) Fixed #11872 -- Instantiate the correct model in …
- 04:11 Changeset [8dd4a28]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #11872 -- Instantiate the correct model in …
- 03:51 Ticket #12115 (Little error in documentation - ModelAdmin.get_urls(self)) closed by
- fixed: Fixed in r11686
- 03:49 Changeset [a4299434]stable/1.1.x by
- [1.1.X] Fixed #12115 -- Corrected typo in admin documentation. Thanks …
- 03:48 Changeset [8812060d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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 #12115 -- Corrected typo in admin documentation. Thanks encinas. …
- 03:24 Changeset [d4509643]stable/1.1.x by
- [1.1.X] Updated INSTALL file setup.py does not require an Internet …
- 03:24 Changeset [120ea2a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/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
- Updated INSTALL file setup.py does not require an Internet connection …
Note: See TracTimeline
for information about the timeline view.