Timeline
06/04/2012:
- 20:09 Ticket #18427 (limit_choices_to won't limit correctly) created by
- If you set limit_choices_to, and then you hit the plus icon to add …
- 15:49 Changeset [0a8a6b9]stable/1.4.x by
- [1.4.x] Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF …
- 15:46 Changeset [3bd937ae]stable/1.4.x by
- [1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER. …
- 15:41 Changeset [840ffd80]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection. Both …
- 15:41 Changeset [0199bdc]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.
- 15:13 Changeset [6799ffa]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #99 from danielroseman/master Docs: "Form in a …
- 13:39 Changeset [5ef599c]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Used skipUnless decorator to skip tests in geos tests.
- 10:13 ContribAuthImprovements edited by
- Added link to draft branch. (diff)
- 06:31 Changeset [03f1d69f]stable/1.4.x by
- Merge pull request #109 from apollo13/fix4d2fdd Fix test error.
- 06:24 Changeset [1c13cc02]stable/1.4.x by
- [1.4.x] readd imports deleted in 4d2fdd
- 01:59 Changeset [4d2fdd41]stable/1.4.x by
- [1.4.X] Fixed #18379 -- Made the sensitive_variables decorator work …
- 01:56 Ticket #18379 (sensitive_variables handling fails for methods) closed by
- fixed: Great, thanks for the review Gabriel! This was merged in …
- 01:50 Ticket #11916 (Extra params + aggregation creates incorrect SQL.) closed by
- fixed: Restoring original close status: this problem is fixed.
- 01:50 Ticket #11916 (Extra params + aggregation creates incorrect SQL.) reopened by
- 01:44 Changeset [f6996411]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17138 -- Made the sensitive_variables decorator work with …
- 00:17 ContribAuthImprovements edited by
- Added reference to discussions, and final BDFL decision. (diff)
06/03/2012:
- 19:57 Ticket #17138 (Admin sets the "summary" attribute on table, which is obsolete) closed by
- fixed: In [f29234167ad0193f35360023c65212c39cf87d1b]: […]
- 19:57 Changeset [f2923416]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #104 from samuraisam/17138-html5-remove-summary …
- 19:35 Ticket #18421 (Pagination documentation contains error when no GET request provided) created by
- The current Pagination documentation contains: page = …
- 15:54 Changeset [a89034a2]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed FilePathField tests to use it's own directory with test files. …
- 15:31 Changeset [71d9a2a]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Unittest2 style assertTrue instead of assert_
- 14:46 Changeset [f823ae3b]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed incorrect assert in test_filepathfield_folders
- 14:44 Changeset [43a46e90]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove the summary attribute of the table In the discussion here: …
- 13:03 Ticket #17951 (Limit items in ModelChoiceField by default) closed by
- wontfix: Thank you for the suggestion. However, this would be a little too …
- 06:04 Ticket #18420 (JavaScript crashes in django admin for translation inlines in some ...) created by
- This issue is close to #10651. I use here FeinCMS but I'm sure it's …
- 04:06 Ticket #18419 (Language code is not correct for Chinese) created by
- Currently Django uses zh_TW for Traditional Chinese and zh_CN for …
- 02:09 Ticket #18418 (Debug doesn't catch exception instead complains views does not exist) created by
-
Suppose we have this forms.py:
[…]
Notice that
save_button
has …
06/02/2012:
- 14:29 Ticket #14478 (Couple of tests make assumptions about configuration) closed by
- fixed: In [6522283a712af96a98e99d675b69ca15aadbace8]: […]
- 14:28 Changeset [6522283a]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14478 -- Isolated messages tests from custom …
- 14:24 Changeset [7676d6e]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made sitemaps tests use override_settings. Refs #14478
- 14:10 Ticket #15656 (Hardcoded servername in test_shortcut_view ...) closed by
- duplicate: Duplicate of #15554
- 12:56 Ticket #18417 (override_settings doesn't work with unittest.TestCase subclasses) created by
- Currently, if you decorate with override_settings a subclass of …
- 12:50 Changeset [566ac30e]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed override_settings usage in test_client_regress
- 12:44 Changeset [ade44b8d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed settings override in mail regression tests …
- 07:09 Ticket #17932 (Test suite fails to run under Oracle) reopened by
- Reopened, as the problem is still occurring. I'm getting an error when …
- 05:31 Ticket #18416 (Query fails when SimpleLazyObject evaluates to None) created by
- Relevant excerpt from model definition: […] Expected result: …
- 04:38 Ticket #18259 (Standalone templates also require ROOT_URLCONF setup) closed by
- fixed: In [f65e412abd289f78aff278a782e29eff1749c6e5]: […]
- 04:38 Changeset [f65e412a]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18259 -- Specified that ROOT_URLCONF might be needed. When …
06/01/2012:
- 19:50 Changeset [d4648a34]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed debugging code added in last commit.
- 19:46 Changeset [72130385]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made inspectdb tests deal with a smaller generated models.py file. …
- 18:47 DevelopersForHire edited by
- (diff)
- 18:19 ThumbNails edited by
- Simple grammar fix (diff)
- 17:35 DevelopersForHire edited by
- (diff)
- 16:13 Ticket #18415 (FormWizard's hash check occasionally fails due to pickle.dumps ...) closed by
- duplicate: This is a duplicate of #18340
- 14:57 ClassBasedViewsDocs edited by
- (diff)
- 14:34 ClassBasedViewsDocs created by
- 13:42 Ticket #18415 (FormWizard's hash check occasionally fails due to pickle.dumps ...) created by
-
Background: in
django.contrib.formtools.utils.security_hash
, the … - 12:30 DevelopersForHire edited by
- Peru new developers (diff)
- 12:27 Ticket #18414 (queryset.exists() returns False when queryset is distinct and sliced) created by
- Consider this: […] This queryset […] produces SQL […] so the …
- 10:07 DevelopersForHire edited by
- added my info (diff)
- 06:42 Ticket #18413 (documentation on delete() should mention that associated file or image ...) created by
- When a model contains an image or file field, deleting an instance …
- 01:09 Changeset [939af5a6]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo in a comment. Refs #17742.
Note: See TracTimeline
for information about the timeline view.