Timeline
04/22/2009:
- 18:51 Ticket #10902 (FileUploadHandler not working, requests are always buffered.) created by
- I've got a problem with limiting the maximum size of a file uploaded …
- 18:47 Ticket #10901 (auth.contrib silently catching TypeError) created by
- The function authenticate in django/contrib/auth/init.py reads: …
- 18:46 Ticket #8968 (No way to utilize `next` parameter to redirect after comment deletion) reopened by
- PS: I can't really see where next_redirect picks up the "next" …
- 18:09 Ticket #10900 (Czech translation) created by
- Translated django.po into Czech language. This is first version, need …
- 17:45 Changeset [d682978]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Now that formsets guarentee ordering (see [10623]) we can remove the …
- 17:41 Changeset [2ceee523]stable/1.0.x by
- [1.0.X] Fixed the tests from [9438] to work consistantly across …
- 17:38 Changeset [6d1837a8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed the tests from [9438] to work consistantly across databases. In …
- 17:27 Ticket #10899 (easier manipulation of sessions by test client) created by
- Creating and modifying sessions is painful for the test client... …
- 17:16 Changeset [9ea2198]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10163: add an artificial ordering to querysets used by …
- 17:16 Ticket #10163 (Admin view redirection failures) closed by
- fixed: (In [10625]) Fixed #10163: add an artificial ordering to querysets …
- 17:16 Changeset [855a58f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.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 needless list() coercion in in ChangeList. Refs #10163. …
- 17:16 Changeset [c00e8d2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Added a
QuerySet.ordered
property to check if a queryset is already … - 16:23 Ticket #10898 (Bugs in 'conditional view processing' doc) created by
-
First of all there's bug in code sample in
latest_entry
function, … - 16:07 Ticket #10897 (ngettext is used in confirmation of bulk-edits in admin) created by
- Confirmation of bulk-edits in admin is translated with ngettext(). …
- 15:53 Ticket #10896 (UrlField cannot be used with relative URLs) created by
- models.URLField and forms.URLField cannot be used with relative URLs. …
- 15:46 Ticket #10875 (Filter an inherited model by parent fields and then update does not work) closed by
- invalid: Don't know where, but this appears to be fixed after r10580 that I used.
- 15:16 Ticket #10895 (Improvements in BRCPFField and BRCNPJField in localflavor.br.forms) created by
-
When using the fields
BRCPFField
andBRCNPJField
in … - 15:01 Ticket #10894 (django.test.client.post does not throw exception when selected foreign ...) created by
- client = Client() client.post(url, {'param1': "just_a_text", …
- 14:33 Ticket #10893 (list_editable breaks when primary_key=True in model) created by
- Error message: Caught an exception while rendering: "Key 'iso' not …
- 14:26 Changeset [c39b59e1]stable/1.0.x by
- [1.0.X] Blocked r10621 from merge to branch, and updated …
- 14:10 Changeset [d463580]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10831 -- Prevented code running under a to-be-rolled-back test …
- 14:10 Ticket #10831 (Using autocommit transaction decorator with new-style TestCase can ...) closed by
- fixed: (In [10621]) Fixed #10831 -- Prevented code running under a …
- 14:03 Ticket #10892 (ManyToManyField attribute looks up wrong name in Admin) closed by
- wontfix: Ramiro's analysis is correct, if you don't use an intermediary model …
- 13:28 Ticket #10892 (ManyToManyField attribute looks up wrong name in Admin) created by
- ManyToManyField attribute does not look up the correct key in the …
- 11:24 Emacs edited by
- (diff)
- 11:14 Changeset [421b22e8]stable/1.0.x by
-
[1.0.X] Fixed #10208:
ModelAdmin
now respects theexclude
and … - 10:48 Ticket #10208 (ModelAdmin ignores 'exclude' and 'fields' attributes of ModelForm.Meta) closed by
-
fixed: (In [10619]) Fixed #10208:
ModelAdmin
now respects theexclude
and … - 10:48 Changeset [6c15b5d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #10208:
ModelAdmin
now respects theexclude
andfield
… - 10:04 Ticket #10891 (Blocktrans fails in trunk if there are newlines in the text and eol is dos) created by
- The blocktrans tag silently fails to show the translation if there are …
- 09:59 Ticket #10890 (generic views archive_week and archive_day should have next/previous ...) created by
- Theses two generic views don't manage next/previous day/week. …
- 09:58 Ticket #10889 (ModelAdmin calls .log_deletion after deletion, causing invalid object_id) created by
- When an object is deleted, its PK value is set to None. Unfortunately, …
- 09:25 DevelopersForHire edited by
- (diff)
- 06:14 Ticket #10888 (Inserting model with GeometryField as None crashes on Oracle) created by
- myapp/models.py: […] If I run code: […]
- 03:38 Ticket #10887 (admin.autodiscover) created by
-
In
django/contrib/admin/__init__.py
, I suggest to change the …
04/21/2009:
- 23:12 Ticket #10886 ("Reversing Admin URLs" section provides invalid examples) created by
- […] should be: […] otherwise (c.id,) is interpreted as the …
- 18:44 Changeset [cb928935]stable/1.0.x by
- [1.0.X] Fixed #10884 - more lenient regexp for matching forms in CSRF …
- 18:31 Ticket #10884 (CSRF Middleware regular expression doesn't take in account spaces.) closed by
- fixed: (In [10617]) Fixed #10884 - more lenient regexp for matching forms in …
- 18:31 Changeset [71233bc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10884 - more lenient regexp for matching forms in CSRF …
- 18:04 Ticket #10885 (Update the Hebrew Translaions for 1.1) created by
- The hebrew translation is out of date.
- 17:40 Changeset [725ffa5]stable/1.0.x by
-
[1.0.X] Fixed #10839 --
GeoQuery
now unpickles properly on Oracle. … - 17:35 Ticket #10839 (Pickling queryset.query doesn't work for gis models on Oracle) closed by
-
fixed: (In [10615]) Fixed #10839 --
GeoQuery
now unpickles properly on Oracle. - 17:35 Changeset [037ce43]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #10839 --
GeoQuery
now unpickles properly on Oracle. … - 17:04 Ticket #10884 (CSRF Middleware regular expression doesn't take in account spaces.) created by
- The CSRF protection middleware regular expression that looks for forms …
- 16:25 Changeset [f110f91a]stable/1.0.x by
- [1.0.X] Fixed various Oracle errata and test failures present in this …
- 15:14 Changeset [ed5e3c3d]stable/1.0.x by
- [1.0.X] Fixed #10791 -- The GeoDjango test runner now respects the …
- 14:12 Ticket #10883 (Template does not exist for admin site on initial creation) closed by
- invalid: Any questions about getting stuff to work on an old level of Django …
- 13:58 Changeset [7ff22ef2]stable/1.0.x by
- [1.0.X] Fixed #9651: fixed save_as with inline forms. Thanks, kmike …
- 13:58 Ticket #10883 (Template does not exist for admin site on initial creation) created by
- http://www.djangoproject.com/documentation/0.96/tutorial02/ In the …
- 13:36 Changeset [0d17a5c]stable/1.0.x by
- [1.0.X] Fixed #10693: updated params in the docs. r10324 from trunk. …
- 13:34 Changeset [65b64d5a]stable/1.0.x by
- [1.0.X] Unblocked r10324 and 10353. These changesets are applicable …
- 13:10 Ticket #10716 (Syntax error and bug in db/backends/oracle/creation.py) closed by
- fixed: Karen's new patch looks sane enough to me, and does work. I made …
- 13:09 Changeset [9fabfedc]stable/1.0.x by
- [1.0.X] Fixed #10716 so Oracle tests run again. Thanks very much, …
- 13:09 Changeset [b09f5541]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey. …
- 12:56 Changeset [a486c1e9]stable/1.0.x by
- [1.0.X] Added a test from Jamie Gennis to ensure #9848 doesn't …
- 12:48 Changeset [40a7b54a]stable/1.0.x by
- [1.0.X] Fixed #10601 -- Fixed edit inline display in admin for …
- 11:41 Changeset [f873836]stable/1.0.x by
- [1.0.X] Blocked a bunch of changesets related to new function from …
- 09:59 Ticket #10882 (FormWizard process_step receives yet to be validated form for previous ...) created by
- The docs for FormWizard process_step state that "The Form is …
- 09:41 Ticket #10881 (db.backends.postgresql.operations.sequence_reset_sql and M2M fields ...) created by
-
Near the end of the command
python manage.py loaddata ...
the … - 08:30 Ticket #3872 (Bug in SetRemoteAddrFromForwardedFor middleware) reopened by
- Hi, I'm using Apache and Django with Squid as a reverse proxy. Squid …
- 05:53 Ticket #10873 (urlize) closed by
- invalid: urlize works exactly as advertised, and URLField does too. Strictly …
- 05:09 Ticket #3051 (django.test.client.Client() does not set HttpResponse context and ...) reopened by
- I've just come across this same problem, and spent an hour or so …
- 02:17 Ticket #10880 (Link to 1.0 docs has two trailing slashes) created by
- The link on http://docs.djangoproject.com/en/dev/ to "Django 1.0" docs …
04/20/2009:
- 23:12 Ticket #5333 (add an assertContext method to Django's TestCase) closed by
- fixed: Agreed. This one is essentially resolved.
- 18:29 DevelopersForHire edited by
- (diff)
- 18:28 DevelopersForHire edited by
- Added myself to the page (UK) (diff)
- 16:22 Ticket #10879 (Add Windmill Tests for Admin) created by
- This is a placeholder ticket for my implementation of windmill tests …
- 15:50 Ticket #10878 (Comments moderation.py docstring error) created by
- It seems that "Moderator" should be used in place of …
- 15:34 ReadOnlyAdmin edited by
- (diff)
- 14:41 DjangoJobs edited by
- (diff)
- 14:29 Ticket #10877 (search_fields raise TypeError if field names are given as unicode objects.) created by
- If you specify field names in search_fields as unicode objects, when …
- 13:59 Ticket #10876 (Tests in r10586 (inline_admin_formsets) break on PostgreSQL) closed by
- duplicate: This is a dupe of #10163.
- 12:52 Ticket #10876 (Tests in r10586 (inline_admin_formsets) break on PostgreSQL) created by
- The four new tests introduced in r10586 all break under PostgreSQL, …
- 10:09 Ticket #10875 (Filter an inherited model by parent fields and then update does not work) created by
- - have a model which inherits fields from a parent model - do a filter …
- 06:41 DevelopersForHire edited by
- (diff)
- 04:57 Ticket #10874 (ModelFormMetaclass does not provide easy way of extending) created by
- I am currently creating an extension to the ModelForm that provides …
- 04:44 Ticket #10873 (urlize) created by
- Adverted in the django docs is that a string http://www.example.com …
04/19/2009:
- 21:13 Ticket #10872 (Support of 'list_editable' in admin when using GeoDjango geometry fields) created by
- The post data sent from a GeoDjango geometry field currently fails …
- 19:11 Changeset [dd51cf98]stable/1.0.x by
- [1.0.X] Fixed #10364 -- Correctly identify test spatial database …
- 18:50 DjangoBranches edited by
- (diff)
- 18:33 Ticket #10364 (Incorrect error message given when role does not have create database ...) closed by
- fixed: (In r10603) Fixed #10364 -- Correctly identify test spatial database …
- 18:31 Changeset [bfe3675]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10364 -- Correctly identify test spatial database creation …
- 18:08 Ticket #10832 (GIS test runner (run_tests) should reorder test suite like ...) closed by
-
fixed: (In r10602) Fixed #10832 -- now use
reorder_suite
in GeoDjango test … - 18:07 Changeset [be11bd4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #10832 -- now use
reorder_suite
in GeoDjango test runner, … - 17:49 Ticket #10791 (gis test runner doesn't respect --noinput (which should result in test ...) closed by
- fixed: (In [10601]) Fixed #10791 -- The GeoDjango test runner now respects …
- 17:49 Changeset [aeaba06]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #10791 -- The GeoDjango test runner now respects the
--noinput
… - 14:15 Ticket #5594 (The url tag won't work with multiple admin sites) closed by
- duplicate: Marking as a dupe of #10061 since that solves this issue.
- 07:48 Ticket #10871 (Add input support to admin actions (with patch)) created by
- I wanted to be able to set tags to a lot of objects at once in the …
Note: See TracTimeline
for information about the timeline view.