Timeline
10/26/2009:
- 23:17 Ticket #7931 (Debug mode causes template includes to be parsed regardless of if tags) closed by
-
invalid: The change in behavior is reliant on
settings.TEMPLATE_DEBUG
(which … - 21:41 Ticket #9356 (CSRFMiddleware should take session key from request.session) closed by
- invalid: CsrfMiddleware no longer depends on the session, so this isn't valid …
- 20:10 Changeset [2ddf1364]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added 'version added' info to CSRF_* settings. git-svn-id: …
- 19:49 Changeset [c2ffe94d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed unused import. git-svn-id: …
- 19:43 Changeset [64b4ab1]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Use decorator syntax for csrf_exempt example. git-svn-id: …
- 19:39 Version1.2Features edited by
- (diff)
- 19:38 Ticket #10996 (CSRF documentation doesn't note login CSRF vulnerability) closed by
- fixed: (In [11662]) [1.1.X] Fixed #10996 - documented login CSRF …
- 19:38 Changeset [97ee7a3b]stable/1.1.x by
- [1.1.X] Fixed #10996 - documented login CSRF vulnerabilities in the …
- 19:36 Changeset [7230a995]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved contrib.csrf.* to core code. There is stub code for backwards …
- 19:07 Ticket #5272 (Password reset form resets passwords for all users sharing an email address) closed by
- fixed: I don't understand why this needs to be fixed, now that #7723 has been …
- 18:34 Version1.2Features edited by
- (diff)
- 18:33 Ticket #9977 (CSRFMiddleware needs template tag) closed by
- fixed: Fixed in r11660.
- 18:23 Changeset [8e70cef9]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9977 - CsrfMiddleware gets template tag added, session …
- 18:21 DjangoPoweredSites edited by
- (diff)
- 17:12 Version1.2Features edited by
- ORM-01 - "to" misspelled. Changed to "too". (diff)
- 16:59 Ticket #12092 (grammatical error on http://docs.djangoproject.com/en/dev/intro/install/) created by
- The warning box near the end of the page starts with "If do either of …
- 16:12 YUI-Django-AutoComplete edited by
- spelling. Also, this sentence is awkward (diff)
- 12:42 Ticket #12091 (Support for WSGI applications within Django) created by
- With the attached patch, it will be possible to run WSGI applications …
- 11:19 Ticket #12090 (Show admin actions on the edit pages too) created by
- Currently the workflow for comment moderation might look like this …
- 10:31 Changeset [d2b6f6c]stable/1.1.x by
- [1.1.X] Fixed #11961: Corrected a few typos in docs/testing.txt. …
- 10:15 Changeset [88ec9d9]stable/1.1.x by
- [1.1.X] Block new features and fixes from svnmerge to 1.1.X branch. …
- 10:12 Ticket #12089 (test client fails to collect sub-contexts) created by
- If a main template renders a sub-template with a modified or newly …
- 10:04 Ticket #11371 (Unable to put non-MULTIPART_CONTENT data in method django.test.Client.put()) closed by
-
fixed: (In [11657]) [1.1.X] Fixed #11371: Made
django.test.Client.put()
… - 10:04 Changeset [bf33627c]stable/1.1.x by
-
[1.1.X] Fixed #11371: Made
django.test.Client.put()
work for … - 10:02 Changeset [d1da261]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #11371: Made
django.test.Client.put()
work for non-form-data … - 10:01 Ticket #12088 (Make the test Client class variable in TransactionTestCase) created by
-
I have a subclass of Django's
TransactionTestCase
, and I would also … - 08:43 Ticket #12087 (Django "TransactionTestCase" isn't) created by
- The Django TransactionTestCase fails to roll back the current database …
- 08:04 Ticket #12086 (Make QuerySet.delete() return the number of deleted objects) created by
- This should be only be the number of objects deleted from the primary …
- 07:21 Ticket #12085 (Links to FKs in Admin (proposal)) created by
- I frequently miss the admin ability to automatically link to …
- 05:41 ForumAppsComparison edited by
- (diff)
- 04:15 Ticket #12084 (Document the return type of QuerySet.update()) created by
- [http://docs.djangoproject.com/en/dev/topics/db/queries/#updating-multi …
- 04:09 DjangoPoweredSites edited by
- SPAM? Not on my watch. (diff)
- 02:48 Ticket #12083 (technical_404_response should handle KeyError because 'tried' key ...) reopened by
- I've attached diff file with test case and patch included. Failing …
- 02:16 DjangoPoweredSites edited by
- (diff)
- 02:07 DjangoPoweredSites edited by
- SPAM? Not on my watch. (diff)
- 00:46 Fixtures edited by
- Spam cleanup (diff)
- 00:17 Fixtures edited by
- (diff)
- 00:17 Fixtures edited by
- (diff)
10/25/2009:
- 23:35 Distributions edited by
- (diff)
- 23:28 Distributions edited by
- (diff)
- 23:27 Distributions edited by
- (diff)
- 22:14 Version1.2Features edited by
- (diff)
- 18:54 DjangoPoweredSites edited by
- (diff)
- 18:52 Ticket #12083 (technical_404_response should handle KeyError because 'tried' key ...) closed by
- worksforme: As a matter of principle, I'm marking this worksforme. The most …
- 17:54 Ticket #12080 (Decorator used, without the decorator syntax) closed by
- invalid: Decorator syntax is not a requirement, and doesn't work with Python < …
- 17:18 Ticket #12083 (technical_404_response should handle KeyError because 'tried' key ...) created by
- django/views.py->technical_404_response expects key 'tried' to …
- 15:31 Ticket #12082 (Inclusion of new auth tests force Sites framework requirement) created by
- After upgrading to 1.1.1 I noticed that the inclusion of auth tests …
- 15:09 Changeset [e32b042d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Polish translation updated git-svn-id: …
- 13:05 Ticket #12081 (My project is not detecting the geodjango application) closed by
-
worksforme: Did you follow the installation directions? Did you put
'world'
in … - 12:31 Ticket #12081 (My project is not detecting the geodjango application) created by
- Hello .. I want to have google maps in my application, so i created a …
- 12:03 Ticket #12080 (Decorator used, without the decorator syntax) created by
- under …
- 11:32 Ticket #12079 (queryset.exists() doesn’t work correctly) closed by
- fixed: (In [11654]) Fixed #12079: Changed has_results to get a single result, …
- 11:32 Changeset [c54b8ec2]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12079: Changed has_results to get a single result, thus …
- 06:43 Ticket #12079 (queryset.exists() doesn’t work correctly) created by
- I don't understand is it normal? […] The exists() should return …
- 05:01 DjangoPoweredSites edited by
- SPAM? Not on my watch. (diff)
10/24/2009:
- 19:36 Ticket #10819 (Do not limit input data in multipartparser by content-length (in parse())) closed by
- wontfix: Given what Graham said, I'm marking this wontfix -- there's nothing we …
- 19:35 Ticket #10727 (Exception Raised: TypeError: Initialization arguments are not supported) closed by
- wontfix: After 1.1 we're no longer supporting Python 2.3, so this is wontfix.
- 19:32 Ticket #9589 (development server stops on SyntaxError or other Exceptions) closed by
- wontfix: I agree with Malcolm, so I'm marking this wontfix.
- 16:11 Ticket #11885 ('Using the built-in reference' section makes unjustified assumption) closed by
- duplicate: duplicate of #11884
- 13:43 SessionMessages edited by
- adding link to code (diff)
- 13:17 Version1.2Features edited by
- (diff)
- 09:12 Changeset [0ed09c8a]stable/1.1.x by
- [1.1.X] Fixed small error in deprecation policy. Backport of r11652 …
- 09:10 Changeset [92090253]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed small error in deprecation policy. git-svn-id: …
- 06:27 Changeset [1f0266b]stable/1.1.x by
- [1.1.X] Fixed #9163 - CsrfMiddleware needs to reset ETag header …
- 05:45 Changeset [a02a6fab]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9163 - CsrfMiddleware needs to reset ETag header Thanks to …
- 05:45 Ticket #9163 (CsrfMiddleware needs to reset ETag header) closed by
- fixed: (In [11650]) Fixed #9163 - CsrfMiddleware needs to reset ETag header …
- 05:17 Changeset [84dac3aa]stable/1.1.x by
- [1.1.X] Fixed #12067 - check_dependencies in contrib.admin.sites not …
- 05:13 Changeset [c44fdf6a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12067 - check_dependencies in contrib.admin.sites not triggered …
- 05:13 Ticket #12067 (check_dependencies in contrib.admin.sites not triggered using new ...) closed by
- fixed: (In [11648]) Fixed #12067 - check_dependencies in contrib.admin.sites …
10/23/2009:
- 21:13 Ticket #12078 (ValidationError(s) from specific fields not rendered on admin ...) created by
- == Description == On the admin change form, ValidationErrors raised …
- 19:58 SessionMessages edited by
- (diff)
- 19:57 Version1.2Features edited by
- (diff)
- 19:37 Changeset [2b2f92ae]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a bug in r11646 - refs #11402 The one line of code not covered …
- 19:31 Version1.2Features edited by
- (diff)
- 19:28 Ticket #11402 (exists() method on QuerySets) closed by
-
fixed: (In [11646]) Fixed #11402: added a
QuerySet.exists()
method. Thanks, … - 19:28 Changeset [b79702b]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #11402: added a
QuerySet.exists()
method. Thanks, Alex Gaynor. … - 19:23 Changeset [9f70783]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a couple of test-ordering-dependant failures introduced in …
- 17:08 Version1.2Features edited by
- (diff)
- 16:01 Ticket #12076 (Admin template view using change_list.html doesn't provide "request" ...) closed by
- wontfix: It doesn't need to. Like the other admin views, it renders templates …
- 15:48 Changeset [b06d1be7]stable/1.1.x by
- [1.1.X] Moved _get_foreign_key call after testing for fk_name fixing a …
- 15:47 Changeset [0d1177a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved _get_foreign_key call after testing for fk_name fixing a broken …
- 15:29 Version1.2Features edited by
- I want #494 and logging. (diff)
- 14:52 Changeset [fa6ca072]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Clarified faq/install w.r.t. the various Python versions available. …
- 14:43 Changeset [7770c700]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a silly typo left over from removing Python 2.3 references. …
- 14:30 Version1.2Features edited by
- (diff)
- 14:30 Changeset [70986649]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed mentions of Python 2.3 support from the docs -- Django 1.2 …
- 14:22 Ticket #11625 (Comment moderation through admin actions) closed by
- fixed: (In [11639]) Fixed #11625: added comment moderation via admin actions. …
- 14:22 Changeset [8be1bb22]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11625: added comment moderation via admin actions. This is …
- 11:55 Version1.2Features edited by
- (diff)
- 11:50 Version1.2Features edited by
- (diff)
- 11:50 Version1.2Features edited by
- moving Contrib-02 to Medium Priority per LP's +1 vote (diff)
- 11:49 Version1.2Features edited by
- (diff)
- 11:31 Version1.2Features edited by
- Associate a ticket with it's item. (diff)
- 11:27 Version1.2Features edited by
- Added myself to one more item. (diff)
- 11:27 Version1.2Features edited by
- (diff)
- 11:25 Version1.2Features edited by
- Fix a ticket number. Thanks to James Tauber for pointing it out. (diff)
- 11:24 Version1.2Features edited by
- (diff)
- 11:16 Version1.2Roadmap edited by
- (diff)
- 11:14 Version1.2Features edited by
- (diff)
- 11:14 Version1.2Features edited by
- (diff)
- 11:13 Version1.2Features edited by
- (diff)
- 11:10 Version1.2Features edited by
- Drafted high/med/low priority for 1.2. (diff)
- 09:18 CollaborateOnGithub edited by
- added a bunch of "unofficial" notes (diff)
- 08:27 Ticket #12077 (admin should remember filter and sorting settings in session) closed by
- duplicate: Duplicate of #6903. Please search before filing a new ticket.
- 08:26 Ticket #12077 (admin should remember filter and sorting settings in session) created by
- currently such customizations are stored in GET parameteres, when you …
- 06:58 DevelopersForHire edited by
- (diff)
- 06:37 DevelopersForHire edited by
- (diff)
- 03:54 DjangoPoweredSites edited by
- (diff)
- 03:33 DjangoPoweredSites edited by
- SPAM? Not on my watch. (diff)
Note: See TracTimeline
for information about the timeline view.