Timeline
08/09/2011:
- 21:36 Ticket #16607 (NameError for built-in Python functions in Django when working with uWSGI) created by
- I'm running Django 1.3 on Ubuntu 10.10 (64bit) with uWSGI (0.9.8). …
- 21:01 Ticket #16606 (Typo in csrf docs) created by
- "It should come before any view middleware" instead of "It should come …
- 19:10 Ticket #16605 (Can't client.login() in tests if contrib.SessionMiddleware is not in ...) created by
-
#7836 ([16386]) changed
django.test.client.Client
to require … - 17:46 Ticket #16604 (New save_related hook should be called from admin changelist_view as ...) created by
- The new hook save_related added for ticket 16115 should be called by …
- 15:33 Ticket #16603 (Unnecessary join when using a reverse foreign-key filter and reverse ...) created by
- (This started as #16554, but it was only half-valid, so I'm …
- 13:51 Ticket #16599 (Management commands are collected in the wrong order) reopened by
- Bewgh... the spam also marked this as "fixed"
- 13:24 AddWYSIWYGEditor edited by
- (diff)
- 09:24 Ticket #16602 (Doc Patch: forms.widgets: adding links to TOC for built-in's) created by
- This is a simple patch to bring the forms.widgets documentation page …
- 08:34 Ticket #16601 (Allow setting of tabindex in presentation layer) created by
- I needed this for a project that I was working on, and I thought I …
- 05:19 Ticket #16599 (Management commands are collected in the wrong order) closed by
- fixed
- 04:20 Ticket #16599 (Management commands are collected in the wrong order) created by
- When multiple management commands of the same name exist, the ones …
- 04:19 Ticket #16598 (Lithuanian translation "svtainės" in django.contrib.sites is mistyped) closed by
- invalid: The patch may be good, but we don't update Django translations via the …
- 04:11 Ticket #16598 (Lithuanian translation "svtainės" in django.contrib.sites is mistyped) created by
- In django.contrib.sites contrib/sites/locale/lt/LC_MESSAGES/django.po …
- 04:10 Ticket #16596 (Tags within {% blocktrans %} blocks should work.) closed by
- wontfix: This seems unfeasible to do since the blocktrans has to be translated …
- 03:25 CollaborateOnGithub edited by
- minor change (diff)
08/08/2011:
- 22:05 Ticket #16597 (FormWizard doco mentions get_template_names() but does not document it.) created by
- Under the section "Creating templates for the forms" in …
- 17:13 Ticket #16596 (Tags within {% blocktrans %} blocks should work.) created by
- Tags within {% blocktrans %} blocks break. Presumably, Django's …
- 13:11 Ticket #16595 (SessionBase docs don't mention pop()) created by
- The functionality has been there since 2007, and it would be nice to …
- 12:08 Changeset [4fc3741]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
- Added fixtures files missing from [16590]. git-svn-id: …
- 11:49 Ticket #16594 (Missing altitude (z) on Point on admin interface for geodjango) created by
- I am using a model with a 3d Point field, although in the database I …
- 10:06 Ticket #16593 (Quick fix for proxy_model_inheritance tests) created by
- The error I just now reported in #16592 revealed another fairly minor …
- 09:20 Ticket #16592 (In MySQL, table names in unmanaged intermediate models are being lower ...) created by
- This is an obscure error, but it's causing an error in the MySQL …
- 07:27 Ticket #16587 (get_or_create duplicate entry with together_unique) closed by
- invalid: the problemas was with auto_now_add=True in DateField
- 07:16 Ticket #16591 (Bad reference to YEAR_CHOICES) created by
- Example in the following URL ("Setting arguments for widgets") has …
- 06:40 Ticket #116 (Default admin media doesn't display for 'django-admin runserver') closed by
- worksforme: Please don't reopen tickets that have been closed as WORKSFORME.
- 05:43 Ticket #116 (Default admin media doesn't display for 'django-admin runserver') reopened by
- The issue has been reopened for django developers who can apply the …
- 05:32 Ticket #16590 (ContentFile does not have name attribute) created by
- ContentFile is subclass of File and it should inherit it's interface, …
- 05:24 Ticket #16589 (ModelForm documentation error (saving unbound form)) created by
- The ModelForm documentation has the following snippet: […] Since …
08/07/2011:
- 22:56 Ticket #16588 (Field called 'clean' causes cryptic error) created by
- Naming a field 'clean' causes a rather cryptic message when adding a …
- 15:51 DjangoOnWindowsWithIISAndSQLServer edited by
- (diff)
- 12:32 Ticket #16587 (get_or_create duplicate entry with together_unique) created by
- model example class Example(Stat): numeric = …
- 12:12 DjangoOnWindowsWithIISAndSQLServer edited by
- (diff)
- 11:53 DjangoOnWindowsWithIISAndSQLServer edited by
- Some command-line corrections (diff)
- 10:53 Ticket #16586 (Use Sphinx' intersphinx extension to link to Python docs) created by
- This would apply to about 50 links in the docs that are manually …
- 09:05 Ticket #16585 (BaseConfigurator importer logical mistake) created by
- "BaseConfigurator.importer" method doesn't correct work, because …
- 06:03 Ticket #16584 (Typos in code comments) created by
- Some typos that I found in the comments.
- 05:58 Ticket #16583 (Explicitly passing a date to a DateTimeField in a model's create ...) closed by
-
wontfix: As aaugustin pointed out, this is a known behavior of
auto_now_add
… - 05:09 Ticket #16583 (Explicitly passing a date to a DateTimeField in a model's create ...) reopened by
- I realize it works this way, but I don't agree that it is the correct …
- 03:34 Ticket #16582 (InlineModelAdmin subclass does not respect the 'extra' field) closed by
- invalid: The error occured because of my use of a custom tabular.html The …
- 03:26 Ticket #16583 (Explicitly passing a date to a DateTimeField in a model's create ...) closed by
- invalid: Per the docs: > Automatically set the field to now when the object is …
- 01:35 Ticket #16583 (Explicitly passing a date to a DateTimeField in a model's create ...) created by
- I'm writing some unit tests where I'm testing specific logic based on …
08/06/2011:
- 20:20 Ticket #16490 (For select_for_update feature: DatabaseError not raised as expected ...) closed by
- duplicate: The first failure is due to repeatable read, see #13906. The 2nd …
- 19:43 Ticket #3615 (Can't define forward references in fixtures using MySQL with InnoDB) closed by
- fixed: In [16590]: […]
- 19:43 Changeset [be87f0b]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 #3615: Added support for loading fixtures with forward …
- 18:35 Ticket #16573 (admindocs "views" view returns no urls) reopened by
- This django project, which uses a recent version of trunk exhibits the …
- 15:34 Changeset [3e5fc7eb]stable/1.3.x by
- [1.3.X] Fixed #16430 - Stronger wording for CSRF protection in …
- 15:34 Ticket #16430 (Stronger wording for CSRF protection in `modifying upload handlers on ...) closed by
- fixed: In [16588]: […]
- 15:34 Changeset [e3c89346]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 #16430 - Stronger wording for CSRF protection in `modifying …
- 14:54 Ticket #16543 (Add an option to select_related to include OneToOneFields in ...) closed by
- needsinfo: I'm sorry, but I don't understand the problem in your example. What's …
- 14:02 Changeset [199f10f]stable/1.3.x by
- [1.3.X] Fixed #16513 - Add forms import to example; thanks teraom. …
- 14:02 Ticket #16513 (import missing in code sample?) closed by
- fixed: In [16586]: […]
- 14:02 Changeset [0350d65]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 #16513 - Add forms import to example; thanks teraom. …
- 13:54 Changeset [4217f358]stable/1.3.x by
- [1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of …
- 13:54 Ticket #16528 (Error in documentation? (test runner return code)) closed by
- fixed: In [16584]: […]
- 13:54 Changeset [bbe63f0]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 #16528 - Documented test runner returns 1, regardless of the …
- 13:50 Changeset [fe96e20a]stable/1.3.x by
- [1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txt Backport …
- 13:49 Ticket #16580 (A small vocabulary error in the queryset reference) closed by
- fixed: In [16582]: […]
- 13:49 Changeset [953fed1e]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 #16580 - Typo in docs/ref/models/querysets.txt git-svn-id: …
- 13:41 Changeset [1959aa93]stable/1.3.x by
- [1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks …
- 13:40 Ticket #16566 (Typo in docs/ref/files/storage.txt) closed by
- fixed: In [16580]: […]
- 13:40 Changeset [815a47ff]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 #16566 - Typo in docs/ref/files/storage.txt; thanks …
- 13:03 Ticket #16539 (ModelForms ignore default values when value is not supplied) closed by
- invalid: For the original problem description: your issue is with how HTML …
- 12:46 Ticket #16576 (Allow working with tables that belong to other users in Oracle) closed by
- duplicate: Isn't this #6148?
- 08:25 Ticket #16582 (InlineModelAdmin subclass does not respect the 'extra' field) created by
- Upgrading from Django 1.x to Django 1.3 I needed to change the class …
- 06:43 Ticket #16581 (Documentation of HttpRequest.META could note possibly surprising type ...) created by
- HttpRequest.METASERVER_PORT?, returns a string (i.e. "80"). It …
- 06:03 Ticket #16580 (A small vocabulary error in the queryset reference) created by
- "Ths includes foreign keys that have null=True" 'Ths' in the previous …
- 05:32 Ticket #16573 (admindocs "views" view returns no urls) closed by
- worksforme: When I visit that URL on my projects, I get a listing of my URLs and …
- 05:24 Simplistic_json_rpc-dispatcher edited by
- (diff)
- 04:35 Ticket #16558 (django.contrib.humanize filters are not well localized) closed by
- duplicate: Duplicate of #16562 which actually discovered the problem.
- 03:21 Ticket #16579 (An issue of migrate comments to databrowse.) closed by
- invalid: Indeed, this happens because databrowse hands a wrapper …
Note: See TracTimeline
for information about the timeline view.