Timeline
02/08/2014:
- 18:18 Ticket #21989 (AU locale has incorrect Day Of Week) created by
- The newly added AU locale sets FIRST_DAY_OF_WEEK to Monday. …
- 17:19 Ticket #21988 (reverse() shouldn't require kwargs for uniquely determined named groups) created by
- For DRY purposes, it can be useful to capture a known substring in an …
- 17:01 Changeset [f43e895]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replace _parse_content_type with cgi.parse_header
- 15:45 Ticket #19373 (Windows file locking requires pywin32) closed by
- fixed: In 6fe26bd3ee75a6d804ca3861181ad61b1cca45ea: […]
- 14:57 Ticket #20196 (Better support for folder uploads) closed by
- wontfix: I still believe an external app is the way to go, at least at first. …
- 14:55 Ticket #13663 (Foreign Key to table in another database fails) closed by
- wontfix
- 14:54 Ticket #13412 (Exposing multiple db in admin interface is limited) closed by
- needsinfo: This ticket doesn't contain an actionable proposal.
- 14:52 Changeset [6fe26bd3]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypes …
- 14:50 Ticket #8896 (Routing according also to hostname) closed by
- wontfix: This has been solved by external apps and I'm happy with that …
- 14:48 Ticket #11029 (Model mocking support) closed by
- needsinfo: This idea has been floating around for years. I'm not convinced it's …
- 14:47 Ticket #13543 (Enhancements to the Sitemaps Framework so it works better for large sites) closed by
- needsinfo: Almost four years later, this still needs a concrete and actionable …
- 14:41 Ticket #20549 (Refactor to take advantage of get_app_paths()) closed by
-
wontfix:
get_app_paths()
was deprecated during the app-loading refactor. This … - 14:12 Ticket #21841 (Add DatabaseFeature to disable schema migrations) closed by
- wontfix: Mailing-list discussion: …
- 14:08 Ticket #21795 (preserve_filter doesn't work when running a site with a url prefix) closed by
- needsinfo
- 14:02 Ticket #21959 (widthratio templatetag fails to handle NaN ratio) closed by
- fixed: In 07ae47f7f8b5d5f80238ea3018163cad12917852: […]
- 14:01 Changeset [07ae47f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21959 -- Handled Inf/NaN in widthratio tag. Thanks rmoe for …
- 12:27 Ticket #21987 (Allow Media objects to have their own MEDIA_TYPES) created by
- Currently, …
- 11:37 Ticket #21986 (The documentation provides no indication as to why you might want to ...) created by
- Indexing is not an inherently straightforward and intuitive concept. …
- 10:14 Ticket #21674 (django.utils.module_loading.import_by_path considered harmful) closed by
- fixed: In 5d263dee304fdaf95e18d2f0619d6925984a7f02: […]
- 10:12 Changeset [5d263de]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21674 -- Deprecated the import_by_path() function in favor of …
- 08:05 Changeset [a3e0d775]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Adding tests for check_migrations.
- 08:01 Changeset [0ac13ec]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove check_migrations from the runserver command and use the new …
- 07:21 Ticket #21051 (Move cookie settings from standalone values to dictionaries) closed by
- wontfix: The described limitations seem unlikely fixable with urrent …
- 07:20 Changeset [fcc21837]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed extra backquote in field docs
- 06:22 Changeset [b041850]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Allowed more easily subclassing of BlockNode tags.
- 06:17 Ticket #21237 (Add Australian English (en_AU) to locale conf) closed by
- fixed: In 114b70ccf8dcd7af86d5cd464d66aa7761400884: […]
- 06:12 Changeset [114b70cc]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21237 -- Added Australian English (en_AU) to locale conf Adds …
- 04:49 Changeset [6c5a30b4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added tests for LocalMemCache deadlocks. refs #20613 and refs #18541. …
- 04:46 Ticket #18541 (Infinite Lock With Caching Backend) closed by
- duplicate: Duplicate of #20613, I'll merge the test that's included in this PR …
- 04:09 Ticket #21417 (use TEMPLATE_STRING_IF_INVALID format string in blocktrans) closed by
- fixed: In 02add43568b694ef25afeae474b5b1da883826c6: […]
- 04:06 Changeset [02add435]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktrans …
- 04:00 Ticket #16192 (Make unique_together error messages in ModelForms customizable) closed by
- fixed: In 8847a0c601e4261823b1726b2db73eec2ac17940: […]
- 03:59 Changeset [8847a0c6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16192 -- Made unique error messages in ModelForm customizable. …
- 03:41 Ticket #21976 (Hidden field in TabularInline breaks table layout) closed by
- duplicate: Fixed in #18263 (will be in 1.7).
- 02:06 Ticket #21982 (Multiple dates in single date field) closed by
- invalid: This isn't a bug in Django, please see …
- 00:23 Ticket #21982 (Multiple dates in single date field) created by
- If there is only a single date field in which a user wants to add more …
02/07/2014:
- 20:57 Ticket #21981 (when I run this command ./manage.py syncdb I get the following errors. ...) closed by
- invalid: The ticket tracker isn't a place to find user support - it's a place …
- 20:25 Ticket #21981 (when I run this command ./manage.py syncdb I get the following errors. ...) created by
- (venv)Radhika:newhousingdjango radhikasrinivasan$ ./manage.py syncdb …
- 19:03 Ticket #21980 (Tutorial does not indicate what needs to be uncommented for admin site) closed by
- worksforme: Hi, thanks for the report. You are probably using the wrong version of …
- 18:55 Ticket #21980 (Tutorial does not indicate what needs to be uncommented for admin site) created by
- The tutorial doesn't mention the changes that have to be made to …
- 17:56 Ticket #21979 (Inconsistent test results for same test run twice) closed by
- worksforme: The documentation you need to read is the following: …
- 15:12 Ticket #21979 (Inconsistent test results for same test run twice) created by
- Please see this for a minimal project replicating the issue: …
- 14:46 Ticket #21978 (Add optional gunicorn support to runserver) created by
- gunicorn has added a [https://github.com/benoitc/gunicorn/pull/682 …
- 14:45 Ticket #20143 (Lazy loading of related fields does not work for non-loaded models) closed by
-
fixed: Django 1.7 requires you to run
django.setup()
when you don't go … - 14:34 Ticket #21977 (Deprecate SimpleTestCase.urls in favor of override_settings) created by
- As summarized by Aymeric in #21518: Clearly we'd better provide just …
- 14:30 Ticket #21518 (override_settings(ROOT_URLCONF) doesn't clear resolver cache) closed by
- fixed: In 65131911dba08dcc1451d71ae4d5101724d722f6: […]
- 14:29 Changeset [65131911]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the …
- 10:32 Ticket #21976 (Hidden field in TabularInline breaks table layout) created by
- Defining a hidden field in a ModelForm used within a TabularInline …
- 06:08 Ticket #21964 (ProcessFormView should pass **kwargs to get_context_data()) closed by
-
wontfix: The
self.kwargs
attribute is documented …
02/06/2014:
- 18:51 SummerOfCode2014 edited by
- Added myself to mentor list, and added another possible project. (diff)
- 17:30 Ticket #21969 (Dependent apps do not handle fixture data properly when migration) created by
-
I have
app_a
, andapp_b
.app_a
lists {{{ app_b … - 17:15 Ticket #21968 (Django doesn't detect initial migration when an app is a dependency) created by
- I have app A, and app B, neither of which have migrations defined (new …
- 15:54 Changeset [43510cf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x1.7a2 by
- Bumped version number for 1.7a2
- 15:53 Changeset [63d69837]stable/1.6.x by
- Bumped version number post-release.
- 15:38 Changeset [687b3d9]stable/1.6.x1.6.2 by
- Bump version number for 1.6.2.
- 15:34 Changeset [c58a98c]stable/1.6.x by
- Updated 1.6.2 release notes for release (and linkified tickets).
- 15:34 Changeset [84fb7b46]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated 1.6.2 release notes for release (and linkified tickets).
- 14:56 Ticket #21967 (ModelFormMixin have extra logic in get_form_kwargs that crash view) created by
- When view inherit FormView and ModelFormMixin, have correct form_class …
- 14:06 DjangoResources edited by
- (diff)
- 14:05 DjangoResources edited by
- Add lesscpy, a pure-Python LESS compiler (diff)
- 11:22 Ticket #21966 (Incorrect usage of constraint_checks_disabled in tests) created by
- If a backend implements enable/disable_constraint_checking …
- 10:25 SummerOfCode2014 edited by
- Added myself as coordinator and possible mentor. (diff)
- 04:59 Ticket #21964 (ProcessFormView should pass **kwargs to get_context_data()) created by
-
In the
ProcessFormView
class, keyword arguments to the view aren't … - 04:17 Ticket #17713 (allows_primary_key_0 is misnamed) closed by
- fixed: In d3cf6cfacfb828faad4f4f97c904e259304649b3: […]
- 04:16 Changeset [d3cf6cfa]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to …
- 03:46 Ticket #17005 (Add CurrentSiteMiddleware to set the current site on the request) closed by
- fixed: In b22d6c47a7e4c7ab26a8b7b033d11fa6743aae86: […]
- 03:45 Changeset [b22d6c47]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on …
- 03:34 Ticket #21963 (makemessages still ignores translations in templates with inline ...) created by
- This bug is claimed to be fixed in #19552, though it's not. Here's …
- 03:13 Ticket #21962 (Add a flag to ErrorDict.as_json() to escape html) created by
-
from Marc Tamlyn:
Some use cases for
ErrorDict.as_json()
are: * … - 03:02 Ticket #21731 (django.utils.text.javascript_quote does not escape "</" (without ...) closed by
- fixed: In c43c469a2e4633361f5dccf7dc7ce37054008d18: […]
- 03:02 Changeset [c43c469]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21731 -- Made javascript_quote escapes '</'.
- 01:43 Ticket #21961 (Add support for database-level cascading options) created by
- Per a discussion on -developers, this ticket is to document this …
- 00:30 Ticket #21960 (Typo in tutorial part 2) closed by
- invalid: Hi, It's actually correct: the quote was started on the first line …
- 00:21 Ticket #21960 (Typo in tutorial part 2) created by
- on https://docs.djangoproject.com/en/1.6/intro/tutorial02/: …
02/05/2014:
- 23:07 Ticket #21953 (Memory leak in 1.6.1 in DB manager) closed by
- invalid: Hey look I am really sorry to have wasted your time on this. Although …
- 18:30 Changeset [5f03b06]stable/1.6.x by
- [1.6.x] Added missing items to 1.6.2 release notes. Backport of …
- 18:30 Ticket #21959 (widthratio templatetag fails to handle NaN ratio) created by
- When value or max_value are float('inf') or float('nan') the ratio …
- 18:29 Changeset [b17c7556]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing items to 1.6.2 release notes.
- 17:30 Changeset [36f26034]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Extended the release notes for chainable Manager/QuerySet methods. …
- 16:58 Ticket #21957 (keys issues in filebased cache backend) closed by
- needsinfo: This sounds very odd. Django's file framework is just opening and …
- 16:56 Ticket #19552 (makemessages ignores translations in templates with inline comment tags) closed by
- fixed: As noted in the previous commit message: "Behavior of {% comment …
- 15:57 Ticket #21958 (Migrations fail on adding ForeignKey field to User model) created by
- It seems that migrations have problems with adding columns with …
- 15:26 Changeset [55d19d3]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed import which is now unused
- 14:55 Ticket #21882 (Early modification bug in Django 1.6. with mark_safe + ugettext_lazy) closed by
- fixed: As noted by the comment above, the regression was fixed by reverting …
- 14:46 Changeset [a77ec25]stable/1.6.x by
- [1.6.x] Added previous commit to 1.6.2 release notes. Backport of …
- 14:46 Changeset [2dd88f06]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added previous commit to 1.6.2 release notes.
- 14:32 Changeset [8864d24]stable/1.6.x by
- [1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be …
- 14:22 Changeset [a878bf9]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy" …
- 14:17 Changeset [a0fc7fa]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed ImportError when running contrib.gis tests without libgeos installed.
- 13:58 Changeset [f265c1e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed gendered examples in the docs.
- 13:58 Ticket #21952 (Deadlock while dispatching signals) closed by
- fixed: In c29d6f767691cceb9964c0d212e01281ac6721d3: […]
- 13:57 Changeset [297c009]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Simplified signal code. Refs #21952
- 13:57 Changeset [c29d6f76]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21952 -- signals deadlock due to locking + weakref interaction
- 11:57 Ticket #19947 (weakref'd signal receivers may cause deadlock when gc'd) closed by
- duplicate: I am marking this as duplicate of #21952, that ticket contains a patch …
- 11:15 DevelopersForHire edited by
- (diff)
- 09:56 Ticket #21956 (Inconsistent behaviour of Q objects) closed by
- wontfix: Per the documented …
- 08:39 Changeset [aea9faa1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix pep8 violation in migration template.
- 08:11 Ticket #21957 (keys issues in filebased cache backend) created by
- on my fedora 19 system with django version 1.6.1 final I have an error …
- 04:58 Ticket #21956 (Inconsistent behaviour of Q objects) created by
- Suppose we have a contact model with following definition: […] …
- 02:26 Ticket #21955 (Formset save_as_new=True causes "This QueryDict instance is immutable" ...) created by
- Basically if you post a properly setup inline formset with …
- 00:14 Ticket #21954 (1.7a1 - Migration syntax error) closed by
- invalid: Hi @caulagi, the problem is that you are not using a callable for the …
- 00:08 Ticket #21954 (1.7a1 - Migration syntax error) created by
- I am using the following (simplified) model that doesn't migrate using …
Note: See TracTimeline
for information about the timeline view.