Timeline
10/23/2007:
- 23:31 Ticket #4883 (URL reversing can't reverse URLs with plus sign) closed by
- duplicate: If we say we're going to close a ticket as part of another fix, then …
- 23:28 Ticket #4883 (URL reversing can't reverse URLs with plus sign) reopened by
- I am opening this ticket again because #2977 hasn't been changed in a …
- 20:16 Ticket #5811 (newforms UnicodeDecodeError when displaying ValidationError strings in ...) created by
- […] I'm getting the above error with the following code, when …
- 19:54 Ticket #5807 (bad link from http://www.djangobook.com/en/beta/chapter21/) closed by
- invalid: This isn't the bug tracker for the Django book. I don't where you can …
- 19:51 Ticket #5806 (Would like a callback on models.Field during SQL generation) closed by
- wontfix: The post_syncdb exists for purposes like this. Catch it for the models …
- 17:51 Ticket #5810 (Form subclass trying to override parent form field) created by
- If a form subclass tries to override a parent form's field definition, …
- 17:32 Ticket #5809 (UnicodeEncodeError when entering Unicode character in DecimalField) created by
- When you have a DecimalField and you enter a Unicode character like € …
- 17:01 DjangoResources edited by
- (diff)
- 16:14 Ticket #5808 (Cannot pickle the default filters) created by
- Reproduction code: from django import template t = …
- 14:11 Changeset [cb6ecfe9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Edited docs/django-admin.txt changes from [6400]. (I'm behind on …
- 14:00 Changeset [c599de2a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Added a BaseDatabaseOperations.last_executed_query() hook, which …
- 12:22 Ticket #5807 (bad link from http://www.djangobook.com/en/beta/chapter21/) created by
- bad link to http://www.djangoproject.com/r/books/apache-pra/ from …
- 10:47 Ticket #5806 (Would like a callback on models.Field during SQL generation) created by
- It would be useful if Fields had the opportunity to specify SQL code …
- 09:23 Ticket #5805 (Specify multicolumn indexes.) created by
- It would be good if we could specify multicolumn indexes to be created …
- 09:21 Ticket #5802 (Typo in docs: db_api.) closed by
- invalid: Doh! Didn't notice the filter/exclude difference.
- 09:13 Ticket #5803 (class variables versus instance variables for Form (in particular ...) closed by
- duplicate: Per note from submitter this was a mistaken re-post of #5800.
- 09:11 Ticket #5804 (URLField should be max_length 255 by default) closed by
- wontfix: In trunk, you can specify max_length to change the length. For that …
- 09:07 Ticket #5804 (URLField should be max_length 255 by default) created by
- Using 200 saves no space (at least on DB's I am familliar with (MySQL, …
- 09:04 GeoDjangoDatabaseAPI edited by
- clarified the examples (diff)
- 08:59 Ticket #5803 (class variables versus instance variables for Form (in particular ...) created by
- […] here instance a2 has same ChoiceField? data as a1. (i need to …
- 08:55 Ticket #5802 (Typo in docs: db_api.) created by
- In docs/db-api.txt, the example under Chaining filters has "gte" …
- 08:33 Ticket #5800 (could not have several forms instance in a single page without sharing ...) closed by
- duplicate: This has the same root problem as #5665. Trunk no longer exhibits …
- 08:12 Changeset [17301f2f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Removed a bunch of DOS line endings. Somehow I didn't convert this …
- 06:59 Ticket #5592 (HttpResponseRedirect dosen't work anymore with Squid Reverse Proxy) closed by
- invalid: So this is a configuration error on your side and the Squid error …
- 06:55 Ticket #5801 (GET parameters are ignored in redirect when user requests URL with GET ...) created by
- How to reproduce the error: * as anonymous user, request a page with …
- 06:46 DjangoScreencasts edited by
- (diff)
- 06:04 Ticket #5800 (could not have several forms instance in a single page without sharing ...) created by
- […] here instance a2 has same ChoiceField data as a1. (i need to …
- 05:35 Ticket #4926 (Ordering in admin listview ignores ordering in admin options) reopened by
- Unfortunately this did not solve the problem. Problem is that any …
10/22/2007:
- 21:26 GeoDjangoDatabaseAPI edited by
- Added missing last part of sentence about geometry input (diff)
- 21:00 Ticket #5799 (Spanish translation typo) created by
- [source:django/trunk/django/conf/locale/es/LC_MESSAGES/django.po@L1019# …
- 20:57 GeoDjangoExtras edited by
- Adding information about LayerMapping (diff)
- 20:36 GeoDjangoDatabaseAPI edited by
- Updated with Oracle & MySQL APIs, tried to clean up and give more examples. (diff)
- 17:31 Ticket #5798 (Missing translation string specifier in contrib.auth.forms) created by
- [source:django/trunk/django/contrib/auth/forms.py@L107#L107 …
- 17:04 Changeset [2c22f086]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 field to "def_date" from "date" in new tests from [6568] so we …
- 16:15 Ticket #5797 (decorator_from_middleware can cause middleware hooks to run out of ...) created by
- cache_page, gzip_page, and conditional_page all use …
- 16:01 Ticket #5796 (Make Q() return a boolean value based on it's length) created by
- The goal would be to allow you to do a boolean check on a Q() object …
- 14:04 Ticket #5795 (Error with version 6582 (and higher)) closed by
- invalid: Yes, the change log entry for that commit reads: […] And there …
- 13:53 Ticket #5795 (Error with version 6582 (and higher)) created by
- Until svn version 6581, my program is working very well. If I upgrade …
- 08:44 Ticket #3549 (Models that use GenericRelation generate multiple drop statements in ...) closed by
- duplicate: Duplicate of #3480
- 08:13 Changeset [003b3c1a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5794 -- Be more robust when rendering a DateTimeInput widget. …
- 08:13 Ticket #5794 ([patch] newforms DateTimeInput breaks form_for_model rendering) closed by
- fixed: (In [6594]) Fixed #5794 -- Be more robust when rendering a …
- 07:28 Ticket #5794 ([patch] newforms DateTimeInput breaks form_for_model rendering) created by
- Using revision 6593, I have the following problem when rendering forms …
- 06:41 Ticket #5793 (Allow custom attributes in Meta classes) created by
- In some cass it is useful to be able to store meta information on …
- 05:07 Ticket #5592 (HttpResponseRedirect dosen't work anymore with Squid Reverse Proxy) reopened by
- 04:54 DevelopersForHire edited by
- (diff)
- 04:53 Ticket #5792 (Problem on installation) closed by
- invalid: Please don't use the ticket system to ask support questions. Use the …
- 01:30 Ticket #5792 (Problem on installation) created by
- I have installed Python 2.5. And extract the Django on C Drive. When i …
10/21/2007:
- 19:52 Changeset [dbd1cb90]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5183 -- Added deepcopy, pop() and popitem() to SortedDict. …
- 19:52 Ticket #5183 (Fix SortedDict deepcopy Error) closed by
- fixed: (In [6593]) Fixed #5183 -- Added deepcopy, pop() and popitem() to …
- 19:00 Ticket #3499 (Add a "redirect_to" attribute (similar to status_code) to ...) closed by
- wontfix: I don't think this is worth it. Firstly, it's a core change just for …
- 18:52 Changeset [375a6d78]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #3496 -- Handle the case of missing (and hence '0') …
- 18:52 Ticket #3496 (WSGI handler dies on a form containing only empty checkboxes) closed by
- fixed: (In [6592]) Fixed #3496 -- Handle the case of missing (and hence '0') …
- 18:37 Ticket #3446 (use a standard utililty function for importing a module from a string) closed by
- wontfix: I don't think this will make anything clearer. Almost everywhere we …
- 18:27 Ticket #5663 (markdown 1.6b unicodedecodeerror) closed by
- wontfix: Okay, this is a bug in markdown-1.6b. I've …
- 18:20 Ticket #5791 (Conditional get decorator) created by
- A view decorator taking as a parameter a function calculating …
- 17:06 Changeset [0ffeb3a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 "django-admin.py --version" so that it doesn't print the version …
- 17:00 Ticket #5766 (Mixed up docs in django/contrib/comments/feeds.py) closed by
- fixed: It has been changed.
- 16:56 Ticket #5766 (Mixed up docs in django/contrib/comments/feeds.py) reopened by
- I don't care what string notation you use, not the least bit. Read …
- 16:53 Changeset [8e87587]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #3265 -- Made it a validation error to have field names with …
- 16:53 Ticket #3265 (queries for model fields with trailing underscores do not work) closed by
- fixed: (In [6590]) Fixed #3265 -- Made it a validation error to have field …
- 16:51 Ticket #1065 (Add a template tag that allows for partial caching of templates) closed by
- fixed: Well, if/when you can repeat the problem, please reopen the ticket …
- 15:04 Ticket #5766 (Mixed up docs in django/contrib/comments/feeds.py) closed by
- wontfix: I agree with Gary -- no need to change the functionality here. The …
- 14:53 Ticket #115 (Models CRUD via web services) closed by
- invalid: This has been a bit of a discussion, rather than any clear path …
- 14:39 Ticket #2416 (Auth should use primary key rather than 'id' when referencing user) closed by
- fixed: I'm going to claim that this is a non-bug. The first paragraph of …
- 14:19 Changeset [ef454b8a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 a bug in the db cache backend introduced in [6572]. …
- 14:10 Changeset [0a4e4d59]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Tweaked the caching docs to be consistent about the format for …
- 14:03 Ticket #5700 (make-messages.py truncate long "Language-Team:") closed by
- wontfix: That's done by msguniq. It's actually useful to have extra-long lines …
- 13:53 Ticket #5458 (Xml serializer - easier manipulation from Adobe Flex) closed by
- wontfix: This is too specialised for core (particularly the first part of the …
- 13:42 Ticket #3245 (setup.py error on windows when installing from a second level directory) closed by
- fixed: All the evidence here points to people using versions prior to [4912] …
- 13:35 Changeset [bab4fdc9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5560 -- Improved the way we create str and unicode …
- 13:35 Ticket #5560 (unicode lazy strings don't work on Jython) closed by
- fixed: (In [6587]) Fixed #5560 -- Improved the way we create str and …
- 13:26 Ticket #5664 (django.dispatch.saferef doesn't work on Jython) closed by
- fixed: (In [6586]) Fixed #5664 -- Added a Jython workaround for some …
- 13:26 Changeset [2adcb3f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5664 -- Added a Jython workaround for some assumptions in the …
- 13:15 Ticket #5712 (debug.py fails if python source contains wrong encoded strings) closed by
- fixed: (In [6585]) Fixed #5712 -- Added more robustness to source code …
- 13:15 Changeset [fcbde3cb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5712 -- Added more robustness to source code display in the …
- 12:52 Ticket #1065 (Add a template tag that allows for partial caching of templates) reopened by
- Can you please give an example of how to make it fail?
- 12:51 Changeset [a1496b0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5732 -- Catch all possible errors when importing a URLConf …
- 12:51 Ticket #5732 (urls.py import error) closed by
- fixed: (In [6584]) Fixed #5732 -- Catch all possible errors when importing a …
- 12:26 Ticket #4709 (TestCase don't respect LANGUAGE_CODE?) closed by
- fixed: (In [6583]) Modified the test harness to respect the LANGUAGE_CODE …
- 12:26 Changeset [3ec6568e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Modified the test harness to respect the LANGUAGE_CODE setting. Also …
- 12:15 BackwardsIncompatibleChanges edited by
- Removed _() from builtins. (diff)
- 12:14 Ticket #2920 (Putting _() into builtins causes trouble with doctests) closed by
- fixed: (In [6582]) Fixed #2920 -- Removed _() from builtins. This is …
- 12:14 Changeset [7ca70814]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #2920 -- Removed _() from builtins. This is backwards …
- 11:30 Ticket #5368 (allow .(dot) in slug fields) closed by
- wontfix: I think this is all a bit of a non-issue. Slug fields are for a …
- 11:24 Ticket #5587 (Sorting by ForeignKey) closed by
- invalid: Please ask support questions on the …
- 11:20 Changeset [5f51964b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 the location of language codes to match the project settings …
- 10:48 Changeset [6fbf653]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, …
- 10:48 Ticket #1065 (Add a template tag that allows for partial caching of templates) closed by
- fixed: (In [6580]) Fixed #1065 -- Added a "cache" template tag. Thanks, Ian …
- 10:38 Ticket #5790 (Add support for Cc: in django/core/mail.py) created by
- The attached patch adds support for Cc: in django/core/mail.py. Using …
- 10:36 DevelopersForHire edited by
- (diff)
- 10:34 DevelopersForHire edited by
- (diff)
- 10:32 DevelopersForHire edited by
- (diff)
- 09:57 Changeset [c64a6c98]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Removed unwanted import that snuck into [6578]. git-svn-id: …
- 09:50 Changeset [1671fc4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 the default form presentation of datetime values to not …
- 09:50 Tickets #4428,4487 batch updated by
- fixed: (In [6578]) Changed the default form presentation of datetime values …
- 09:50 Changeset [f5831b03]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- DateTimeField can now clean values that come from SplitDateTimeWidget. …
- 07:24 Changeset [d79c6a01]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5013 -- Corrected the documentation about which how further …
- 07:24 Ticket #5013 (Inaccurate middleware documentation for process_request and process_view) closed by
- fixed: (In [6576]) Fixed #5013 -- Corrected the documentation about which how …
- 07:14 Ticket #4943 (Cache middleware description) closed by
- fixed: Fixed in [6575], although I typed the wrong ticket number in the …
- 07:12 Changeset [4c358658]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4493 -- Noted that the LocaleMiddleware's placement w.r.t …
10/20/2007:
- 23:27 Ticket #5779 (If the layer.srs does not have a srid it should return None) closed by
- fixed: (In [6574]) gis: Fixed #5779, thanks tlp; added type checking to …
- 21:07 Ticket #5788 (settings.LANG_CODE explanatory link is now dead) closed by
- fixed: This was fixed in [5693] (and changed against in [6123]. What we …
- 19:52 Ticket #5773 (Typo in templatetag docs results in error after using docutils) closed by
- fixed: Fixed in [6539]
- 18:01 Ticket #5789 (Django LocaleMiddleware django_language should be _language) created by
- According to the Django book, all Django-reserved session keys begin …
- 17:31 Ticket #5788 (settings.LANG_CODE explanatory link is now dead) created by
- The default settings file includes these links as explanation of the …
- 15:39 Ticket #5787 (BCrypt password hashing support in Django) closed by
- duplicate: Feels like a more specific case of #5600; "add a specific algorithm" …
- 14:19 Ticket #5787 (BCrypt password hashing support in Django) created by
- About the bcrypt algorithm * The algorithm is designed to …
- 10:36 Ticket #5785 (Catalan and spanish translations updated) closed by
- fixed: (In [6573]) Fixed #5785 -- Updated Catalan and Spanish translations. …
- 10:36 Changeset [df644cb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5785 -- Updated Catalan and Spanish translations. Thanks, Marc …
- 10:16 Changeset [714c09b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4831 -- Added an "add" cache key method, for parity with …
- 10:16 Ticket #4831 (Adding "add" support to the cache API) closed by
- fixed: (In [6572]) Fixed #4831 -- Added an "add" cache key method, for parity …
- 10:01 Ticket #4123 (firstof template tag doesn't accept strings with spaces) closed by
- fixed: (In [6571]) Fixed #4123 -- Changed the firstof template tag to …
- 10:01 Changeset [b678601d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4123 -- Changed the firstof template tag to correctly handle a …
- 09:54 Changeset [8a3cf46]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from …
- 09:54 Ticket #3502 (Added "Time To Live" option to RSS2.1) closed by
- fixed: (In [6570]) Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. …
- 08:58 Ticket #5786 (Relax character restrictions on auth usernames) created by
- We have to use the auth module with legacy data and need to support …
- 08:40 Changeset [18e1f56a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5475 -- Added the Luhn check algorithm to …
- 08:40 Ticket #5475 ([patch] Luhn algorithm implementation should be added to Django) closed by
- fixed: (In [6569]) Fixed #5475 -- Added the Luhn check algorithm to …
- 08:34 Ticket #5785 (Catalan and spanish translations updated) created by
- Catalan and spanish translations updated. Most new translations are …
- 08:03 Ticket #1829 ([patch] Move comments app URLconf to django.contrib.comments.urls) closed by
- wontfix: Given our plan to replace contrib.comments prior to 1.0, I think it's …
- 08:01 Ticket #899 (Formfield doesn't display default value) closed by
- fixed: (In [6568]) Fixed #899 -- Use model field default values as formfield …
- 08:01 Changeset [f20b254]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #899 -- Use model field default values as formfield initial …
- 08:01 Changeset [b7687fae]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Added datetime.date to the things ignored by strings_only in [6406]. …
- 07:35 Changeset [d1efe9b2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4944 -- Added a note about Model.save() raising IntegrityError …
- 07:35 Ticket #4944 (It should be documented that "unique" raises an IntegrityError) closed by
- fixed: (In [6566]) Fixed #4944 -- Added a note about Model.save() raising …
- 07:29 Ticket #4982 ({% blocktrans %} does not escape % in text) closed by
- fixed: (In [6565]) Fixed #4982 -- Fixed handling of '%' symbols in …
- 07:29 Changeset [cc6139ab]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4982 -- Fixed handling of '%' symbols in 'blocktrans' blocks. …
- 07:22 Ticket #5104 (CheckboxInput should return False if not found) closed by
- fixed: [6563] contained the main code changes, but didn't seem to update this …
- 07:21 Changeset [3742e35]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 the new default value for BooleanFields, clarified the …
- 07:21 Changeset [e38d54e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 newforms.CheckboxInput widget to return False as its value …
- 06:05 Changeset [22ee6896]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Added a section to the template documentation to clarify the arbitrary …
- 06:05 Ticket #5125 (Add part about comparing values to templates documentation) closed by
- fixed: (In [6562]) Added a section to the template documentation to clarify …
- 05:54 Ticket #5236 (Provide stack trace information in sql debug entries) closed by
- wontfix: Thanks for taking the time to make the patch, but no thanks. Running …
- 05:47 Changeset [c858efe9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5512 -- Added a note about a common MySQLdb upgrade problem. …
- 05:47 Ticket #5512 (DB docs should mention the ImmutableSet issue for MySQLdb) closed by
- fixed: (In [6561]) Fixed #5512 -- Added a note about a common MySQLdb upgrade …
- 05:41 Changeset [233d76cf]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5601 -- Point out the existence of pep8.py for people wanting …
- 05:41 Ticket #5601 (The Coding Style section in Contributing Docs should mention PEP8 checkers) closed by
- fixed: (In [6560]) Fixed #5601 -- Point out the existence of pep8.py for …
- 05:37 Ticket #5637 (Python 2.5.1 users don't need to install sqlite neither pysqlite) closed by
- fixed: (In [6559]) Fixed #5637 -- Clarified that nothing extra is required …
- 05:37 Changeset [2f17153c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5637 -- Clarified that nothing extra is required when using …
- 05:13 Ticket #4729 (SessionWrapper.pop does not set modified flag) closed by
- fixed: (In [6558]) Fixed #4729 -- Restored functionality to the Session class …
- 05:12 Changeset [4c0d8d8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4729 -- Restored functionality to the Session class so that …
- 04:27 Ticket #4902 (Support for Czech characters in urlify.js) closed by
- fixed: (In [6557]) Fixed #4902 -- Added some missing Czech uppercase …
- 04:27 Changeset [4362d15]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4902 -- Added some missing Czech uppercase characters to …
- 04:24 Changeset [8db1184]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5200 -- Added some more functionality to the Polish …
- 04:24 Ticket #5200 (Polish PL Localflavor) closed by
- fixed: (In [6556]) Fixed #5200 -- Added some more functionality to the Polish …
- 04:16 Changeset [aac5555f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4036 -- Added Spanish localflavor. Thanks, …
- 04:16 Ticket #4036 (Spanish (es) localflavor) closed by
- fixed: (In [6555]) Fixed #4036 -- Added Spanish localflavor. Thanks, …
- 03:42 Ticket #3108 (Add Form.as_dl() to newforms) closed by
- wontfix: Please don't reopen tickets that have been wontfixed by a core …
- 03:38 Changeset [bece0317]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5734 -- Fixed an omission where we weren't passing the "safe" …
- 03:38 Ticket #5734 (utils.http.urlquote() ignores safe kwarg) closed by
- fixed: (In [6554]) Fixed #5734 -- Fixed an omission where we weren't passing …
- 03:32 Ticket #3108 (Add Form.as_dl() to newforms) reopened by
- please? this is much more usefull than as_p or as_ul
- 03:31 Ticket #5762 (APPEND_SLASH mishandles %23 in URL) closed by
- fixed: (In [6553]) Fixed #5762 -- Quoted the portions that make up the URL …
- 03:31 Changeset [5ef7c4c5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5762 -- Quoted the portions that make up the URL when appending …
- 03:15 Changeset [cb385214]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 the auth_backend tests in a cosmteic fashion so that they pass …
- 02:53 Ticket #5778 (Email subjects not encoded properly) closed by
- fixed: (In [6551]) Fixed #5778 -- Changed the way we detect if a string is …
- 02:53 Changeset [a0fdd7c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5778 -- Changed the way we detect if a string is non-ASCII when …
- 02:48 Ticket #5738 (django fails on defective unicode strings appearing in the url) closed by
- fixed: For some reason, the auto-closer didn't trigger. [6550] has the latest …
- 02:42 Changeset [f34935c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Slightly changed the way we handle non-UTF-8 encoded URIs (see …
- 02:04 Ticket #5592 (HttpResponseRedirect dosen't work anymore with Squid Reverse Proxy) closed by
- invalid: Yeah, we definitely need more information here. The change in [6164] …
- 02:01 Ticket #5562 (delete_cookie function in HttpResponse should set 'expires' to a time ...) closed by
- fixed: (In [6549]) Fixed #5562 -- Changed settings of Expires heading when …
- 02:01 Changeset [e60c26d5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #5562 -- Changed settings of Expires heading when expiring a …
- 01:50 Ticket #4969 (GZip middleware fails due to UnicodeDecodeError) closed by
- fixed: (In [6548]) Fixed #4969 -- Changed content retrieval in HttpResponse …
- 01:50 Changeset [570e8936]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4969 -- Changed content retrieval in HttpResponse to be more …
- 01:30 Changeset [aa32070]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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
- Added "new in development version" marker for [6545]. git-svn-id: …
- 00:58 Changeset [706659d2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 the way we handle HTTP headers internally so that they appear …
- 00:58 Ticket #2970 ([patch] HttpResponse should treat headers case-insensitively) closed by
- fixed: (In [6546]) Changed the way we handle HTTP headers internally so that …
- 00:13 Changeset [e172e7be]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/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 #4724 -- Added support for configurable session cookie paths. …
- 00:13 Ticket #4724 (Add SESSION_COOKIE_PATH setting.) closed by
- fixed: (In [6545]) Fixed #4724 -- Added support for configurable session …
Note: See TracTimeline
for information about the timeline view.