Timeline
Oct 8, 2010:
- 11:55 PM Ticket #14039 (Forms - FileField special-casing breaks MultiValueField including a FileField) updated by
-
Needs documentation, Triage Stage changed
MultiValueField … - 11:50 PM Ticket #14378 (Testing framework - Enable customization of the class for self.client in tests) closed by
- fixed: (In [14058]) Fixed #14378 -- Made the test client class customizable. …
- 11:50 PM Changeset [b7a73cf9]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14378 -- Made the test client class customizable. Thanks to Ned …
- 11:42 PM Ticket #12088 (Testing framework - Make the test Client class variable in TransactionTestCase) closed by
- duplicate: Marking as a duplicate of #14378 due to the availability of a full …
- 11:35 PM Ticket #14366 (Database layer (models, ORM) - Model.objects.none().values(...).anything() is broken) updated by
- Looks good to me. See #14011 for what looks like a closely related …
- 11:30 PM Ticket #14365 (Testing framework - Make template-rendering signals available also in DEBUG mode) updated by
-
Needs documentation changed
Patch looks good, except for the absence of docs. We're adding a new … - 11:27 PM Ticket #12226 (Testing framework - Test HttpResponse template attribute needlessly hard to use) updated by
-
Patch needs improvement, Needs documentation changed
Me likey. However, this patch needs docs. We're deprecating a … - 11:23 PM Ticket #11256 (Database layer (models, ORM) - Fail loudly and clearly when an Annotation alias matches a field name.) updated by
-
Triage Stage changed
Looks good to me. - 11:22 PM Ticket #14425 (contrib.admin - Unused imports in contrib.admin) created by
- Attached is a patch which removes unused imports in all contrib.admin …
- 11:10 PM Ticket #12872 (contrib.admin - Removal of unused template_validator-related code) updated by
- (In [14057]) [1.2.X] Fixed #12872 -- Removed vestiges of mythic old …
- 11:10 PM Changeset [fae5b04f]stable/1.2.x by
- [1.2.X] Fixed #12872 -- Removed vestiges of mythic old template …
- 11:06 PM Ticket #9995 (Documentation - Mention 'pip install Django' as an alternative installation method.) updated by
-
Patch needs improvement, Triage Stage changed
I think at least one BDFL would argue that pip is a more important … - 11:03 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
- Laurent - thanks for the revised patch. For your benefit next time, I …
- 11:01 PM Changeset [816c7d1e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Adding myself to the specialists section (and fixing a typo in …
- 10:58 PM Ticket #12872 (contrib.admin - Removal of unused template_validator-related code) closed by
- fixed: (In [14055]) Fixed #12872 -- Removed vestiges of mythic old template …
- 10:58 PM Changeset [8058cc2e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #12872 -- Removed vestiges of mythic old template validation …
- 10:36 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) closed by
- fixed: (In [14054]) [1.2.X] Fixed #14354 -- Normalized the handling of …
- 10:36 PM Changeset [a3581f9a]stable/1.2.x by
- [1.2.X] Fixed #14354 -- Normalized the handling of empty/null …
- 10:34 PM Changeset [8755fb1]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14354 -- Normalized the handling of empty/null passwords in …
- 10:23 PM Changeset [714694ae]stable/1.2.x by
- [1.2.X] Added myself to the committers list. Backport of [14051] from …
- 10:21 PM Ticket #14424 (contrib.admin - rel_to undefined in init scope of RelatedFieldWidgetWrapper) created by
- While perusing code in the admin I noticed that this variable is …
- 10:16 PM Changeset [71a4c47]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added myself to the committers list. git-svn-id: …
- 9:57 PM Ticket #5537 (Documentation - Remove Reverse Lookups on ForeignKeys/ManyToMany) updated by
- (In [14050]) [1.2.X] Fixed #5537 -- document trailing '+' on …
- 9:57 PM Changeset [52e7812]stable/1.2.x by
- [1.2.X] Fixed #5537 -- document trailing '+' on related_name for …
- 9:54 PM Ticket #5537 (Documentation - Remove Reverse Lookups on ForeignKeys/ManyToMany) closed by
- fixed: (In [14049]) Fixed #5537 -- document trailing '+' on related_name for …
- 9:54 PM Changeset [fa3335f]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #5537 -- document trailing '+' on related_name for supressing …
- 9:40 PM Ticket #5537 (Documentation - Remove Reverse Lookups on ForeignKeys/ManyToMany) updated by
-
I think you mean end
related_name
with a '+' - 9:11 PM Changeset [5ff085d]stable/1.2.x by
- [1.2.X] Added myself to committers. Backport of [14047]. git-svn-id: …
- 8:47 PM Changeset [5b155e2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added myself to contributors. git-svn-id: …
- 8:13 PM Ticket #14416 (Documentation - ImageField forms require an enctype, not documented) closed by
- worksforme
- 7:41 PM MercurialBranches edited by
- (diff)
- 7:17 PM Ticket #13812 (Template system - [patch] Change the way BaseContext maintains the dicts) closed by
- fixed: This was fixed as a result of the work that brought us template …
- 6:55 PM Ticket #13241 (Database layer (models, ORM) - order_with_respect_to fails on a relationship on a model that has not ...) updated by
- (In [14046]) [1.2.X] Fixed #13241. order_with_respect_to now works …
- 6:55 PM Changeset [ae448e4]stable/1.2.x by
- [1.2.X] Fixed #13241. order_with_respect_to now works with …
- 6:54 PM Ticket #13241 (Database layer (models, ORM) - order_with_respect_to fails on a relationship on a model that has not ...) closed by
- fixed: (In [14045]) Fixed #13241. order_with_respect_to now works with …
- 6:54 PM Changeset [ccc43508]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13241. order_with_respect_to now works with ForeignKeys who …
- 6:48 PM Changeset [3ab1a0c]stable/1.2.x by
- [1.2.X] Converted order_with_respect_to to unittests. We have always …
- 6:47 PM Changeset [5c5f1cf]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Converted order_with_respect_to to unittests. We have always been at …
- 6:44 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
-
Patch needs improvement changed
New patch attached: * allow empty string in set_password() * … - 6:37 PM Ticket #14023 (Documentation - Better example for the custom form template) updated by
- (In [14042]) [1.2.X] Fixed #14023 -- include non_field_errors in …
- 6:37 PM Changeset [0eb8c02c]stable/1.2.x by
- [1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to …
- 6:32 PM Ticket #14023 (Documentation - Better example for the custom form template) closed by
- fixed: (In [14041]) Fixed #14023 -- include non_field_errors in example. …
- 6:32 PM Changeset [0f9eb91]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14023 -- include non_field_errors in example. Thanks to konryd …
- 6:17 PM Changeset [475fb82]stable/1.2.x by
- [1.2.X] Adding my bio. This is a backport of [14309]. git-svn-id: …
- 5:55 PM Changeset [37023bc0]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Adding my bio. Andrew enjoys writing about himself in the third …
- 5:52 PM Changeset [cd1134d6]stable/1.2.x by
- [1.2.X] Added my bio to committers.txt. Backport of [14037] …
- 5:49 PM Changeset [52f763d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added my bio to committers.txt git-svn-id: …
- 5:36 PM Ticket #14390 (contrib.auth - set_password functionality outside of the User model) updated by
-
Cc changed
- 5:31 PM Ticket #14368 (Database layer (models, ORM) - Reverse relation attribute for OneToOneField fails when set to None) updated by
-
Cc changed
I have created a unit test for this and a patch, but I don't know, if … - 4:27 PM Ticket #4976 (Contrib apps - The contrib.humanize templatetags fail when given None.) updated by
-
Owner changed
- 4:12 PM Changeset [e8051e9]stable/1.2.x by
- [1.2.X] Added myself to the committers docs. This is a backport of …
- 4:10 PM Changeset [cdc6b0eb]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Correct a rather embarrassing typo in my bio. git-svn-id: …
- 4:05 PM Changeset [5c01585]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added myself to the committers docs. git-svn-id: …
- 4:05 PM Ticket #14423 (Database layer (models, ORM) - Wrong SQL on exclude with inheritance) created by
- I came across this on my inherited models. When I exclude using the …
- 3:30 PM Changeset [40777cb]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Rewrote 'Test with warnings enabled' section of …
- 3:20 PM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by
-
Cc changed
- 2:41 PM Ticket #4976 (Contrib apps - The contrib.humanize templatetags fail when given None.) updated by
-
Patch needs improvement changed
Some of these changes are already in trunk. - 2:38 PM Ticket #3583 (Contrib apps - cookie-based modpython / apache authentication) closed by
- wontfix: No activity on this, no champion, and mod_python is deprecated. Seems …
- 2:36 PM Ticket #14405 (contrib.auth - problem in login view) updated by
- I'm not sure what you're saying. What, exactly, is the problem with …
- 2:33 PM Ticket #1919 (Template system - filter truncatewords is inefficient and destroys white space) updated by
-
Patch needs improvement changed
Trunk has changed since patch was uploaded. - 1:26 PM Changeset [bca8aed]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed links to the date formats choices in the global settings. …
- 1:07 PM Ticket #14101 (Internationalization - Localized DecimalField doesn't accept localized input) updated by
-
Cc changed
- 12:55 PM Ticket #14405 (contrib.auth - problem in login view) updated by
- Huum. But i think exclusive ORs is not good idea here. If you trace …
- 12:54 PM Changeset [9937943]stable/1.2.x by
- [1.2.X] Fixed a few minor backporting oversights that prevented the …
- 12:54 PM Changeset [fb3f6294]stable/1.2.x by
- [1.2.X] Fixed #10970 -- Initialize DateFields with datetime.date …
- 12:54 PM Ticket #14101 (Internationalization - Localized DecimalField doesn't accept localized input) updated by
- I'm having similar problems. I'm using the pt_BR language code. First …
- 11:14 AM Ticket #10970 (Database layer (models, ORM) - auto_now_add for DateField evaluetes to datetime.datetime instance) closed by
- fixed: (In [14029]) Fixed #10970 -- Initialize DateFields with datetime.date …
- 11:14 AM Changeset [dbf23ef]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #10970 -- Initialize DateFields with datetime.date objects, not …
- 10:47 AM Ticket #14232 (Documentation - date_list context variable incorrectly documented) updated by
- (In [14028]) [1.2.X] Fixed #14232 -- Clarified the data type of …
- 10:47 AM Changeset [9d1bf9d5]stable/1.2.x by
- [1.2.X] Fixed #14232 -- Clarified the data type of date_list in …
- 10:46 AM Ticket #14274 (Documentation - Document the fact that running tests with warnings on is a good step ...) updated by
- (In [14027]) [1.2.X] Fixed #14274 -- Added admonition about using …
- 10:46 AM Changeset [de3669d]stable/1.2.x by
- [1.2.X] Fixed #14274 -- Added admonition about using -Wall when you …
- 10:46 AM Ticket #14375 (Documentation - Typo in formfield documentation) updated by
- (In [14026]) [1.2.X] Fixed #14375 -- Corrected the capitalization of …
- 10:46 AM Changeset [eae8c65]stable/1.2.x by
- [1.2.X] Fixed #14375 -- Corrected the capitalization of …
- 10:46 AM Ticket #14383 (Documentation - Capitalization of reStructuredText (reST)) updated by
- (In [14025]) [1.2.X] Fixed #14383 -- Corrected the capitalization of …
- 10:46 AM Changeset [9ad7313]stable/1.2.x by
- [1.2.X] Fixed #14383 -- Corrected the capitalization of …
- 10:45 AM Ticket #14384 (Documentation - Installation documentation should avoid sys.path.append) updated by
- (In [14024]) [1.2.X] Fixed #14384 -- Updated mod_wsgi docs to match …
- 10:45 AM Changeset [5170a12a]stable/1.2.x by
- [1.2.X] Fixed #14384 -- Updated mod_wsgi docs to match documented best …
- 10:45 AM Ticket #14421 (Documentation - Fix the English on an internationalization doc page) updated by
- (In [14023]) [1.2.X] Fixed #14421 -- Clarified the english in the i18n …
- 10:45 AM Changeset [bbab38dc]stable/1.2.x by
- [1.2.X] Fixed #14421 -- Clarified the english in the i18n …
- 10:44 AM Ticket #14225 (Documentation - Documentation website showing "dev" documentation instead of "1.2") updated by
- (In [14022]) [1.2.X] Fixed #14225 -- Added a documentation marker (and …
- 10:44 AM Changeset [21be09db]stable/1.2.x by
- [1.2.X] Fixed #14225 -- Added a documentation marker (and a 1.2.2 …
- 10:43 AM Ticket #13188 (Documentation - Move custom format documentation from now tag to date filter) updated by
- (In [14021]) Fixed #13188 -- Moved date format documentation from the …
- 10:43 AM Changeset [83f762e]stable/1.2.x by
- Fixed #13188 -- Moved date format documentation from the now template …
- 10:38 AM Ticket #14232 (Documentation - date_list context variable incorrectly documented) closed by
- fixed: (In [14020]) Fixed #14232 -- Clarified the data type of date_list in …
- 10:38 AM Changeset [ae128aa2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14232 -- Clarified the data type of date_list in date-based …
- 10:38 AM Ticket #14274 (Documentation - Document the fact that running tests with warnings on is a good step ...) closed by
- fixed: (In [14019]) Fixed #14274 -- Added admonition about using -Wall when …
- 10:37 AM Changeset [68efb0b0]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14274 -- Added admonition about using -Wall when you run tests. …
- 10:37 AM Ticket #14375 (Documentation - Typo in formfield documentation) closed by
- fixed: (In [14018]) Fixed #14375 -- Corrected the capitalization of …
- 10:37 AM Changeset [2b87347]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14375 -- Corrected the capitalization of MultiValueField. …
- 10:37 AM Ticket #14383 (Documentation - Capitalization of reStructuredText (reST)) closed by
- fixed: (In [14017]) Fixed #14383 -- Corrected the capitalization of …
- 10:37 AM Changeset [127a25ac]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14383 -- Corrected the capitalization of reStructuredText. …
- 10:36 AM Ticket #14384 (Documentation - Installation documentation should avoid sys.path.append) closed by
- fixed: (In [14016]) Fixed #14384 -- Updated mod_wsgi docs to match documented …
- 10:36 AM Changeset [98c6ff3]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14384 -- Updated mod_wsgi docs to match documented best …
- 10:36 AM Ticket #14421 (Documentation - Fix the English on an internationalization doc page) closed by
- fixed: (In [14015]) Fixed #14421 -- Clarified the english in the i18n …
- 10:36 AM Changeset [08beb148]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14421 -- Clarified the english in the i18n documentation. …
- 10:33 AM Changeset [480c6c69]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Disabled unused Sphinx configuration option that triggered a warning. …
- 10:33 AM Ticket #13188 (Documentation - Move custom format documentation from now tag to date filter) closed by
- fixed: (In [14013]) Fixed #13188 -- Moved date format documentation from the …
- 10:33 AM Changeset [70e7e08]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13188 -- Moved date format documentation from the now template …
- 10:21 AM Ticket #14260 (Testing framework - conversion of fixtures_regress tests from doctest to unittest format) closed by
- fixed: Fixed in [13954] ([13959] for 1.2.X)
- 10:17 AM Ticket #14240 (Template system - filesizeformat should localize number) updated by
- I'm not sure how to write these. Can you point me into the right …
- 10:12 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) updated by
-
Patch needs improvement, Triage Stage changed
This is a good start, but isn't quite right. ChoicesField.choices … - 10:11 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) closed by
- fixed: (In [14012]) Fixed #10497 -- Added a few time-related methods to the …
- 10:11 AM Changeset [58b704d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #10497 -- Added a few time-related methods to the storage API. …
- 10:05 AM Ticket #14405 (contrib.auth - problem in login view) updated by
- Ah, that's true. A few exclusive ORs might have helped, maybe. I …
- 9:48 AM Ticket #14225 (Documentation - Documentation website showing "dev" documentation instead of "1.2") closed by
- fixed: (In [14011]) Fixed #14225 -- Added a documentation marker (and a 1.2.2 …
- 9:48 AM Changeset [4d4d68a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14225 -- Added a documentation marker (and a 1.2.2 release …
- 9:17 AM Ticket #13218 (contrib.syndication - django-syndication can't handle https URLs) updated by
- (In [14010]) [1.2.X] Fixed #13218 -- Ensure that syndicated content …
- 9:17 AM Changeset [0d4d924]stable/1.2.x by
- [1.2.X] Fixed #13218 -- Ensure that syndicated content served over …
- 9:16 AM Ticket #14221 (Documentation - Mashed Sentences in Doc) updated by
- (In [14009]) [1.2.X] Fixed #14221 -- Cleaned up some text in the GIS …
- 9:16 AM Changeset [3616751]stable/1.2.x by
- [1.2.X] Fixed #14221 -- Cleaned up some text in the GIS tutorial. …
- 9:16 AM Ticket #14381 (Database layer (models, ORM) - small improvement in db.utils.ConnectionRouter.__init__) updated by
- (In [14008]) [1.2.X] Fixed #14381 -- Clarified exception handling when …
- 9:16 AM Changeset [5b1e21e]stable/1.2.x by
- [1.2.X] Fixed #14381 -- Clarified exception handling when …
- 9:14 AM Ticket #13218 (contrib.syndication - django-syndication can't handle https URLs) closed by
- fixed: (In [14007]) Fixed #13218 -- Ensure that syndicated content served …
- 9:14 AM Changeset [ed32170a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13218 -- Ensure that syndicated content served over HTTPS uses …
- 9:13 AM Ticket #14221 (Documentation - Mashed Sentences in Doc) closed by
- fixed: (In [14006]) Fixed #14221 -- Cleaned up some text in the GIS tutorial. …
- 9:13 AM Changeset [060701a2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to …
- 9:05 AM Ticket #14374 (Contrib apps - Missing templates on contrib.auth makes tests in a new project fail ...) closed by
- fixed: Fixed in [14003].
- 9:03 AM Ticket #14258 (Documentation - Document that 1.3 has added an index to the session date field and a ...) updated by
-
Triage Stage changed
Chris - Following up your comment from #14231 -- Why does this need to … - 8:58 AM Ticket #13 (contrib.admin - Related objects interface should be tighter (edit_inline)) reopened by
- 8:57 AM Ticket #13 (contrib.admin - Related objects interface should be tighter (edit_inline)) closed by
- fixed
- 8:56 AM Ticket #14381 (Database layer (models, ORM) - small improvement in db.utils.ConnectionRouter.__init__) closed by
- fixed: (In [14005]) Fixed #14381 -- Clarified exception handling when …
- 8:56 AM Changeset [515b4d3a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14381 -- Clarified exception handling when instantiating …
- 8:53 AM Changeset [0a52a04]stable/1.2.x by
- Backport of r14003 from trunk. git-svn-id: …
- 8:50 AM Changeset [f53491d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- #14374 -- Added some missing template files to ensure that …
- 8:15 AM Ticket #14240 (Template system - filesizeformat should localize number) updated by
-
Needs documentation, Needs tests changed
A reasonable suggestion, but the patch needs tests. - 7:22 AM Ticket #14421 (Documentation - Fix the English on an internationalization doc page) updated by
-
Triage Stage changed
- 7:17 AM Ticket #14421 (Documentation - Fix the English on an internationalization doc page) updated by
-
Has patch changed
- 7:17 AM Ticket #14422 (Documentation - Fix the English on an internationalization doc page) closed by
- duplicate: sorry, submitted twice…
- 7:14 AM Ticket #14422 (Documentation - Fix the English on an internationalization doc page) created by
- The international guys are doing a good job giving us i18n support, …
- 7:14 AM Ticket #14421 (Documentation - Fix the English on an internationalization doc page) created by
- The international guys are doing a good job giving us i18n support, …
- 6:35 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by
-
Cc changed
- 6:24 AM Ticket #14051 (Database layer (models, ORM) - Signals for transaction commit/rollback) updated by
- +1 for this, it would be really useful in my use case (sending tasks …
- 6:15 AM Ticket #14420 (Forms - Can't do validation on ModelFormSets to prevent deletion when there is ...) created by
- I'm using a ModelFormSet (using modelformset_factory and a custom …
- 5:45 AM Ticket #14405 (contrib.auth - problem in login view) updated by
- but i think we must redirect user to redirect_to variable before any …
- 5:29 AM Ticket #13607 (User Experience - Admin date_hierarchy drill-down should auto-initialise to appropriate level) updated by
-
Patch needs improvement, Needs tests changed
A (dumb?) question: Is cl.query_set the unfiltered queryset or is it … - 5:12 AM DjangoFriendlyWebHosts edited by
- This is a webdesign company - not hosting one (diff)
- 4:33 AM Ticket #14419 (Core (Management commands) - Make `makemessages --help` more useful) updated by
-
Triage Stage, Component changed
- 4:28 AM Ticket #13314 (Forms - "FileField" validation does not account for "upload_to" when counting ...) updated by
-
Cc changed
I just go bitten by this. I'm not sure about how to fix this properly. … - 4:27 AM Ticket #7153 (Template system - _resolve_lookup could do a better job of resolving callables and ...) updated by
-
Patch needs improvement changed
PS: you're doing a great job of triage, mk. - 3:12 AM Ticket #14391 (Core (Management commands) - update man django-admin.1 to include missing commands) updated by
-
Triage Stage changed
- 3:10 AM Ticket #3202 (contrib.admin - [patch] Faster SelectBox for ManyToMany) updated by
- Related ticket for the same issue (with seemingly more thorough, but …
- 3:09 AM Ticket #9102 (contrib.admin - admin Filter Box redraws each time it's changed) updated by
- Related ticket: #3202[patch] Faster SelectBox for ManyToMany The …
- 3:00 AM Ticket #14419 (Core (Management commands) - Make `makemessages --help` more useful) created by
-
Calling
django-admin makemessages
Without any option gives:: …
- 2:58 AM Ticket #7153 (Template system - _resolve_lookup could do a better job of resolving callables and ...) updated by
- Patch does not apply anymore.
- 2:55 AM Ticket #8158 (contrib.admin - Make possible to extend some of admin's templates) updated by
- Related tickets: #2414 coredump of python by a template extending …
- 2:52 AM Ticket #7936 (contrib.syndication - Add Last-Modified header to feeds) updated by
-
Needs tests changed
Tests are missing. - 2:44 AM Ticket #7189 (Generic views - context_processors in direct_to_template) updated by
-
Triage Stage changed
The list_detail generic views support a context_processors argument … - 2:39 AM Ticket #7995 (Template system - url template tag uses low level parser) closed by
- fixed: Has been fixed in the meantime (#9315, #12072, #12945, #13275, ...)
- 1:24 AM Ticket #11154 (contrib.auth - Inconsistency with permissions for proxy models) updated by
- > Proxy models should also proxy the permissions of the model they are …
- 1:16 AM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
-
Patch needs improvement changed
Looks good, Laurent. Some minor review comments: * As discussed on … - 1:00 AM Sprint201011Argentina edited by
- (diff)
Oct 7, 2010:
- 9:14 PM Ticket #10970 (Database layer (models, ORM) - auto_now_add for DateField evaluetes to datetime.datetime instance) updated by
-
Triage Stage, Milestone changed
- 8:37 PM Ticket #14418 (Uncategorized - lazy instances are not resolved to string when used as Exception value) created by
- Hi, If in my django application I raise an Exception with a lazy …
- 6:52 PM DjangoJobs edited by
- (diff)
- 6:51 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) closed by
- fixed: Fixed by [14001].
- 6:49 PM DjangoJobs edited by
- (diff)
- 6:49 PM Changeset [cf1d9f4]stable/1.2.x by
- [1.2.X] Fixed #14430 - Test failure on Windows with …
- 6:48 PM Changeset [43b6b32]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14430 - Test failure on Windows with get_image_dimensions since …
- 6:38 PM Ticket #7722 (Core (Mail) - EMail Message with CC - Carbon CopyFixed patch) closed by
- fixed: Fixed in [14000], thanks.
- 6:36 PM Changeset [0aa438a3]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #7722 - added support for CC in EmailMessage. Thanks to …
- 6:11 PM Ticket #5590 (Core (Serialization) - JSON encoding fails on Promise (result of gettext_lazy)) closed by
- duplicate: Malcolm closed the almost identical #5868 with a documentation fix, …
- 5:33 PM Ticket #5425 (contrib.admin - Incorrect plurals in admin pagination template) updated by
- (In [13999]) [1.2.X] Fixed #5425 - Incorrect plurals in admin …
- 5:33 PM Changeset [01b12a6]stable/1.2.x by
- [1.2.X] Fixed #5425 - Incorrect plurals in admin pagination template. …
- 5:30 PM Ticket #5425 (contrib.admin - Incorrect plurals in admin pagination template) closed by
- fixed: (In [13998]) Fixed #5425 - Incorrect plurals in admin pagination …
- 5:30 PM Changeset [2faa490a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #5425 - Incorrect plurals in admin pagination template. Thanks …
- 5:12 PM Ticket #14370 (contrib.admin - Adding support for Autocomplete in contrib.admin) updated by
- Now the autocomplete feature can be used with any type of field. …
- 4:05 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
- Reformat the description. I attached a patch with the following …
- 4:03 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
-
Has patch changed
I attached a patch with the following changes: - in set_password(), … - 2:56 PM PylibmcSupport created by
- 2:32 PM Ticket #14417 (contrib.admin - UnicodeDecodeError exception in recent actions) updated by
- Stack trace […]
- 2:28 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
-
Status changed
- 2:28 PM Ticket #14354 (contrib.auth - Check password is not None in User.check_password) updated by
-
Owner, Milestone changed
- 2:24 PM Ticket #14417 (contrib.admin - UnicodeDecodeError exception in recent actions) created by
- Here is my situation. I have a model with this verbose_name in meta …
- 2:24 PM Ticket #13910 (Template system - Add generator version of Template.render(Context)) updated by
- Some context to why I think this is important: For performance …
- 1:32 PM Ticket #14405 (contrib.auth - problem in login view) updated by
-
Has patch, Needs tests changed
- 12:40 PM Ticket #14405 (contrib.auth - problem in login view) updated by
- Hmm, so it does. This patch would seem to fix it…
- 12:36 PM Ticket #14416 (Documentation - ImageField forms require an enctype, not documented) updated by
- This is documented: …
- 12:23 PM Sprint201011Argentina edited by
- (diff)
- 11:56 AM Sprint201011Argentina edited by
- Added myself for this sprint. (diff)
- 11:11 AM Sprint201011Argentina edited by
- (diff)
- 11:10 AM Sprint201011Argentina edited by
- Added Capital Federal (diff)
- 10:59 AM Ticket #11297 (contrib.admin - In admin, no always EMPTY_CHANGELIST_VALUE is used when item value is None) closed by
- fixed: I think this problem has been fixed while fixing #342 in [11965]
- 10:54 AM Ticket #14416 (Documentation - ImageField forms require an enctype, not documented) created by
- Well, this may very well not be a Django issue, but I can't help but …
- 10:52 AM Sprints edited by
- (diff)
- 10:52 AM Sprint201011Argentina created by
- Created
- 10:50 AM Ticket #11907 (Forms - EmailField should run strip()) closed by
- fixed: (In [13997]) Fixed #11907 -- EmailField now runs strip() on its input. …
- 10:50 AM Changeset [bf0947a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11907 -- EmailField now runs strip() on its input. This means …
- 10:47 AM Ticket #12889 (Database layer (models, ORM) - Using annotation unexpectedly returns DecimalFields as floats) updated by
- This is a related issue: #13844 Errors when using character fields for …
- 10:46 AM Ticket #13844 (Database layer (models, ORM) - Errors when using character fields for aggregation) updated by
- This is a related issue: #12889 Using annotation unexpectedly returns …
- 10:40 AM Ticket #14193 (contrib.admin - prepopulated_fields should concatenate fields in given order) updated by
-
Triage Stage changed
- 10:40 AM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
- None of the options are perfect, agreed, but I'd rather see a solution …
- 10:33 AM PastSprints edited by
- (diff)
- 10:13 AM Ticket #8794 (contrib.comments - Profanity filter suffers from the Scunthorpe problem) closed by
- fixed: (In [13996]) Set default PROFANITIES_LIST setting to an empty tuple. …
- 10:13 AM Changeset [edd767d2]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Set default PROFANITIES_LIST setting to an empty tuple. This is …
- 9:40 AM Ticket #3100 (Template system - Support for arguments on intermediate tag tokens (ex. {% if arg %}{% ...) updated by
-
Needs documentation, Needs tests changed
A differentiation between intermediate tags which accept arguments and … - 9:37 AM Ticket #12886 (Database layer (models, ORM) - .aggregate() does not honour sliced queryset) updated by
-
Cc changed
- 9:36 AM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
-
Cc changed
- 9:35 AM Ticket #12886 (Database layer (models, ORM) - .aggregate() does not honour sliced queryset) updated by
- I have managed to patch this, but encountered larger problem, that I …
- 9:01 AM Ticket #14190 (contrib.sitemaps - images, news and keywords in sitemap.xml) updated by
-
Status, Cc, Owner changed
- 8:46 AM CaseStudyLeads edited by
- (diff)
- 7:49 AM Ticket #14415 (Testing framework - Multiple aliases for one database: testing problems) updated by
-
Triage Stage changed
- 7:24 AM Ticket #13211 (Documentation - More Group Documentation in the Auth Page) updated by
-
Component changed
- 6:19 AM Ticket #14405 (contrib.auth - problem in login view) updated by
- Replying to christandiono: > What's your …
- 6:10 AM Ticket #2016 (Template system - [patch] Decorator for template tags that load objects) updated by
-
Needs documentation, Needs tests, Patch needs improvement changed
Updated patch for current trunk. - 5:50 AM Ticket #14167 (Generic views - Using Instances in Generic Create/Update/Delete) updated by
-
Patch needs improvement, Needs documentation changed
I'm not sure whether working on this ticket makes sense at all with … - 5:42 AM Ticket #12418 (Generic views - object_detail ObjectDoesNotExist message isn't unicode) updated by
-
Needs tests changed
- 5:32 AM Ticket #11907 (Forms - EmailField should run strip()) updated by
-
Owner, Status, Triage Stage changed
- 5:23 AM Ticket #12064 (Template system - Impossible to conditionally include potentially non-existant templates) updated by
- Ticket #3544 is related too (Fix {% include %} to allow recursive …
- 5:16 AM Ticket #9456 (Template system - Extend with tag to support multiple bindings) updated by
-
Owner, Status changed
Ok, I'm goning to split the with part form #7817. It's diffrent from … - 5:16 AM Ticket #14415 (Testing framework - Multiple aliases for one database: testing problems) created by
- In a setting where the multiple-databases feature is used to create …
- 5:16 AM Ticket #11907 (Forms - EmailField should run strip()) reopened by
- This is in the same basket as #5714 (also originally marked as a dupe …
- 4:59 AM Ticket #5714 (Forms - Date/Time fields' clean methods need strip()) updated by
-
Needs tests changed
- 4:24 AM Ticket #7817 (Template system - {% include "tpl" with foo=x bar=y %}) updated by
-
Cc changed
- 4:14 AM Ticket #9456 (Template system - Extend with tag to support multiple bindings) reopened by
- #7817 dealt with two separate feature requests here, one for `{% with …
- 4:13 AM Ticket #7817 (Template system - {% include "tpl" with foo=x bar=y %}) updated by
-
Patch needs improvement, Summary changed
There are two separate feature requests here, one for{% with %}
and … - 4:02 AM Ticket #6580 (HTTP handling - Default argument to `getlist` on QueryDict) updated by
-
Patch needs improvement changed
Docstring updated, patch ported to trunk. - 3:56 AM Ticket #5425 (contrib.admin - Incorrect plurals in admin pagination template) updated by
-
Patch needs improvement, Triage Stage changed
We have a blocktrans tag supporting pluralization now. Trivial … - 3:39 AM Ticket #12139 (Forms - forms.fields.DateTimeField and TimeField so not accept stringified ...) updated by
- This patch not only needs tests, but also other improvements. It will …
- 3:08 AM Ticket #1946 (Database layer (models, ORM) - Allow overriding of default sequence name) updated by
-
Cc changed
- 2:28 AM Ticket #14390 (contrib.auth - set_password functionality outside of the User model) updated by
-
Owner, Status, Triage Stage changed
I'll try to redeem myself ;) - 12:07 AM Ticket #14374 (Contrib apps - Missing templates on contrib.auth makes tests in a new project fail ...) updated by
-
Triage Stage, Milestone changed
- 12:06 AM Ticket #14374 (Contrib apps - Missing templates on contrib.auth makes tests in a new project fail ...) updated by
-
Triage Stage changed
Oct 6, 2010:
- 11:22 PM Ticket #8794 (contrib.comments - Profanity filter suffers from the Scunthorpe problem) updated by
-
Milestone changed
This needs to be handled with our usual deprecation plan rather than … - 10:24 PM Ticket #661 (Core (Other) - New function: batch save of objects would make for more efficient ...) reopened by
- This would really nice to fix. At least as a feature request. Could …
- 10:21 PM Ticket #14390 (contrib.auth - set_password functionality outside of the User model) updated by
- I would fully support separating this out into a module-level …
- 9:21 PM Ticket #14405 (contrib.auth - problem in login view) updated by
- What's your settings.LOGIN_REDIRECT_URL? The default login view should …
- 7:19 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
- or a 'do you wish to navigate away from this page' alert... or... …
- 7:14 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
- Possibly solution: turn it into a button, have the button do a popup …
- 7:11 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
- Sorry, that seems like an easy fix that allows us to stamp 'TOLDYASO' …
- 7:05 PM Ticket #10944 (contrib.sites - Site app should be able to make absolute URLs.) updated by
-
Needs documentation, Patch needs improvement changed
- 7:05 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
-
Component, Triage Stage changed
Replying to subsume: > What if the delete button wasn't an … - 6:55 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
- What if the delete button wasn't an element of the form but rather a …
- 6:51 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
- carljm explained the difficulty well. I don't see an elegant code fix …
- 6:49 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
-
Triage Stage changed
There's no obvious fix here; the normal dedicated cascade-delete … - 5:56 PM Ticket #14412 (contrib.comments - Comment url redirection relies on a legacy url) closed by
- fixed: (In [13995]) Fixed #14412 -- Pointed contrib.comments …
- 5:56 PM Changeset [157583f9]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14412 -- Pointed contrib.comments comments-url-redirect …
- 5:55 PM Ticket #14414 (Contrib apps - Additional check in content-type view to prevent 500) closed by
- fixed: (In [13994]) Fixed #14414 -- Improved contenttypes shortcut() view to …
- 5:55 PM Changeset [47cae1a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14414 -- Improved contenttypes shortcut() view to check that …
- 4:19 PM Changeset [40765f1b]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the …
- 4:10 PM Changeset [e3b95aa]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Negligible formatting improvement to an error in management/sql.py …
- 2:44 PM Ticket #14414 (Contrib apps - Additional check in content-type view to prevent 500) updated by
-
Triage Stage changed
Marking RFC. Hope this is non-controversial enough. - 2:35 PM Ticket #14414 (Contrib apps - Additional check in content-type view to prevent 500) updated by
-
Has patch changed
- 2:33 PM Ticket #14414 (Contrib apps - Additional check in content-type view to prevent 500) created by
- In the event that your ContentType doesn't have a model_class …
- 2:20 PM DevelopersForHire edited by
- (diff)
- 2:08 PM Ticket #14412 (contrib.comments - Comment url redirection relies on a legacy url) updated by
-
Triage Stage, Status, Milestone, Owner changed
marking RFC due to extreme triviality. - 2:04 PM Ticket #14413 (contrib.comments - Comment url redirection relies on a legacy url) closed by
- duplicate: quite literally a duplicate of 14413
- 2:04 PM Ticket #14413 (contrib.comments - Comment url redirection relies on a legacy url) created by
- This is a request to have the contrib.comments url simply point to the …
- 1:33 PM Ticket #14412 (contrib.comments - Comment url redirection relies on a legacy url) created by
- This is a request to have the contrib.comments url simply point to the …
- 12:55 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) updated by
-
Cc changed
- 12:55 PM Ticket #14411 (contrib.admin - Inline delete not prompting cascade delete warning) created by
- Models and admin can befound here: http://dpaste.com/hold/254060/ In …
- 12:40 PM Ticket #13749 (contrib.admin - Link from admin-site to site) updated by
- I like the idea of linking to the "real" site from the admin site by …
- 12:32 PM Ticket #14409 (Documentation - Typo in /internals/documentation) closed by
- fixed: (In [13991]) Fixed #14409 -- Fixed typo in …
- 12:32 PM Changeset [d405ec9]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. …
- 12:30 PM Ticket #14395 (Database layer (models, ORM) - Error message typo) closed by
- fixed: (In [13990]) Fixed #14395 -- Fixed typo in error message in …
- 12:30 PM Changeset [43cee77]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14395 -- Fixed typo in error message in db/init.py. Thanks, …
- 11:27 AM Ticket #14410 (Database layer (models, ORM) - django.db.models.fields.__init__.py class Field.validate failed) created by
- The validate failed if a value is a list. e.g. […]
- 11:14 AM Ticket #14395 (Database layer (models, ORM) - Error message typo) updated by
-
Triage Stage changed
This is trivial, so I think it's safe to move to RFC. - 11:02 AM Ticket #14152 (Database layer (models, ORM) - Model validation: full_clean() should call clean() before clean_fields()) closed by
- invalid: Changing the basic order in which model validation is executed is most …
- 10:53 AM Ticket #14409 (Documentation - Typo in /internals/documentation) created by
- See http://docs.djangoproject.com/en/dev/internals/documentation/ The …
- 10:20 AM Ticket #12991 (Testing framework - Django 1.2 should have optional support for unittest2) updated by
- I just applied this and ran the test suite with Python 2.4/SQLite …
- 10:02 AM Ticket #14406 (Core (Other) - Logging doesn't work under Python 2.4) closed by
- fixed: (In [13989]) Fixed #14406 -- Added a Python 2.4 compatibility to the …
- 10:02 AM Changeset [fea15928]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14406 -- Added a Python 2.4 compatibility to the logging …
- 10:00 AM Ticket #14408 (contrib.admin - Admin Error when subclassing ContentType for generic Relations) created by
- If you subclass the ContentType with a proxy model, for example to use …
- 9:57 AM Ticket #14406 (Core (Other) - Logging doesn't work under Python 2.4) updated by
-
Triage Stage changed
I've run the test suite with Python 2.4 and this works fine. - 9:57 AM Ticket #14397 (Documentation - Missing ending quotation in logging documentation) closed by
- fixed: (In [13988]) Fixed #14397 -- Corrected some typos in the logging …
- 9:57 AM Changeset [57aeb54]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #14397 -- Corrected some typos in the logging configuration …
- 9:52 AM Ticket #14404 (Documentation - Typo in Logging section of Docs) closed by
- duplicate: Duplicate of #14397.
- 8:58 AM Ticket #13881 (Contrib apps - Sitemaps are broken by L10N) closed by
- duplicate: Duplicate of (fixed) #14164 #14181 targets broader issue of L10N …
- 8:30 AM Ticket #14406 (Core (Other) - Logging doesn't work under Python 2.4) updated by
-
Triage Stage changed
- 8:21 AM Ticket #14407 (contrib.admin - ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated ...) created by
-
ManyToManyRawIdWidget.value_from_datadict
can be simplified from: … - 8:17 AM Ticket #14406 (Core (Other) - Logging doesn't work under Python 2.4) created by
- As reported by Łukasz Rekucki on django-dev: I'm getting a whole …
- 7:41 AM Ticket #11441 (Documentation - Signal documentation should mention 'weak' parameter for connect) updated by
- airstrike (or anyone else), I need someone to peer review my patch. If …
- 7:34 AM Ticket #13118 (contrib.admin - Multiple(minimum 36) queries when opening user page in django admin) closed by
- duplicate: Sorry for the spam, it has been backported. My bad.
- 7:33 AM Ticket #13118 (contrib.admin - Multiple(minimum 36) queries when opening user page in django admin) updated by
- This problem does not exist on trunk since [13683]. It still exists on …
- 7:13 AM Ticket #14405 (contrib.auth - problem in login view) created by
- If we use Django default auth views, after a login in website we can …
- 7:10 AM Ticket #14130 (Core (Other) - Catching ImportError in manage.py considered dangerous) updated by
-
Has patch changed
Patch attached. - 6:38 AM Ticket #14402 (contrib.admin - help_text is not displayed for ManyToMany raw_id fields) updated by
- Replying to ramiro: > The attached fix involves moving the …
- 6:36 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by
- You are using int(umask, 0). This means that the interpretation will …
- 5:57 AM Ticket #14404 (Documentation - Typo in Logging section of Docs) created by
- There is a typo in the …
- 5:37 AM Ticket #11941 (Forms - FilteredMultipleSelect does not render help text) updated by
-
Cc changed
- 5:34 AM Ticket #14130 (Core (Other) - Catching ImportError in manage.py considered dangerous) updated by
-
Cc changed
- 4:57 AM Ticket #11441 (Documentation - Signal documentation should mention 'weak' parameter for connect) updated by
-
Keywords changed
- 4:54 AM Ticket #11441 (Documentation - Signal documentation should mention 'weak' parameter for connect) updated by
- +1 on documenting dispatch_uid! I'm willing to go as far as …
- 4:03 AM Ticket #13075 (Forms - BaseForm __init__ doesn't super and so breaks MI Mixins) updated by
- This is a bit harder than it looks at first sight. According to …
- 4:01 AM Ticket #10944 (contrib.sites - Site app should be able to make absolute URLs.) updated by
-
What's actually the good in the
{% site_url %}
tag? It seems like it … - 3:50 AM Ticket #12893 (contrib.admin - Pagination in admins changelist doesn't use queryset set by modeladmin) updated by
-
Has patch changed
I cannot reproduce this problem, neither on 1.2 nor on current trunk. … - 3:30 AM Ticket #12004 (contrib.admin - Registering abstract model with admin gives confusing / misleading error) updated by
-
Has patch changed
This patch changes admin.site.register to raise an … - 1:30 AM Ticket #14401 (Documentation - Add a contributing HOWTO page for new contributors) updated by
-
Triage Stage changed
Accepted on principle; the wiki page looks like a good start on a … - 12:38 AM Ticket #14174 (Internationalization - Support for string interpolation in lazy translation) updated by
- Hi! Let users decide. If they want to pass mutable which can later …
Oct 5, 2010:
- 11:36 PM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by
-
Cc changed
- 10:40 PM Ticket #14402 (contrib.admin - help_text is not displayed for ManyToMany raw_id fields) updated by
-
Has patch changed
The attached fix involves moving the "Hold down the Control … - 9:23 PM Ticket #7722 (Core (Mail) - EMail Message with CC - Carbon CopyFixed patch) updated by
-
Needs documentation, Patch needs improvement, Needs tests, Triage Stage changed
Good changes, doug. I modified the docs very slightly: … - 8:49 PM Ticket #11025 (contrib.auth - Ability to specify LOGIN_URL as full qualified absolute URL, ex: ...) updated by
-
Status, Patch needs improvement, Owner changed
This started as a small change to thasonic's code, then grew into a … - 7:00 PM Ticket #14402 (contrib.admin - help_text is not displayed for ManyToMany raw_id fields) updated by
-
Version, Triage Stage changed
Yes, not sure what the right solution is, but it should be possible to … - 6:45 PM Ticket #14403 (Documentation - Missing/incomplete documentation for FloatField?) created by
- http://docs.djangoproject.com/en/dev/ref/models/fields/#floatfield …
- 6:40 PM Ticket #14402 (contrib.admin - help_text is not displayed for ManyToMany raw_id fields) created by
- […] In …
- 6:37 PM Ticket #14401 (Documentation - Add a contributing HOWTO page for new contributors) created by
- There has been repeated talk of consolidating the "community wisdom" …
- 5:57 PM Ticket #11941 (Forms - FilteredMultipleSelect does not render help text) updated by
-
Has patch changed
- 5:56 PM Ticket #11941 (Forms - FilteredMultipleSelect does not render help text) updated by
-
The help text is not displayed because
SelectFilter2.js
removes all … - 4:56 PM Ticket #13914 (contrib.auth - Add natural keys to contrib.auth.User and Group models) updated by
- Agreed, needs tests and docs, but otherwise the patch seems fine to me.
- 4:51 PM Ticket #10944 (contrib.sites - Site app should be able to make absolute URLs.) updated by
-
Patch needs improvement changed
Two thoughts: 1. This method should be available on both Site and … - 4:43 PM Ticket #13749 (contrib.admin - Link from admin-site to site) updated by
-
Patch needs improvement changed
This should use the sites framework, and should be <h1><a>..</></h1> … - 4:39 PM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by
-
Needs tests, Has patch, Triage Stage changed
Patch for this issue using the radix parameter toint()
taht … - 3:54 PM Ticket #14391 (Core (Management commands) - update man django-admin.1 to include missing commands) updated by
-
Has patch changed
update django-admin man page to match django-admin.txt - 3:31 PM Tickets #8960,10235,10608,10909,13845,14377,14386 batch updated by
- (In [13987]) [1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, …
- 3:31 PM Changeset [12187bf]stable/1.2.x by
- [1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - …
- 3:27 PM Ticket #13092 (Testing framework - ContextList objects do not support "in" operator) updated by
- (In [13986]) [1.2.X] Fixed #13092 -- Added support for the "in" …
- 3:27 PM Changeset [c7ce5b8]stable/1.2.x by
- [1.2.X] Fixed #13092 -- Added support for the "in" operator when …
- 3:15 PM Ticket #13842 (Core (Other) - XViewMiddleware fails with django.contrib.syndication.views.Feed) updated by
-
Keywords, Milestone changed
- 3:14 PM Ticket #6735 (Generic views - Class-based generic views) updated by
- Current discussion: …
- 3:01 PM Ticket #11358 (Contrib apps - Flatpage sitemap shows all pages, even private pages) updated by
- I backported it now - [13985]
- 2:41 PM Changeset [cb00181]stable/1.2.x by
- [1.2.X] Fixed #11358: Don't include private flatpages in sitemap. …
- 2:32 PM Ticket #14389 (Template system - Future url replacement) updated by
- I thought about this, i think its a good idea. URLNode is easy we can …
- 1:41 PM Ticket #14389 (Template system - Future url replacement) updated by
- There's gotta be a way to do this with less copy-paste. Perhaps the …
- 1:39 PM Ticket #14400 (contrib.localflavor - Latvian localflavor) updated by
-
Triage Stage changed
- 1:39 PM Ticket #12812 (contrib.comments - Inheriting from comments breaks comment moderation) reopened by
- I think there's something up here. I've created a testcase that's as …
- 1:28 PM Ticket #14301 (Core (Mail) - django crashes on email address that passed validate_email() (utf8-tld)) updated by
- I added such test to regressiontests/mail.py and it worked fine.
- 1:07 PM Ticket #14399 (Uncategorized - Site's get_current() not thread safe?) closed by
- invalid: No, it appears to me to be fine. If something you get out of the …
- 12:48 PM Ticket #14400 (contrib.localflavor - Latvian localflavor) created by
- latvian local flavor, with identity code, postal code and phone number …
- 12:34 PM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by
- Replying to petteyg: > A user on IRC suggested use of …
- 12:09 PM Ticket #14399 (Uncategorized - Site's get_current() not thread safe?) created by
- Is the Site caching system thread safe? I don't think it is. The patch …
- 10:55 AM Ticket #9666 (Template system - ssi tag don't works with context variables) updated by
- #14389 is trying to introduce a from future concept for the url tag …
- 10:47 AM Ticket #14395 (Database layer (models, ORM) - Error message typo) updated by
-
Status, Owner changed
- 10:27 AM Ticket #14327 (Uncategorized - Custom Manager not honored in related queries) closed by
- duplicate: Duplicate of #3871
- 10:18 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) created by
- The umask option is converted to an int, instead of taken as typed. …
- 10:16 AM Ticket #5590 (Core (Serialization) - JSON encoding fails on Promise (result of gettext_lazy)) updated by
-
Cc, Triage Stage changed
- 10:11 AM Ticket #14397 (Documentation - Missing ending quotation in logging documentation) updated by
- There's also a missing comma on line 30: […] should become: […]
- 9:59 AM Ticket #14397 (Documentation - Missing ending quotation in logging documentation) created by
- The logging documentation contains a missing ending quotation mark in …
- 9:33 AM Ticket #14396 (contrib.admin - Admin generates a query burst on ForeignKey with null = True) updated by
-
Keywords changed
- 9:32 AM Ticket #14396 (contrib.admin - Admin generates a query burst on ForeignKey with null = True) created by
- When the The admin loads a list of objects to display the change list, …
- 9:28 AM Ticket #14395 (Database layer (models, ORM) - Error message typo) created by
- This seems to be a typo: "You must default a 'default' database" …
- 9:13 AM Ticket #14126 (Translations - blocktrans count is parsing incorrectly) closed by
- worksforme: Can't reproduce with attached test.
- 9:08 AM Ticket #11256 (Database layer (models, ORM) - Fail loudly and clearly when an Annotation alias matches a field name.) updated by
- New patch updates tests to apply post-doctest-removal, and modifies …
- 8:47 AM Ticket #14393 (contrib.admin - 'Add Another' link appears next to ForeignKey field when user has no ...) closed by
- fixed: Its fixed in the trunk, see this ticket #1035 and this changeset r13708
- 8:35 AM Ticket #14373 (Database layer (models, ORM) - annotate() will gladly delete your data) closed by
- duplicate: Closing this as duplicate of #11256. The possible data-loss aspect is …
- 8:32 AM Ticket #14394 (Database layer (models, ORM) - Assigning bad data to an m2m attribute should not clear existing data) created by
- If you assign something nonsensical to a many-to-many attribute on a …
- 8:29 AM Ticket #14393 (contrib.admin - 'Add Another' link appears next to ForeignKey field when user has no ...) updated by
-
Version, Milestone changed
- 8:28 AM Ticket #14393 (contrib.admin - 'Add Another' link appears next to ForeignKey field when user has no ...) created by
- When I have a model like this: […] and the user has no permission …
- 8:18 AM Ticket #11256 (Database layer (models, ORM) - Fail loudly and clearly when an Annotation alias matches a field name.) updated by
-
Milestone changed
#14373 reported this same issue, with the additional factor that under … - 7:43 AM Ticket #14312 (contrib.admin - list_editable causes 500s for ?p>maximum) updated by
-
Milestone, Has patch, Triage Stage changed
I see two possible approaches to fix this problem: 1. Return an … - 6:09 AM Ticket #14174 (Internationalization - Support for string interpolation in lazy translation) updated by
- You need to extend on your proposal a bit. What should happen in this …
- 6:05 AM Ticket #14169 (Template system - Improve TemplateSyntaxError for invalid block tags) updated by
- This is hard to do, next to impossible even with the current code …
- 5:34 AM Ticket #14045 (Internationalization - makemessage miss some gettext in javascript) closed by
- worksforme: I cannot reproduce this failure: […] Even if this would happen …
- 5:30 AM Ticket #14011 (Database layer (models, ORM) - QuerySet.none().values('x').query causes "DatabaseError: subquery has ...) updated by
-
Triage Stage changed
Here's a test for this issue. The failure is still present in trunk. - 5:11 AM Ticket #13999 (Template system - include tag should support compiled template.) closed by
- worksforme: Not enough information. Reopen if you have a better description of …
- 5:05 AM Ticket #14392 (Documentation - Inconsistency for "creating forms with models") created by
- on http://docs.djangoproject.com/en/1.2/topics/forms/modelforms/ …
- 4:43 AM Ticket #14387 (Database layer (models, ORM) - pre_save problem with inherrited model) updated by
-
Owner, Status changed
- 2:31 AM Ticket #2507 (Contrib apps - [patch] LDAPBackend in django/contrib/auth/backends.py) closed by
- wontfix: There's no reason this needs to exist in Django core. We added an …
- 2:20 AM Ticket #13559 (contrib.sites - Need a contextprocessor for current site) updated by
-
Cc changed
- 12:43 AM Ticket #3233 (Core (Management commands) - manage.py reset fails to handle valid sql file) closed by
- wontfix: As per #14268, we're deprecating sqlreset and family.
- 12:41 AM Ticket #14268 (Core (Management commands) - reset and sqlreset management commands should raise ...) updated by
-
Component, Description, Triage Stage changed
- 12:32 AM Ticket #2225 (Database layer (models, ORM) - 'manage.py sql ...' gets confused when using tables from separate apps) closed by
- fixed: I'm pretty sure this problem doesn't exist anymore.
Note:
See TracTimeline
for information about the timeline view.