Timeline
03/20/2012:
- 22:35 Ticket #17944 (Unable to access to User record in the admin if the user has a ...) created by
- If the user has a unmanageable password (ie no hashers found) …
- 21:51 Ticket #17934 (RuntimeWarning: DateTimeField received a naive datetime) reopened by
- I used virtualenvwrapper==3.1 $mkvirtualenv mysite $workon …
- 19:22 SummerOfCode2012 edited by
- Corrected bullet point level (diff)
- 18:17 SummerOfCode2012 edited by
- Added an extra idea about the validation project, and added myself to … (diff)
- 16:34 Ticket #17943 (Too many open file descriptors while using memcache) created by
- Hi all, I am using Django 1.3.1 with memcached server under Linux …
- 16:04 Changeset [86f9ab2]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 in my previous commit. Apologies. git-svn-id: …
- 15:51 Ticket #17940 (RuntimeWarning when running the test suite on a new project) closed by
- fixed: In [17770]: […]
- 15:51 Changeset [ed27ae07]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 #17940 -- Enforced USE_TZ = False in contrib apps tests that use …
- 15:17 Ticket #17941 (Value request.META["HTTP_HOST"] was lost) closed by
- invalid: The Host header is mandatory in HTTP 1.1 …
- 14:23 Ticket #17942 (JSONResponse class for API responses) created by
- To make APIs, many developers have created their own JSONResponse …
- 12:52 Ticket #17941 (Value request.META["HTTP_HOST"] was lost) created by
- I found problem - I hope, that is a bug. I don't know how, but …
- 12:41 Ticket #17940 (RuntimeWarning when running the test suite on a new project) created by
- (reported on IRC) […] (reported in the comments of …
- 12:04 AutoEscaping edited by
- better link to autoescape in documentation (diff)
- 11:20 Ticket #17304 (Document conditions under which a namespace package may or may not be ...) reopened by
- Technically, this is a bug in Django; Python modules are not required …
- 08:18 Ticket #6378 (Capture arbitrary output as a template variable) reopened by
- 05:42 Ticket #17939 (Staticfiles overwriting files incorrectly) closed by
- duplicate: Running 1.3.1 at the moment. Looks like it is a duplicate, I was …
- 04:47 Ticket #17939 (Staticfiles overwriting files incorrectly) created by
-
I believe there's an issue with the way
collectstatic
operates …
03/19/2012:
- 16:18 SchemaEvolutionDesign edited by
- (diff)
- 16:02 Changeset [163c8de]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 an indentation issue in GeoDjango installation docs. …
- 15:44 Ticket #17893 (GIS installation docs do not cover Ubuntu 11.10) closed by
- fixed: In [17768]: […]
- 15:44 Changeset [6afc1d1a]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 #17893 -- Added GeoDjango installation instructions for Ubuntu …
- 14:39 Ticket #17928 (Tests with import time dependency on DB fail) closed by
- wontfix: Marking wontfix, as this is a backwards-incompatible change without …
- 12:46 Ticket #17938 (Transient failure of regressiontests.servers.tests.LiveServerDatabase ...) created by
- When running the entire test suite against oracle xe 10g, the …
- 12:29 Ticket #17937 (timeuntil doesn't work with datetime.date objects) created by
- It seems a bug exists in several django.utils.timezone methods, …
- 09:32 Ticket #17936 (SimpleListFilter redirects to ?e=1) created by
- I try create custom admin filter. example in django …
- 09:03 Ticket #17935 (Media and Static files docs) created by
- Old: […] New: […]
- 08:36 Ticket #17934 (RuntimeWarning: DateTimeField received a naive datetime) closed by
- needsinfo: Lots of things happen when you run migrate -- for instance, …
- 08:11 Ticket #17934 (RuntimeWarning: DateTimeField received a naive datetime) created by
- /Users/*/.virtualenvs/*/lib/python2.7/site-packages/django/db/models/fi …
- 07:52 Ticket #17932 (Test suite fails to run under Oracle) closed by
- fixed: In [17767]: […]
- 07:52 Changeset [358c5a1c]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 #17932 -- Tweaked the admin_changelist tests because Oracle …
- 04:18 Ticket #17928 (Tests with import time dependency on DB fail) reopened by
- Replying to carljm: > Do you have a legitimate use case …
- 00:01 Ticket #17933 ("Writing documentation" needs link to check out documentation) created by
- "Contributing to Django" …
03/18/2012:
- 21:42 DevelopersForHire edited by
- (diff)
- 15:58 Ticket #17931 (set_cookie timezone naive vs aware) closed by
- fixed: In [17766]: […]
- 15:58 Changeset [c8e2f759]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 #17931 -- Accepted aware datetimes to set cookies expiry dates. …
- 13:32 Ticket #17932 (Test suite fails to run under Oracle) created by
- For some reason I don't quite understand, starting with r17635, the …
- 11:27 Ticket #17931 (set_cookie timezone naive vs aware) created by
- I appear to be unable to set a cookie when using the following in my …
- 10:31 Ticket #17930 (Error in Queryset with operator | (union queryset) + slice) created by
- […] […] When using the union of querysets to slice it …
- 07:08 Ticket #17901 (django/trunk/django/contrib/admin/locale/ru/LC_MESSAGES/django.po) closed by
- fixed: I confirm it's fixed in transifex.
03/17/2012:
- 22:00 Ticket #17928 (Tests with import time dependency on DB fail) closed by
- needsinfo: Do you have a legitimate use case for an import-time database query? …
- 21:26 Ticket #17929 (Tutorial improvements for "Choice", "choice", and "choice": ...) created by
- Choice, choice, and choice are kinda ambiguous to the new tutorial …
- 19:41 Ticket #17928 (Tests with import time dependency on DB fail) created by
- If a test has an import time dependency on a database table, the test …
- 17:31 Ticket #16138 (ModelForm's 'initial' attribute unexpectedly persists across different ...) closed by
- fixed: In [17765]: […]
- 17:31 Changeset [c7cc4cfb]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 #16138 -- Made FormMixin get_initial return a copy of the …
- 17:13 Ticket #17926 (XMLField removed in 1.4 but still documented) closed by
- fixed: In [17764]: […]
- 17:13 Changeset [f13328f]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 #17926 -- Removed mention of XMLField in docs (missing deletion …
- 17:10 Ticket #17927 (Initial values support for BaseGenericInlineFormSet) created by
- Fix for ticket #14574 (Initial values support for inline model …
- 16:49 Ticket #17926 (XMLField removed in 1.4 but still documented) created by
- XMLField removed in 1.4 but still documented the 1.4 docs still say …
- 16:45 Ticket #17828 (Admin should not handle IncorrectLookupParameters if settings.DEBUG is set) closed by
- fixed: In [17763]: […]
- 16:45 Changeset [1ff9be11]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 #17828 -- Ensured that when a list filter's
queryset()
method … - 15:13 Ticket #17915 (Switch default WMS service for GeoModelAdmin wms_url) closed by
- fixed: In [17762]: […]
- 15:13 Changeset [b452439a]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 #17915 -- Switched GeoModelAdmin default WMS layer URL from …
- 12:49 Ticket #17925 (Brazilian Localflavor error messages always in english (even though ...) closed by
- fixed: i should have read the documentation first :) forgot to add to …
- 12:45 Ticket #17925 (Brazilian Localflavor error messages always in english (even though ...) created by
- Hi guys, I've been using the brazilian localflavor and noticed that …
- 12:44 Changeset [f0b9bb2]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
- Do not unconditionally add extra_tests when testing geodjango. …
- 11:20 Ticket #10625 (Ewkt regexp incorrectly escaped in GeoDjango admin javascript) closed by
- fixed: In [17760]: […]
- 11:20 Changeset [6974886]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 #10625 -- Fixed a Javascript regex in openlayers.js. Thanks …
- 10:34 Ticket #17913 ('X' object has no attribute 'META' in RequestContext) closed by
-
invalid: There is no Pythonic way to test for a
HttpRequest
object that fits … - 07:58 Ticket #17912 (Generic views test failure in 1.3.X branch) closed by
- fixed: In [17759]: […]
- 07:58 Changeset [92929d5]stable/1.3.x by
- [1.3.X] Fixed #17488 -- This test passed in 2011 only because …
- 07:15 Ticket #17924 (Proposal: DRY/elegant/flexible ModelForm field attribute overrides) created by
-
Currently overriding certain attributes of fields in
ModelForm
s is … - 04:11 Ticket #17923 (NameError: global name 'warnings' is not defined) closed by
- fixed: In [17758]: […]
- 04:11 Changeset [8d71734]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 #17923 -- Added missing import in the MySQL and Oracle backends. …
- 03:52 Ticket #17923 (NameError: global name 'warnings' is not defined) created by
- Traceback (most recent call last): ..... ..... File …
- 03:27 Ticket #17922 (Add default "required" css classes to form labels) created by
- If a form field is required, add default "required" css class to its …
- 02:52 SummerOfCode2012 edited by
- (diff)
- 00:59 Ticket #17921 (Add default "error" and "required" css classes to form rows) created by
- Ticket #3512 talked about this feature a few years ago. …
Note: See TracTimeline
for information about the timeline view.