Timeline
03/27/2013:
- 20:56 Ticket #20151 (get_deleted_objects does not check permissions on proxy model objects ...) created by
- When deleting an object through django admin interface, only related …
- 17:06 Ticket #20150 (an error in model field in example on page ...) created by
- There's a little error in class Response - wrong model name for …
- 17:03 Changeset [bec25021]stable/1.5.x by
- [1.5.x] Correctly restore warning capture after logging tests. This …
- 17:01 Changeset [4befef91]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Correctly restore warning capture after logging tests. This is a fix …
- 13:40 Ticket #20016 (buffer buildin not supportet in jython) closed by
- fixed: In 35cab0f8e43c01a7d5ede4ebc96e5e8723a04338: […]
- 13:39 Changeset [35cab0f8]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20016: worked around Jython not having a buffer.
- 12:23 Ticket #20118 (Upgrade from Django 1.4 to 1.5 creates South migration) closed by
- needsinfo: This is technically an external problem, as South is not part of …
- 12:21 Changeset [9a41045b]stable/1.5.x by
- [1.5.x] Fixed logging-related test failure introduced by e79b857. …
- 12:20 Changeset [15c3906e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #968 from jacobian/fix-warning-log-regression …
- 12:05 Changeset [654d8e9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed logging-related test failure introduced by e79b857.
- 11:52 Changeset [87f4860]stable/1.5.x by
- [1.5.x] Fixed #20078: don't allow filtering on password in the user …
- 11:48 Ticket #20078 (Users with change-user permission in the admin can use filtering to ...) closed by
- fixed: In 9e462f810194800af30ea19a6fb8ac5697d839b4: […]
- 11:48 Changeset [95b88fd4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #967 from …
- 11:42 Ticket #20149 (Forgot password email not being correctly translated) created by
- Using the password_reset_email.html template in the …
- 11:24 Changeset [9e462f8]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20078: don't allow filtering on password in the user admin.
- 10:38 Ticket #20148 (Error 404 cause exception 500) created by
- Hi, With Django 1.5, when I set DEBUG = False and go to production …
- 10:37 Changeset [572a300e]stable/1.5.x by
- [1.5.x] Fixed #18985 -- ensure module level deprecations are displayed …
- 10:35 Ticket #18985 (DeprecationWarning no longer loud by default in Python 2.7+) closed by
- fixed: Fixed in [f6989e5].
- 10:35 Ticket #18985 (DeprecationWarning no longer loud by default in Python 2.7+) closed by
- fixed: In e79b857a07905340556f781a7d63016236b21c61: […]
- 10:34 Changeset [f6989e55]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge remote-tracking branch 'ptone/18985-fix'
- 07:37 Ticket #20147 (Provide an alternative to request.META for accessing HTTP headers) created by
-
From the docs:
>
HttpRequest.META
> A standard Python dictionary … - 06:46 Ticket #20146 (Incorrect documentation for "remove_tags" method in django.utils.html) created by
- This refers to the documentation for the "remove_tags" method on the …
- 05:22 Ticket #20145 (Use cdecimal for DecimalField if available) closed by
- wontfix: This isn't backwards compatible. The C version is not interoperable …
- 05:16 Ticket #20145 (Use cdecimal for DecimalField if available) created by
- cdecimal is a drop-in replacement for decimal.py offering far better …
- 03:35 Ticket #20144 (RSS multi-domains issue) created by
- If a site has more than one domains, the rss links should use the …
- 00:59 Changeset [6e67d76]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated bios of committers
03/26/2013:
- 17:19 Changeset [34a50e9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added regression test for custom SQL containing percents Refs #3485.
- 17:19 Ticket #3485 (Initial SQL fails when data contains a % in it when settings.DEBUG = True) closed by
- fixed: I think this issue has been fixed in the same time as #9055 …
- 17:07 Ticket #9079 (Label tag attributes) closed by
- wontfix: This is a convenience, but it doesn't allow you to do anything that …
- 16:15 Ticket #20143 (Lazy loading of related fields does not work for non-loaded models) created by
- There is a problem with the lazy loading mechanism of related fields. …
- 15:47 Ticket #20142 (Transaction methods are not re-enabled when fixture loading fails) created by
- When a test case fails to properly load a fixture (integrity error or …
- 14:36 Ticket #20141 (QuerySet filter should check type) closed by
- duplicate: Duplicate of #19669 and #16955.
- 14:26 Changeset [f2a0be6]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix a missing " character in the password documentation
- 14:26 Ticket #20141 (QuerySet filter should check type) created by
- When I'm filtering on ForeignKey, I can use an instance of any model …
- 14:18 Ticket #20140 (core/validators.py treats string as integer an throws TypeError) closed by
- invalid: max_length="255" -> max_length=255
- 12:51 Ticket #20140 (core/validators.py treats string as integer an throws TypeError) created by
- Implement django.contrib.gis.admin Run your Project with Django $ …
- 12:32 Changeset [41af26dd]stable/1.4.x by
- Merge pull request #962 from dstufft/document-bcrypt-truncation-1.4.x …
- 12:32 Changeset [456d6c15]stable/1.5.x by
- Merge pull request #961 from dstufft/document-bcrypt-truncation-1.5.x …
- 12:31 Ticket #20138 (BCrypt effectively limits password length.) closed by
- fixed: In 25f2acfed0fc110f88abbfffb5c5c62a76670db0: […]
- 12:31 Changeset [c1d4af6]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #958 from dstufft/prehash-bcrypt Fixed #20138 -- …
- 12:29 Changeset [33c4abb7]stable/1.5.x by
- Document password truncation with BCryptPasswordHasher
- 12:28 Changeset [843034a8]stable/1.4.x by
- Document password truncation with BCryptPasswordHasher
- 12:27 Changeset [70559150]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add Donald Stufft to the AUTHORS file
- 12:26 Changeset [25f2acfe]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20138 -- Added BCryptSHA256PasswordHasher …
- 12:04 Ticket #20139 (Please add a line about ALLOWED_HOSTS requirement in tutorial) created by
-
Summary: Since 1.5 one needs to set the
ALLOWED_HOSTS
to … - 11:07 Ticket #10293 (Show Unicode representations next to ManyToMany raw_id_field) closed by
- duplicate: Closing as dup of #7028.
- 09:29 Ticket #20138 (BCrypt effectively limits password length.) created by
- Bcrypt effectively truncates the password if it goes over a certain …
- 08:05 Changeset [207117a]stable/1.5.x by
- [1.5.x] Fixed #20091 -- Oracle null promotion for empty strings …
- 08:02 Ticket #20091 (outer join regression over nullable foreign keys) closed by
- fixed: In e17fa9e877e84e93b699c2bd13ea48dbbb86e451: […]
- 07:19 Changeset [e17fa9e8]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20091 -- Oracle null promotion for empty strings
- 03:05 Ticket #20137 (django.core.exceptions.ImproperlyConfigured) closed by
- invalid: Sorry, but the ticket system is not a support channel. (see …
03/25/2013:
- 23:33 Ticket #20137 (django.core.exceptions.ImproperlyConfigured) created by
- When i tired getting pyes this error has come , please let me know how …
- 22:47 Ticket #20121 (LogEntry.get_admin_url uses a hard-coded path format.) closed by
- fixed: In a4b8a4b632dbb6d9fed1a8654aed99a9c53560d4: […]
- 22:45 Changeset [a4b8a4b6]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path. …
- 21:50 DjangoJobs edited by
- Added IDC Projects job post (diff)
- 19:56 Changeset [ccf8d811]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed docs reST warning.
- 15:56 Ticket #20136 (Recommend note identifying that post_save signals will be fired on loaddata) created by
- On: …
- 15:38 Changeset [066bf426]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed forced typecasting of help_text/label Field arguments In any …
- 14:25 Ticket #20135 (Add JsonHttpResponse) closed by
- duplicate: Duplicate of #17942.
- 14:16 Ticket #20135 (Add JsonHttpResponse) created by
- Would be nice to make a kind of response to serialize the data with …
- 13:58 Ticket #20134 (UserManager documentation doesn't mention that it depends on date_joined) created by
- The documentation at …
- 12:53 Ticket #20133 (Admin: Add deletion summary) created by
- Here's a first version of a patch that adds a short `modelname => …
- 07:19 Changeset [a05042f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Docs: Remove ambiguity. The docs to the LANGUAGES setting were using …
- 04:43 Ticket #20132 (QuerySets still return the model that was requested is wrong/not clear ...) created by
- In the documentation on models it reads […] QuerySets still return …
- 03:39 Ticket #4120 (some admin Javascript cleanups) closed by
- fixed: In d9b12ecbe62aa7c9fb0f913e7eefc21662f8e21b: […]
- 03:38 Changeset [d9b12ec]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved removeChildren to core.js The function removeChildren is a …
- 03:32 Changeset [0a9ea56]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved cancelEventPropagation into core.js The cancelEventPropagation …
- 03:32 Changeset [d5824ef]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed quickElement from calendar.js The function quickElement in …
- 02:56 Ticket #20131 (Killed error by django 1.5) closed by
- invalid: Trac is not a customer service tool - it's a way for us to log known …
- 02:31 Ticket #20131 (Killed error by django 1.5) created by
- Hi all, Please help me out I am using MYSQL database but when i query …
- 02:30 Ticket #20130 (cache tag doesn't resolve fragment name) created by
- All arguments passed to the CacheNode are run through …
- 00:06 Changeset [e79b857]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18985 -- ensure module level deprecations are displayed Also …
03/24/2013:
- 23:08 Ticket #20117 (Flatpages test failure in a project with language different to 'en') closed by
- fixed: In 6985f0c09bdf87509a1ca3c98f7ba45a7a9dbc0c: […]
- 23:08 Changeset [151938d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #946 from matiasb/minor-flatpage-translation-fix …
- 18:18 Ticket #20129 (Storing a related queryset in attribute clears session) created by
- Hi, I don't know if I am missing something important, but I have a …
- 17:55 DevelopersForHire edited by
- (diff)
- 17:54 DevelopersForHire edited by
- (diff)
- 17:47 DevelopersForHire edited by
- (diff)
- 17:47 DevelopersForHire edited by
- (diff)
- 17:40 Ticket #20128 (csrfmiddleware sometimes raises IOError via _load_post_and_files) created by
- Hi, according the recently closed #12250, process_view middleware is …
- 16:20 Ticket #20127 (Unify subquery generation in the ORM) created by
- There are some different ways for doing subqueries in the ORM …
- 16:12 Ticket #19390 (NameError in models throws ambiguous message when running syncdb) closed by
- fixed: Imo this was fixed with [6a91b638423d].
- 15:56 Changeset [9c4882b3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed Oracle specific failures in multicolumn joins Refs #19385
- 15:27 Ticket #19541 (Reversing URLs in response middleware or streamed responses won't use ...) closed by
- fixed: In 521765f63d724f0a1becb614530170f5d00fc6a9: […]
- 15:27 Changeset [24234555]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #885 from loic/ticket19541 Fixed #19541 -- Fixed …
- 15:19 Changeset [521765f6]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response …
- 13:59 Changeset [0e0eb8a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed field.rel.field_name handling This is a regression fix to …
- 13:53 Ticket #20120 (If DEBUG mode is True and ALLOWED_HOSTS is empty you should get a ...) closed by
-
wontfix: And then you add localhost to
ALLOWED_HOSTS
to silence the warning, … - 13:20 Ticket #16227 (Include traceback in a comment when hitting an exception in debug mode) closed by
- wontfix: I think we don't need a feature like this, with the LOGGING framework …
- 13:10 Ticket #14057 (Expose an interface for custom-escaping template content) closed by
- wontfix: I agree with Aymeric. I also think that the escaping system should …
- 13:08 Ticket #19117 (Database and memcached connections break after fork.) closed by
- wontfix: I agree with Aymeric.
- 12:55 Changeset [5e2bb122]stable/1.5.x by
- [1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs. …
- 12:55 Changeset [014638a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #951 from yohanboniface/set_signed_cookie Fixed …
- 12:51 Ticket #20124 (Warnings when building the docs) closed by
- fixed: In 6073091b77458da34c74c313b1395b4214874db1: […]
- 12:49 Changeset [6073091]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20124 - Fixed doc warnings.
- 12:31 Changeset [f02c6c27]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Goodbye, Malcolm.
- 12:00 Changeset [9572a39]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Python 2.6 compatibility for #19385
- 11:40 Changeset [9777442]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19385 again, now with real code changes The commit of …
- 11:39 Ticket #19385 (Add support for multiple-column join) closed by
- fixed: This got fixed in [266de5f9ae9e9f2fbfaec3b7e4b5fb9941967801]. I did …
- 11:12 Changeset [c5b2414]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookie
- 11:08 Changeset [266de5f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed 19385 -- Added ORM support for multicolumn joins This patch …
- 09:34 Ticket #12250 (process_view middleware prevents process_exception handling) closed by
- wontfix: Overall, the current design of the request handler assumes that …
- 09:27 Changeset [bc35b952]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failures introduced in e16c48e001.
- 09:07 Ticket #17489 (Errors low in the stack provide unhelpful text.) closed by
- wontfix
- 08:37 Ticket #8968 (No way to utilize `next` parameter to redirect after comment deletion) closed by
- wontfix
- 08:36 Ticket #20126 (Move XViewMiddleware to django.contrib.admindocs.middleware) created by
- This middleware is written for by admindocs, and I don't think it has …
- 08:30 Changeset [e12aad2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added changes missing from previous commit. Sorry.
- 08:20 Ticket #10206 (admin/auth/user/* templates should be in django.contrib.auth app) closed by
- wontfix: admin requires auth; "the auth app is not installed" isn't really …
- 08:18 Ticket #20125 (get_language_from_request() - inconsistent use of fallback language) created by
- To set language code …
- 08:14 Ticket #10214 (Add 'internal' option to SEND_BROKEN_LINK_EMAILS) closed by
- duplicate: Since my last comment, I split out this feature in its own middleware, …
- 08:00 Ticket #8927 (Make Request proxy the WSGI environ) closed by
- wontfix: Django's WSGI support has improved a lot since this ticket was filed, …
- 07:52 Ticket #20124 (Warnings when building the docs) created by
- Nothing too bad, but we should fix them. […]
- 07:51 Ticket #15124 (BooleanField should not use False as default (unless provided)) closed by
- fixed: In e16c48e001ccd06830bb0bfd1d20e22ec30fce59: […]
- 07:47 Changeset [e16c48e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15124 -- Changed the default for BooleanField. Thanks to the …
- 07:19 Ticket #20123 (Non-existing email error should not be displayed on password_reset) closed by
- duplicate: Duplicate of #19758 which was fixed a month ago.
- 07:13 Changeset [ae417dd4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added release notes for 4b31a6a9. Thanks Florian for reporting this …
- 07:03 Ticket #20123 (Non-existing email error should not be displayed on password_reset) created by
- Due to security reasons the error message "That email address doesn't …
- 05:23 Ticket #17550 (WSGI request to /subdir/subdir returns the index page) closed by
- fixed: In f5dbb566ee07bf3328015c70574b832052b4ebb7: […]
- 04:57 Changeset [f5dbb566]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17550 -- Removed a workaround for a bug in flup 1.0.1. This …
- 04:05 Ticket #20122 (Pluralize filter sometimes returns singular form instead of an empty ...) created by
- Filters are documented to return either their input unchanged, or the …
- 03:56 Ticket #16723 (Pluralize filter shouldn't pluralize decimal/float values between 1 and 2) closed by
- invalid: Re-reading the original report and the first comment closely, they …
- 03:18 Ticket #19811 (KeyError: u"Unknown language code 'en-us'.") closed by
- fixed: It looks like patch was superseded by …
- 03:10 Ticket #15039 (The current download link redirection breaks wget making Linux ...) closed by
- wontfix: I thought this would be trivial to fix, but in fact it isn't, because …
- 00:40 DevelopersForHire edited by
- projects (diff)
Note: See TracTimeline
for information about the timeline view.