Timeline
02/04/2012:
- 23:33 Ticket #17647 (Documentation Bug: override_settings() not in 1.30) closed by
- invalid: The documentation page you reference is not for 1.3, it's the …
- 22:26 Ticket #17648 (Allow `GenericForeignKey` to retreive/store proxy model content type.) created by
-
The actual
ContentTypeManager
'sget_for_model
andget_for_models
… - 21:27 Ticket #17647 (Documentation Bug: override_settings() not in 1.30) created by
- According to the documentation for Django 1.3 (confirmed Django 1.3 in …
- 16:57 Ticket #17645 (runserver: not serving static for localhost) closed by
- invalid: Actually, now that I think about it... there won't be an easy way of …
- 16:53 Ticket #17646 (Create a get_list_filter hook in ModelAdmin) created by
- This would be useful when for example the queryset is filtered based …
- 16:51 Ticket #17636 (InMemoryUploadedFile object has no attribute _committed) closed by
-
invalid: AFAIK, you should only use
SubfieldBase
if you're subclassing … - 16:31 Ticket #17645 (runserver: not serving static for localhost) created by
- runserver will only serve static files if STATIC_URL is relative. This …
- 16:12 Changeset [9b762d1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made a couple of idiomatic changes in makemessages. git-svn-id: …
- 16:12 Ticket #12583 (Postgresql backend uses implicit text casts for case insensitive operators) reopened by
- 15:44 Changeset [2894ec71]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed hard-coded root tree path in makemessages. git-svn-id: …
- 15:37 Ticket #17644 (Use namedtuples in Query.alias_map to make debugging easier) created by
- Debugging the SQL compiler is not an easy task, and having to keep …
- 15:04 Ticket #17165 (SelectDateWidget does not work correctly with has_changed()) closed by
- duplicate
- 15:02 Ticket #12583 (Postgresql backend uses implicit text casts for case insensitive operators) closed by
- fixed: This ticket can be closed because it is already implemented in: …
- 15:01 Ticket #17458 (Http404 untranslatable strings) closed by
- fixed: In [17447]: […]
- 15:01 Changeset [170e5d5f]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17458 -- Marked Http404 error messages for translation. Thanks, …
- 14:02 Changeset [a4f68c1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed undefined variable name in makemessages command code. …
- 14:02 Ticket #17643 (Misleading deprecation warnings raised by the cache_page decorator) created by
-
The
cache_page
decorator should be called in The One True Way, …
- 13:56 Ticket #8291 ("pk" alias doesn't work for Meta option "ordering") closed by
- fixed: In [17445]: […]
- 13:56 Changeset [d3154d18]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #8291 -- Allowed 'pk' to be used as an ordering option in …
- 13:43 Ticket #17642 (min_num on admin inline formsets) created by
- the min_num parameter should be supported in admin inlines
- 13:33 Ticket #17641 (HTMLParser has no interesting_cdata attribute with a Python version > 2.7.2) created by
- Our recent enhancements to the HTML content checking assertions in our …
- 12:59 Ticket #17376 (reverse() function does not work in the middleware) closed by
- worksforme: Cannot reproduce
- 12:46 Ticket #17640 (Exception message causes DeprecationWarning in test_utils) created by
- When running Django tests on Python 2.7 with -Wall, the tests in …
- 12:44 Ticket #17017 (Localization for en_GB is incorrect) closed by
- fixed: In [17444]: […]
- 12:44 Changeset [3db80c4c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17017 -- Updated British English date formats to follow common …
- 12:43 Ticket #17555 (LocaleMiddleware wrongly redirects paths without trailing slash) closed by
- fixed: In [17443]: […]
- 12:43 Changeset [ef4d84d1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17555 -- Added support for a missing trailing slash when …
- 12:43 Ticket #17639 (r17434 fixing #17594 is missing a with_statement import for python 2.5) closed by
- fixed: Looks like Julien was faster :)
- 12:27 Changeset [878cc62b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added with_statement import forgotten in r17434. Thanks to Julien for …
- 12:27 Ticket #17628 (makemessages command walks through directories that match ignore_patterns) closed by
- fixed: In [17441]: […]
- 12:27 Changeset [c606554]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17628 -- Extended makemessages command to also ignore …
- 12:27 Ticket #17625 (Management command docs should mention underscore prefix) closed by
- fixed: In [17440]: […]
- 12:27 Changeset [62dc16dc]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17625 -- Mention in the management command docs that modules …
- 12:27 Ticket #17602 (Django serializer does unnecessary db queries) closed by
- fixed: In [17439]: […]
- 12:27 Changeset [62efdcb]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17602 -- Stopped the XML serializer from doing unneeded …
- 12:26 Ticket #17597 (Word not marked for translation in contrib.comments form) closed by
- fixed: In [17438]: […]
- 12:26 Changeset [928f605]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17597 -- Marked a word for translation in the comments app's …
- 12:23 Ticket #17639 (r17434 fixing #17594 is missing a with_statement import for python 2.5) created by
- See …
- 11:59 Ticket #2688 (failed save() with postgresql sometimes doesn't throw error until next ...) closed by
- worksforme: I have tried to reproduce this bug by putting the value of time.time() …
- 10:48 Ticket #17638 (Link up topic guides with API reference) created by
- There is one thing bothering me with Django documentation: it's split …
- 10:30 Ticket #16501 (Add option to accept unicode characters in SlugField) reopened by
- Closed accidentally, sorry.
- 10:29 Ticket #16501 (Add option to accept unicode characters in SlugField) closed by
- fixed
- 10:06 Ticket #17527 (Better TypeError: m2m.add(wrong_type)) closed by
- fixed: In [17437]: […]
- 10:06 Changeset [2b0c1ea6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17527 -- Improved exception message when adding the wrong type …
- 10:05 Ticket #17542 (SelectDateWidget with required=false throws exception in _has_changed) closed by
- fixed: In [17436]: […]
- 10:05 Changeset [56d787df]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17542 -- Gracefully handle errors when checking if the values …
- 10:05 Ticket #17592 (urlize fails on this e-mail cambemoscow@.stream.ru) closed by
- fixed: In [17435]: […]
- 10:05 Changeset [e734477b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17592 -- Handle URLs starting with a dot when using urlize. …
- 10:05 Ticket #17594 (Tweak formset to remove extraneous query) closed by
- fixed: In [17434]: […]
- 10:05 Changeset [4d8a0f89]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17594 -- Stopped ModelFormset.save from running a SELECT query …
- 10:05 Ticket #17182 (Best Practice for forms.Form.clean) closed by
- fixed: In [17433]: […]
- 10:05 Changeset [52d72a5a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17182 -- Changed best practice documentation for Form.clean to …
- 09:27 DevelopersForHire edited by
- Added iKraft Software to the list in India (diff)
- 07:18 Ticket #17637 (Client side validation classes for forms) created by
- Having client side javascript validation for forms having common …
- 07:01 Ticket #17517 (Project/app layout template file extensions) closed by
- fixed: In [17432]: […]
- 07:01 Changeset [faeee611]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #17517 -- Added
--name
option to startproject and startapp … - 06:48 Ticket #17596 (Safestring in Admin Field Label quoted twice) closed by
- fixed: In [17431]: […]
- 06:48 Changeset [bb6921ce]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17596 -- Stopped the AdminField class from double quoting its …
- 06:48 Ticket #14184 (Validators not called on MultiValueField) closed by
- fixed: In [17430]: […]
- 06:48 Changeset [9c045d00]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14184 -- Enabled running the validators in MultiValueFields. …
- 06:48 Ticket #13914 (Add natural keys to contrib.auth.User and Group models) closed by
- fixed: In [17429]: […]
- 06:48 Changeset [954e3b4a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13914 -- Added natural keys to User and Group models in auth …
- 04:41 Ticket #16315 (FileSystemStorage.listdir returns names with unicode normalization ...) closed by
- needsinfo: Replying to anonymous: > This fails, MySQL gives me an …
- 04:19 Ticket #13342 (MultiValueField - incorrectly use 'required' attribute of ...) closed by
- wontfix: The best practice for "won't fix" tickets is what Russel said: "please …
02/03/2012:
- 22:42 Ticket #15237 (Django generated Atom/RSS feeds don't specify charset=utf8 in their ...) reopened by
- This fix only seems to have been applied to Atom feeds, and not RSS …
- 15:06 Ticket #17636 (InMemoryUploadedFile object has no attribute _committed) created by
- Uploading any image to the following custom field leads to exception: …
- 14:45 Changeset [6ecadcbd]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made a bunch more edits up until [17418] git-svn-id: …
- 14:16 Changeset [00227b6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited serialization.txt changes from [17355] git-svn-id: …
- 14:14 Changeset [20106af7]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited releases/1.4.txt changes from [17354] git-svn-id: …
- 14:13 Changeset [e2e3d4d]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited releases/1.4.txt changes from [17353] git-svn-id: …
- 11:57 Changeset [20dbbcc2]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Small fix to comments in utils/html.py from [17347] git-svn-id: …
- 11:54 Changeset [6bbc85c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited db/transactions.txt changes from [17341] git-svn-id: …
- 11:52 Changeset [f950a99a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited django-admin.txt changes from [17340] git-svn-id: …
- 11:51 Changeset [442ab47]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited deployment doc changes from [17338] git-svn-id: …
- 11:45 Changeset [ead8a869]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited models/options.txt changes from [17314] git-svn-id: …
- 10:48 Ticket #17635 (Missing ability to cast georaphy to geometry when using GeoDjango and ...) created by
- Looking at …
- 07:54 Ticket #17634 (MultiValueDict.appendlist is ineffective) created by
- Current MultiValueDict.appendlist implementation uses + operator in …
- 07:05 Ticket #17633 (Invalid IDNA domains in email addresses passed to urlize raises exception) closed by
- duplicate: Thanks for the report, but this is known and a fix is ready for …
- 05:35 Ticket #17633 (Invalid IDNA domains in email addresses passed to urlize raises exception) created by
- […] ie. Calls str.encode('idna') without a try-except block. …
- 03:23 DevelopersForHire edited by
- (diff)
- 03:01 Ticket #17632 (new filter for localflavor 'The Netherlands') created by
- I've created a small filter that can be used in the same way as …
02/02/2012:
- 17:35 Ticket #17631 (edge case: django.test.client should handle fields and files with the ...) created by
- problem: - want to upload file with very common name, e.g. 'somefield' …
- 16:21 Ticket #17585 (Not possible to filter authors that have books other than hardcover) closed by
- worksforme: Actually, I think it can: […] Or, at least I hope that is what you …
- 15:48 Ticket #17611 (django.contrib.gis raises exception on ./manage.py test) closed by
- invalid: I am going to close this ticket, as it seems this should be invalid …
- 12:06 Ticket #17630 (<p> tag not closed properly) closed by
- invalid: If you look closely, you'll see that it is closed on line 26.
- 12:04 Ticket #17630 (<p> tag not closed properly) created by
- In django.contrib.comments, the preview.html template has a <p> tag …
- 11:49 Ticket #17629 (forms.ChoiceField throws TypeError if label argument not provided) closed by
- invalid: This isn't a bug, the error you're seeing is probably {{{ "init …
- 11:46 Ticket #17629 (forms.ChoiceField throws TypeError if label argument not provided) created by
- {{{ GRID_TYPE_CHOICES = (("comparison", "Comparison"), ("gallery", …
- 11:03 Changeset [086697b2]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed loader_tags.py to import token_kwargs from the correct module …
- 06:59 Ticket #17628 (makemessages command walks through directories that match ignore_patterns) created by
- ./manage.py makemessages always walks through all directories in a …
- 06:35 SplitSettings edited by
- (diff)
- 06:13 CollaborateOnGithub edited by
- removed "unofficial" from github link, again. (diff)
- 06:12 CollaborateOnGithub edited by
- the github mirror is official (according to the github page). (diff)
- 05:07 SplitSettings edited by
- (diff)
02/01/2012:
- 22:44 Ticket #17481 (leading zeros are missing from result of pbkdf2) closed by
- fixed: In [17418]: […]
- 22:44 Changeset [1030d66a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17481. pbkdf2 hashes no longer ommit leading zeros. Some …
- 20:46 Ticket #17627 (contrib.admin.util is misnamed) created by
-
r17145 included a change which added
contrib.admin.util
. This module … - 15:36 Changeset [ccbadbc]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improved the fix of r17416 so it actually works on all platforms. Refs …
- 14:08 Ticket #17469 (`StartProject.test_custom_project_template_from_tarball_by_url` fails ...) closed by
- fixed: In [17416]: […]
- 14:08 Changeset [dcbd5ee]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17469 -- Prevented a double URL-to-filesystem path translation …
- 13:34 Ticket #17626 (Update FAQ for Py3k status) created by
- https://docs.djangoproject.com/en/1.3/faq/install/#can-i-use-django-wit …
- 13:32 Ticket #17624 (Transaction committed on user abort) closed by
- duplicate: This is a duplicate of #16682
- 13:31 Ticket #16682 (KeyboardInterrupt not handled properly in transaction aborting) reopened by
- I've been able to reproduce it with the following code (you can insert …
- 10:20 Ticket #17625 (Management command docs should mention underscore prefix) created by
- The documentation for custom management commands should mention how to …
- 06:57 Ticket #17621 (django.utils.translation.activate() issue) closed by
-
worksforme: This is exactly the reason why
ugettext_lazy
exists :) … - 05:28 Ticket #17624 (Transaction committed on user abort) created by
- If the user aborts execution of some code (e.g. with Control+C), any …
Note: See TracTimeline
for information about the timeline view.