Timeline
06/29/2011:
- 17:56 Ticket #16378 (locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.) created by
- Currently the locmem cache backend does not specify a pickle protocol, …
- 17:41 Ticket #16377 ("Conditionally disabling actions" documentation needs updating) created by
- The docs in question are: …
- 14:39 Ticket #16376 (Support for database links) created by
- Currently, Oracle with Django do not support database links (see …
- 13:55 Ticket #16375 (PEP 0263 for generated project and apps) created by
- Hi, I have recently been working with a developer who does not …
- 11:40 Changeset [a441032e]stable/1.3.x by
- [1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. …
- 11:39 Ticket #16374 (ExceptionReporter may re-evaluate error-causing queryset, leading to a ...) created by
-
I'm using PostgreSQL and the
TransactionMiddleware
, and I'm … - 11:37 Ticket #16373 (Django admin templates trigger a DeprecationWarning) created by
- During test runs of my app with Django 1.3 installed, I get this: …
- 10:12 Changeset [89e0e8b6]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 our SimpleCookie overriding and use to be compatible with a …
- 09:03 Ticket #16372 (TransactionTestCase doesn't count skipped cases in test result.) created by
- In r16369 return was added for test cases decorated with …
- 08:52 Ticket #16232 (Modifiable attribues on GeoAdmin class documentation are exact ...) closed by
- fixed: In [16484]: […]
- 08:52 Changeset [b8f0346c]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 #16232 -- Corrected typo in geographic admin reference. Thanks, …
- 08:19 Ticket #16371 (model fieldname as css class in admin edit view) created by
- The Django admin adds the field name as a css class to the div element …
- 08:11 DjangoBrasil edited by
- (diff)
- 06:49 Ticket #16370 (All ManyToMany field get a default message which is not overridable) created by
- All ManyToManyFields get a default message in the help_text, which is …
- 06:34 Ticket #16369 (Remove a misleading comment from the signing documentation) created by
- Issue #16285 improved the wording in the signing docstring but the …
- 05:39 UsingTheMailingList edited by
- minor changes (diff)
- 04:40 Ticket #16368 (Custom sites model overridden by contrib.sites.model.Site) created by
- We have a custom 'sites framework' implementation that basically …
- 03:39 DjangoOnWindowsWithIISAndSQLServer edited by
- link to article about alternative way added (diff)
06/28/2011:
- 22:55 Ticket #16367 (Exceptions thrown by middleware.process_response don't get to ...) created by
- If I have a custom exception handler, implemented as a middleware …
- 19:05 Ticket #15626 (Cache middleware doesnt work with pages contain google analytics script) closed by
- duplicate: This is a duplicate of ticket #9249.
- 19:04 Ticket #15626 (Cache middleware doesnt work with pages contain google analytics script) reopened by
- 12:25 Ticket #16366 (contrib.auth.tests.context_processors.AuthContextProcessorTests.test_se ...) created by
-
AuthContextProcessorTests.test_session_not_accessed()
tests whether … - 10:10 DjangoJobs edited by
- (diff)
- 10:08 DjangoJobs edited by
- (diff)
- 10:03 Ticket #16365 (Simplify imports in localflavor tests) closed by
- duplicate: Hmm.... I originally thought that these would be two different issues …
- 09:51 Ticket #8995 (Add support for https to sitemaps) reopened by
- Let's decide this ticket is only about HTTPS URLs in sitemaps …
- 09:34 Ticket #16365 (Simplify imports in localflavor tests) created by
- The locaflavor tests could do with a little cleanup, in particular to …
- 09:21 Ticket #10938 (add inlines into fieldsets) reopened by
- Reopened as per …
- 09:04 Changeset [230dab85]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 stale import from auth tests. Thanks, Ramiro. git-svn-id: …
- 08:46 Ticket #16364 (Missing tests for #14731) created by
- I tried fixing the tests that were added in r14891 later in r16400 but …
- 08:42 Changeset [f4aa3983]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
- Reverted parts of r14891 and r16400 due to inherent brokenness of …
- 07:45 Ticket #8995 (Add support for https to sitemaps) closed by
- wontfix: Sorry, don't have time to spend on this one now. After three years, …
- 05:45 Changeset [6fe2a8bb]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
- Updated the base translation file of localflavor. git-svn-id: …
- 05:44 Ticket #15813 (STATES_NORMALIZED dict for India does not include all states) closed by
- fixed: In [16480]: […]
- 05:44 Changeset [940aed10]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 #15813 -- Updated Indian localflavor to use correct state …
- 05:17 Ticket #15785 (HttpRequest.read(NUM_BYTES) can read beyond the end of wsgi.input ...) closed by
- fixed: In [16479]: […]
- 05:17 Changeset [a6cd7866]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 #15785 -- Stopped HttpRequest.read() from reading beyond the end …
- 05:17 Ticket #16363 (Wrong unittests for create_user with no email address) closed by
- fixed: In [16478]: […]
- 05:17 Changeset [0278947]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 #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk. …
- 05:17 Ticket #12761 (Paraguayan local flavor) closed by
- fixed: In [16477]: […]
- 05:17 Changeset [f801e2c1]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 #12761 -- Added Paraguayan local flavor. Thanks, dschulz and …
- 05:17 Ticket #16175 (Use TemplateResponse in django.contrib.sitemaps) closed by
- fixed: In [16476]: […]
- 05:17 Changeset [54552ee]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 #16175 -- Modified the sitemaps views to return TemplateResponse …
- 05:16 Ticket #12347 (Adds support to urllist.txt in django.contrib.sitemaps) closed by
- fixed: In [16475]: […]
- 05:16 Changeset [60f0421]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 #12347 -- Added a mimetype option to sitemaps views to further …
- 05:16 Tickets #10907,14190,15829 batch updated by
- fixed: In [16474]: […]
- 05:16 Changeset [3fe0c69]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 #10907, #14190 and #15829 -- Pass item to sitemaps template to …
- 05:16 Ticket #5535 (.get() should allow myforeignkey_id lookups) closed by
- fixed: In [16473]: […]
- 05:16 Changeset [dbffffa]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 #5535 -- Allow using an explicit foreign key in get() calls. …
- 04:28 Ticket #16363 (Wrong unittests for create_user with no email address) created by
- See https://code.djangoproject.com/changeset/16472#file1 I suggest a …
- 03:57 Ticket #13908 (contrib.sitemaps.view.index doesn't work in more than one location) closed by
- duplicate
06/27/2011:
- 23:29 Changeset [f54135f]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
- Make the email parameter of User.objects.create_user optional. …
- 22:38 Ticket #16362 (Ignore, rather than disallow, negative lookahead assertions) created by
-
At present,
django.utils.regexhelper.normalize()
is defined and … - 18:21 Ticket #16361 (IGNORABLE_404 functionality should respect APPEND_SLASH setting) created by
- I was originally going to file this against IGNORABLE_404_ENDS, but it …
- 18:08 Ticket #16359 (Listen to click events from "Add another" admin inline link should be ...) closed by
- duplicate: This is a duplicate of #15760, which also has a patch.
- 14:21 Ticket #16316 (Error with GenericRelation applied to a subclass) closed by
- duplicate: Duplicate of #9899 (GenericRelation of a childmodel can't be used in …
- 11:19 Ticket #16360 (Add a standard entrypoint for WSGI to project template) created by
- As discussed at DjangoCon Europe and EuroPython, this is about adding …
- 10:11 Ticket #16359 (Listen to click events from "Add another" admin inline link should be ...) created by
- When creating custom fields for django admin inlines, it is handy to …
- 06:49 DjangoFriendlyWebHosts edited by
- (diff)
- 06:48 UsingTheMailingList edited by
- Added some filler and some prelim ideas for this topic. (diff)
- 04:00 Ticket #16354 (Small typo in signing docs) closed by
- fixed: In [16471]: […]
- 04:00 Changeset [d400ff4f]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 #16354 -- Fixed typo in signing docstring. Thanks, charettes. …
- 03:07 Ticket #16358 (cached_db session with memcached forgets big values) created by
- Considering memcached's 1MB limit, putting a value larger than 1MB …
- 01:54 Ticket #16357 (Navigation buttons in Docs footer would be helpful) created by
- The Django documentation only provides next/previous buttons in the …
- 01:16 Ticket #9415 (QuerySet.order_by() should be chainable) closed by
- wontfix: Please don't reopen a ticket closed by a core developer. If you want …
- 01:09 Ticket #16356 (Relationships in Django does not allow CASCADE delete) closed by
- invalid: I urge you to read Django's documentation to understand how Django …
- 00:32 Ticket #9415 (QuerySet.order_by() should be chainable) reopened by
- I'd run into the same problem without an easy solution ...I pass …
06/26/2011:
- 23:33 UsingTheMailingList edited by
- (diff)
- 22:32 Changeset [0e27c492]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
- More accurate documentation for how the urlize template works. Refs …
- 21:55 Ticket #16356 (Relationships in Django does not allow CASCADE delete) created by
- Hello! I've been through this ticket alert that Django relationships …
- 20:19 Ticket #16355 (TemplateSyntaxError raised by do_block do not allow using doublicate block) created by
- This ticket is related to changeset: …
- 19:05 Ticket #16354 (Small typo in signing docs) created by
- separatad sounds a bit spanish.
- 16:50 Ticket #16352 (Simultaneous user work with django.contrib.admin) closed by
- duplicate: This was in fact already reported in #11313. See also #11652 for a …
- 16:35 Ticket #16353 (With multi-databases, if django.contrib.sites.models.Site is not ...) created by
- Here are the detailed steps to reproduce (in a fresh checkout): …
- 16:29 Changeset [d8ef686e]stable/1.3.x by
- [1.3.X] Fixed #16297 -- make_list documentation error regarding …
- 16:27 Ticket #16297 (unexpected behavior with make_list filter) closed by
- fixed: In [16468]: […]
- 16:27 Changeset [bda5ed57]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 #16297 -- make_list documentation error regarding integers. …
- 15:46 Ticket #16315 (FileSystemStorage.listdir returns names with unicode normalization ...) closed by
- needsinfo: At this point, we don't have enough information to assess if this is a …
- 15:17 Ticket #16348 ({%with%} variable values not available in {%include%}'ed templates) closed by
- invalid: You don't appear to be describing a bug in Django — or if you are, I …
- 14:22 Changeset [20dc647b]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 a typo, and added an
future
import to the new signed …
- 13:55 Ticket #16352 (Simultaneous user work with django.contrib.admin) created by
- […] Error occur when few user work with the same editable list: * …
- 12:27 Ticket #16347 (settings.DEFAULT_EXCEPTION_REPORTER_FILTER - default value is not set) closed by
- worksforme: I'm sorry, but I don't understand your report. …
- 12:24 DjangoPoweredSites edited by
- (diff)
- 12:12 Ticket #16351 (djangoproject home page says Django started 4 years ago) closed by
- fixed
- 12:00 Ticket #16199 (Create a secure cookie-based session backend) closed by
- fixed: In [16466]: […]
- 12:00 Changeset [c817f2f]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 #16199 -- Added a Cookie based session backend. Many thanks to …
- 11:52 Ticket #16344 (Wrong render example in docs) closed by
- fixed: In [16465]: […]
- 11:52 Changeset [bc56c76a]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 #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev. …
- 11:52 Ticket #16343 (Reference to docs on how to run tests in README is out of date) closed by
- fixed: In [16464]: […]
- 11:52 Changeset [df2d9bb3]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 #16343 -- Fixed path to the file that explains how to run the …
- 11:52 Ticket #16169 (Tutorial 2 with error in mysite/urls.py content) closed by
- fixed: In [16463]: […]
- 11:52 Changeset [8882c55]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 #16169 -- Updated tutorial to match the current project …
- 11:52 Ticket #15669 (Include app label in admin validation messages) closed by
- fixed: In [16462]: […]
- 11:52 Changeset [e0139910]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 #15669 -- Included app label in admin validation messages. …
- 11:52 Ticket #16230 (ErrorDict does not escape error messages) closed by
- fixed: In [16461]: […]
- 11:52 Changeset [b9eb94e7]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 #16230 -- Correctly escape errors message passed to ErrorDict. …
- 11:52 Ticket #16209 (Add alternative repositories to 'Installing the development version' ...) closed by
- fixed: In [16460]: […]
- 11:52 Changeset [b4bd6bb7]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 #16209 -- Added notes about the DVCS mirrors to the install …
- 11:52 Ticket #16272 (Date-related widgets still have format attribute set on class) closed by
- fixed: In [16459]: […]
- 11:52 Changeset [8c2099ae]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 #16272 -- Removed stale format class attributes of date-related …
- 11:52 Ticket #16285 (Remove a misleading comment from the signing code) closed by
- fixed: In [16458]: […]
- 11:52 Changeset [32ea128]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 #16285 -- Removed a misleading comment from the signing code, …
- 11:51 Ticket #16322 (Some mobile Accept-Language headers are not parsed) closed by
- fixed: In [16457]: […]
- 11:51 Changeset [352b7ff]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 #16322 -- Fixed Accept-Language parsing to allow spaces around …
- 11:51 Tickets #14390,16262 batch updated by
- fixed: In [16456]: […]
- 11:51 Changeset [4a103389]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 #14390 and #16262 -- Moved password related functions from auth …
- 11:51 Ticket #14674 (ResetPasswordForm doesn't consider unusable_password setting) closed by
- fixed: In [16455]: […]
- 11:51 Changeset [2619dc8]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 #14674 -- Prevent user accounts with an unusable password from …
- 11:51 Ticket #15266 ("login_required" for "password_change_done" like "password_change") closed by
- fixed: In [16454]: […]
- 11:51 Changeset [821d8aa]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 #15266 -- Applied login_required decorator to …
- 11:51 Ticket #13969 (auth module should use longer salt for hashing) closed by
- fixed: In [16453]: […]
- 11:51 Changeset [650739ef]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 #13969 -- Extended length of salt used when setting the …
- 11:39 Ticket #16351 (djangoproject home page says Django started 4 years ago) created by
- Home page says: "Developed four years ago by a fast-moving online-news …
- 07:40 Ticket #16350 (Admin messages should be capitalized to work well in other languages) created by
- Admin's messagelist items should be capitalized. When using the pt-br …
- 06:59 Ticket #16349 (Wrong date input format for Brazilian localization) created by
- 06:40 Ticket #16348 ({%with%} variable values not available in {%include%}'ed templates) created by
- I have the following scenario. (Django version: 1.2.3). Template A …
- 05:53 Ticket #16332 (add an i18n_url tag) reopened by
- Uhm this ticket isn't about translating URLs, it's just about …
- 05:38 Ticket #16347 (settings.DEFAULT_EXCEPTION_REPORTER_FILTER - default value is not set) created by
- According to documentation ( …
- 05:04 Ticket #16332 (add an i18n_url tag) closed by
- wontfix: I'm not sure translating URLs is a good idea. How do you match the …
- 04:43 Ticket #16333 (RegexURLResolver can get urlpatters list defined by set_urlconf, but ...) closed by
-
wontfix: I may be missing something, but why not use the
urls
option … - 03:35 Ticket #16346 (Hide additional fields in comment form when user is authenticated.) created by
- I was using the django comments framework, but i realized that it is …
- 02:03 Ticket #16345 (INTERNAL_IPS has issues with IPv6, IPv4) created by
- This may be something that merely needs documenation. I was having …
Note: See TracTimeline
for information about the timeline view.