Timeline
11/13/2011:
- 23:55 Ticket #17224 (determine and document the use of default option in context of FileField) created by
- Currently the 'default' option in the definition of a "FileField" just …
- 23:46 GlobalState edited by
- (diff)
- 23:45 GlobalState created by
- 23:43 Ticket #17223 (django.contrib.sessions.backends.session_cookies is Incorrectly Referenced) created by
- The documentation says to use …
- 22:53 Ticket #17216 (Django contrib login view does not pass request to auth form on POST) closed by
- wontfix: Sending the request to the standard AuthenticationForm assumes that …
- 21:53 DjangoJobs edited by
- (diff)
- 21:45 DjangoJobs edited by
- (diff)
- 21:43 DjangoJobs edited by
- (diff)
- 19:28 Ticket #17222 (Let `manage.py` learn --colour/--color option to control if ...) created by
-
It will be nice if
manage.py
could understand --colour/--color … - 19:26 Ticket #17221 (`manage.py` (do not) sends ANSI escape sequences when terminal (can) ...) created by
-
manage.py
may sends ANSI escape sequences for output colourization. … - 14:54 Ticket #17220 (github repo may be no more available behind https) created by
- Following …
- 14:38 Ticket #17219 (Add a more precise description to some db fields.) created by
- Some IntegerField subclasses share the same description which render …
- 13:46 Ticket #17218 (Select Filter (its "to" box) has 0 height if in a collapsed fieldset) created by
- The select filter creates a pair of "from" and "to" widgets (in …
- 13:39 Ticket #16684 (BaseForm needs to escape the 'class' attribute value) closed by
- wontfix: Given the different rules for escaping css classes than regular html …
- 13:28 Ticket #17174 (The docs should mention, that MySql doesn't support microseconds) closed by
- fixed: In [17095]: […]
- 13:28 Changeset [fae75a3]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
- Fix #17174: Add note in the supported databases notes that MySQL can't …
- 13:05 Changeset [5de31cb]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
- Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test …
- 11:44 Ticket #11581 (URLField verify_exists blocks 401 respones) closed by
-
wontfix:
verify_exists
is set to be deprecated in 1.4 and removed in … - 10:24 Ticket #17217 (Set nbsp instead of space as thousand separator) created by
- Space was replaced with nbsp only for Polish locale: …
- 10:19 Ticket #17216 (Django contrib login view does not pass request to auth form on POST) created by
- Django auth login view pass request to auth form constructor on only …
- 09:09 Ticket #13640 (add_filter in django/db/models/ sql/query.py causes exception when ...) closed by
- fixed: In [17093]: […]
- 09:09 Changeset [b835301]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 #13640: Avoid generating an exception when a model has an …
- 08:53 Ticket #17215 (runtests doesn't clean up all temp files all the time) created by
- http://ci.djangoproject.com/job/Django/ builds started failing …
- 08:24 Ticket #17188 (Add use_ssl parameter to HttpResponseRedirect shortcut) closed by
- needsinfo: Why does middleware require a double redirect? Couldn't middleware …
11/12/2011:
- 18:43 Ticket #17134 (Wrong parsing of microseconds in !BaseTemporalField.to_python) closed by
- fixed: In [17092]: […]
- 18:43 Changeset [0db571b]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 #17134: Corrected Python 2.5 fallback code for parsing …
- 18:02 Ticket #17134 (Wrong parsing of microseconds in !BaseTemporalField.to_python) reopened by
- It's not fixed until it's checked into the repo…
- 17:07 Ticket #17190 (NullBooleanSelect uses ugettext, should be ugettext_lazy) closed by
- fixed: In [17091]: […]
- 17:07 Changeset [b45099ee]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 #17190 -- Ensured that the
NullBooleanSelect
widget's options … - 14:30 Ticket #17119 (Cache Framework: wrong per-site cache behavior documentation) closed by
- fixed: In [17090]: […]
- 14:30 Changeset [ba0734a]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
- Fix #17119: Update cache doc to match current implementation, which …
- 14:27 Ticket #17134 (Wrong parsing of microseconds in !BaseTemporalField.to_python) closed by
- fixed: Use 17134_datetime_bug_tests.3.diff and 17134_datetime_bug_fix.diff. …
- 13:53 Ticket #16570 (allow DecimalFields with max_digits == decimal_places) closed by
- fixed: In [17089]: […]
- 13:53 Changeset [efe4e2e5]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
- Fix #16570: Restore ability to have decimal fields where max_digits …
- 13:43 Ticket #17214 (incorrect rendering of inline fk when parent has custom pk field) created by
- pkfk/models.py […] pkfk/admin.py […] When trying to re-save …
- 13:36 Ticket #17177 (Building django documentation with Sphinx 1.1) closed by
- duplicate: Duplicate of #15649.
- 13:16 Ticket #17154 (http.__init__._get_content raises TypeError if _content is not string) closed by
- invalid: It looks as if the content has been set to an iterator whose first …
- 13:06 Ticket #13864 (DatabaseError while saving with force_update set) closed by
- fixed: In [17088]: […]
- 13:06 Changeset [63ba472c]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
- Fix #13864: Removed database error raised when force_update is …
- 12:57 Ticket #17137 (ModelForm is_valid() accepts options outside choices) closed by
- invalid: From https://docs.djangoproject.com/en/dev/topics/forms/modelforms/: …
- 12:50 Changeset [eb81f979]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 typo in 1.4 release notes. git-svn-id: …
- 12:47 Ticket #17179 (yesno arg is optional) closed by
- fixed: In [17086]: […]
- 12:47 Changeset [3fa49c4e]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
- Fix #17179: Document that yesno filter's default argument is …
- 12:02 Ticket #16281 (ContentType.get_object_for_this_type using wrong database for creating ...) closed by
- invalid: After studying this, I'm not sure the current code is wrong. I'd want …
- 11:37 Ticket #16998 (middleware docs need to be updated for CRSF) closed by
- fixed: In [17085]: […]
- 11:37 Changeset [0426962]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
- Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone …
- 11:23 Ticket #16813 (changeset 16789 removed supports_inactive_user checks to early, should ...) closed by
- fixed: In [17084]: […]
- 11:23 Changeset [f4f61ba]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
- Fix #16813: Restore checking whether a backend supports inctive users …
- 10:30 Ticket #17213 (Can't change TIME_ZONE after initial transaction in PostgreSQL) created by
- The changeset from #3459 has SET TIME ZONE only executed for new …
- 09:56 Ticket #16509 (init test db: try insert a existing permission ...) closed by
- worksforme: claudep and I were unable to reproduce this issue
- 08:48 Ticket #17178 (Using default argument in models.Model when primary_key=True crashes python) closed by
- needsinfo: I can't reproduce, can you provide a complete test case that shows the …
- 07:39 Ticket #17205 (Typo in docs/topics/http/urls.txt) closed by
- fixed: In [17083]: […]
- 07:39 Changeset [1aef1b20]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 #17205 -- Fixed a small typo in the urls doc. Thanks, rabio. …
- 07:30 Ticket #17206 (Example of ViewDoesNotExist error page in tutorial is outdated) closed by
- fixed: In [17082]: […]
- 07:30 Changeset [726f082]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 #17206 -- Fixed an outdated error message in the tutorial part …
- 07:23 Ticket #17212 (django.contrib.gis.geos.error.GEOSException: Could not parse version ...) created by
- Can't use the module with a development version of GEOS, due the …
- 06:55 Ticket #17211 (Need help reg Postgis, GDAL and GEOS) closed by
- invalid: Please ask usage questions on the django-users mailing list. Trac is …
- 06:41 Ticket #17175 (Pronunciation) closed by
- wontfix: tl;dr This part of the FAQ was authored by the BDFLs and I don't think …
- 06:36 Ticket #17211 (Need help reg Postgis, GDAL and GEOS) created by
- Hello, We are going setup game server in 3 tier(db server,webserver, …
- 05:31 DjangoResources edited by
- A new poll system was added (django-poll-system). (diff)
- 03:56 Ticket #17210 (Make NullBooleanSelect for NullBooleanField pass true/false as a GET ...) created by
- Currently, NullBooleanSelect uses form with the following parameters: …
- 03:26 Ticket #17209 (Dogfood class-based views in contrib.auth) created by
- Right now, the views provided by contrib.auth are not very extensible, …
- 03:22 Ticket #17208 (Dogfood class-based views in contrib.admin) created by
- This is something that I believe was discussed at DjangoCon, as well …
- 03:10 Ticket #17207 (create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4) created by
- Script create_template_postgis-debian.sh tested on Debian Squeeze: …
11/11/2011:
- 21:13 Ticket #17204 (Link to diveintopython is incorrect) closed by
- duplicate: Duplicate of #17201, #17095, #17028, and probably others.
- 21:13 Ticket #17201 (URL in slice description doesn't go anywhere) closed by
- duplicate: Duplicate of #17201, #17095, #17028, and probably others.
- 21:11 Ticket #17203 (cache topic should mention bypass) closed by
- invalid: Appending ?nocache doesn't bypass the cache at all. All you've done is …
- 17:26 Ticket #17206 (Example of ViewDoesNotExist error page in tutorial is outdated) created by
- Content of ViewDoesNotExist error page in third part of the tutorial …
- 17:14 Ticket #17205 (Typo in docs/topics/http/urls.txt) created by
- There is simple typo in urls documentation as may be seen in patch …
- 17:07 Ticket #17204 (Link to diveintopython is incorrect) created by
- seems that diveintopython is no longer .org but now .net. correct url …
- 15:09 Ticket #17203 (cache topic should mention bypass) created by
- I've recently implemented caching on a project. But, I really …
- 14:15 Ticket #17202 (Inspectdb produces incorrect max_length for NVARCHAR2 columns with Oracle) created by
- I created a table in a Oracle database with a "NVARCHAR2" field with …
- 12:31 Ticket #17201 (URL in slice description doesn't go anywhere) created by
- Documentation on template builtins: …
- 12:27 Ticket #17200 ("View on site" link breaks when quote(object_id) != object_id) created by
- The change_view method of django.contrib.admin.options.ModelAdmin …
- 09:48 Ticket #17199 (Base Template Loader should return the origin) created by
- I've been trying to get the origin from the loaders, but the origin …
- 09:22 Ticket #17198 (In admin results can be omitted due to pagination and inadequate ...) created by
- In the admin, pagination is achieved using LIMIT/OFFSET. However, if …
- 07:33 DjangoJobs edited by
- New job in Germany (diff)
- 07:07 Ticket #16903 (Add '--no-location' option for 'makemessages' command) closed by
- fixed: In [17081]: […]
- 07:07 Changeset [c3df840c]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 #16903 -- Added
--no-location
option to themakemessages
… - 06:25 Ticket #17197 (Fix translation leakage in the test_suite) closed by
- fixed: In [17080]: […]
- 06:25 Changeset [9d410ee]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 #17197 -- Prevented a locale leakage from an i18n test causing …
- 05:29 Ticket #17197 (Fix translation leakage in the test_suite) created by
- As currently seen by http://ci.django-cms.org/job/Django/ we do have a …
- 04:55 Ticket #17196 (Typo on staticfiles page) created by
- I just happened to notice in the …
11/10/2011:
- 23:43 Ticket #17195 (Unexpected missaccuracy on the Tutorial Chapter 3 -Django) created by
- After reading the first two chapters that are very explicit and are …
- 12:52 Ticket #17194 (Auth tests failing on non-US locales) created by
- Auth tests are failing on current trunk (1.4). An error message is …
- 12:11 Ticket #17193 (Send templated email.) created by
- If your sending email it's likely that you want to render the body …
- 08:51 Ticket #17192 (next_day from views.generic.dates.DayArchiveView returns None instead ...) created by
- The next_day from views.generic.dates.DayArchiveView returns None …
- 07:14 Ticket #17191 (QueryDict appears incorrect on POST.) closed by
-
invalid: The
text/plain
encoding isn't supported by Django. Based on … - 06:34 Ticket #16956 (ContentTypes error in test with master/slave configuration) closed by
- needsinfo: This code was rewritten in r16739. Could you check if the problem …
- 04:38 Ticket #17191 (QueryDict appears incorrect on POST.) created by
- The following is test code stripped to bare essentials. When run with …
- 03:44 Ticket #17190 (NullBooleanSelect uses ugettext, should be ugettext_lazy) created by
- See django.forms.widgets: […]
- 03:42 Ticket #17189 (form_url not passed to change_password.html) created by
- Hello, I have put TEMPLATE_STRING_IF_INVALID = 'TAG' in my …
- 02:41 Ticket #17184 (Typo in db/models/#be-careful-with-related-name) closed by
- fixed: In [17079]: […]
- 02:41 Changeset [64fdd844]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 #17184 -- Typo in models documentation. Thanks elimisteve for …
Note: See TracTimeline
for information about the timeline view.