Timeline
09/20/2008:
- 22:06 Ticket #9163 (CsrfMiddleware needs to reset ETag header) created by
- If you enable CsrfMiddleware with ConditionalGetMiddleware (or …
- 21:11 Ticket #9157 (Ellipses should be optional, and faux ellipses should be true ellipses ...) closed by
- wontfix: As always, we have the problem that putting multiple problems into one …
- 20:01 Ticket #9162 (Apostrophe in "release process" page title makes ugly HTML entity in ...) closed by
- duplicate: Whoops, dupe of #8885.
- 18:02 Ticket #9160 (ref/models/options has HTML in title) closed by
- duplicate: Dupe of #8885.
- 18:02 Ticket #9134 (Documentation title) closed by
- duplicate: Dupe of #8885.
- 17:33 Changeset [936b8ea]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 generic "button" class to the admin styles to allow applying …
- 16:46 Ticket #9162 (Apostrophe in "release process" page title makes ugly HTML entity in ...) created by
- The [http://docs.djangoproject.com/en/dev/internals/release-process/ …
- 16:37 Ticket #9161 (ModelMultipleChoiceField doesn't respect to_field_name in validation.) created by
- I believe these should be consistent,
- 15:51 Ticket #9160 (ref/models/options has HTML in title) created by
- http://docs.djangoproject.com/en/dev/ref/models/options/ The title …
- 14:35 Ticket #9159 (testing Client support for middleware) created by
- I propose the following improvement: The testing client is great for …
- 08:17 Ticket #9158 (django-admin.py print help to stderr) created by
- Command django-admin.py help print this text to stdout: […] and …
- 04:22 Ticket #9157 (Ellipses should be optional, and faux ellipses should be true ellipses ...) created by
- The truncatewords filter currently adds faux ellipses (three dots) to …
- 00:51 Ticket #9156 (Make tests self-contained) created by
- Hello, It would be nice if Django tests, both tests created by users …
09/19/2008:
- 22:12 Ticket #9155 (Translations cause AdminSite and auth models trouble) created by
- This is a horrifically specific bug, so I mostly post this as a …
- 21:59 Ticket #9154 (Cache compiled templates) created by
- I've seen compiled templates are not cached in loader class. You can …
- 21:42 Version1.1Features edited by
- (diff)
- 21:42 Version1.1Features edited by
- (diff)
- 21:23 Ticket #9153 (Forms (and formsets) don't always generate valid HTML for hidden fields) created by
-
Creating a form with only hidden fields and than calling
as_p()
on … - 20:56 Ticket #9152 (models.TextField encodes data wrong on 4001+ characters on Oracle 10g) created by
- When using a models.TextField with a length of greater than 4000 …
- 19:13 Version1.1Features edited by
- (diff)
- 17:46 Ticket #8806 (ModelAdmin should allow not default manager) closed by
- duplicate: This is pretty much a duplicate of #7510 (which has a required …
- 14:54 Version1.1Roadmap edited by
- (diff)
- 14:45 Changeset [af68a0cc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 heading levels in docs/internals/committers git-svn-id: …
- 14:44 Changeset [de9acabf]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Updated contributing documentation to contain the new release process …
- 14:18 DjangoBranches edited by
- (diff)
- 13:27 Version1.1Roadmap edited by
- It is not possible to do a release in the past ;-) (diff)
- 13:25 Ticket #9151 (Admin "Recent Actions" should differentiate between Sites) created by
- If I set up two Sites which share the same database but use the Sites …
- 13:21 Ticket #9150 (Generic views should accept arguements for form_class) created by
- The form_class property for generic views such a …
- 13:00 Version1.1Roadmap edited by
- (diff)
- 13:00 Version1.1Roadmap edited by
- (diff)
- 12:59 Version1.1Roadmap edited by
- (diff)
- 12:59 Version1.1Roadmap created by
- 12:13 Ticket #9149 (Markup typo in syndication docs) created by
- At line 144 of docs/ref/contrib/syndication.txt …
- 11:47 Ticket #9145 (use of __import(stuff, '', '', [''])) closed by
- duplicate: duplicate of #8193
- 11:23 Ticket #9148 (Admin enforces default widgets, preventing the use of custom ones) created by
- When you inherit models.DateTimeField (and several other fields) you …
- 11:21 Ticket #9147 (FormPreview needs easier extensibility) created by
- In addition to #7222 and #8690, I have to override more parts of …
- 10:33 Ticket #9146 (handlers/base.py relies on cpython-specific behavior) created by
- Example of code: […] I think it should print NameError inside …
- 09:59 Ticket #9062 (admin disallows saving Null fk to more than one object) closed by
- duplicate: Unless I am missing something, this is more than related to #9039, it …
- 09:48 Ticket #9145 (use of __import(stuff, '', '', [''])) created by
- Which does not work on top of pypy for example: line 20 in …
- 09:16 DjangoJobs edited by
- Removed Estrate from page (diff)
- 07:32 Ticket #9144 (Bug with formsets validation in admin with models with m2m through ...) closed by
- duplicate: Sounds like #9076.
- 07:00 Ticket #9144 (Bug with formsets validation in admin with models with m2m through ...) created by
- Is very difficult to reproduce. In my case I only can reproduce in …
- 06:00 Ticket #9143 (Remove unused imports in comments code) created by
- Pyflakes found a number of unused imports in comments framework code. …
- 05:46 Version1.1Features edited by
- (diff)
- 05:37 Version1.1Features edited by
- (diff)
- 05:34 Version1.1Features edited by
- (diff)
- 05:04 Version1.1Features edited by
- (diff)
- 05:03 Version1.1Features edited by
- (diff)
- 04:36 Ticket #7239 (Using the url tag with the blocktrans one) closed by
- wontfix: Close as wontfix given the new "as" keyword in url tag. See this …
- 04:23 SprintIdeas edited by
- Removed washington dc sprint notice (diff)
- 04:19 LittleEasyImprovements edited by
- Removed fixed tickets (diff)
- 03:55 MultipleDatabaseSupport edited by
- (diff)
- 00:53 Ticket #9142 (Validation shouldn't be coupled with validation...) closed by
- invalid
- 00:38 Ticket #9142 (Validation shouldn't be coupled with validation...) created by
- Well, very simple. If i have a ModelForm and i want to change a fields …
- 00:24 DevelopersForHire edited by
- added TOC (diff)
- 00:19 DevelopersForHire edited by
- updating info (diff)
- 00:16 DevelopersForHire edited by
- updated my info (diff)
09/18/2008:
- 23:55 Ticket #9141 (Remove vestigial reply.html and reply_preview.html from comments) created by
- The reply.html and reply_preview.html are from the threaded-comment …
- 23:17 Ticket #9140 (bug in django.http.multipartparser.MultiPartParser after ...) closed by
- duplicate: This looks like the same problem as #9014. If it's different in some …
- 23:01 Ticket #9140 (bug in django.http.multipartparser.MultiPartParser after ...) created by
- There is a bug in django.http.multipartparser.MultiPartParser where by …
- 20:43 Ticket #9137 (Tutorial 1 has a small mistake) closed by
- invalid: If you incorrectly made the field a DateField instead of a …
- 19:49 Ticket #9139 (reverse() not finding correct match with some multiple patterns.) created by
- If I incorrectly create two urlpatterns to the same function: […] …
- 16:08 Ticket #9138 (Currently, admin.TabularInline? and admin.StackedInline? do not ...) closed by
- duplicate: #9025, again. This is the 2nd Anonymous request for this in about as …
- 15:35 Ticket #9138 (Currently, admin.TabularInline? and admin.StackedInline? do not ...) created by
- Currently, admin.TabularInline? and admin.StackedInline? do not …
- 15:00 Ticket #9137 (Tutorial 1 has a small mistake) created by
- def was_published_today(self): return self.pub_date.date() == …
- 13:37 Ticket #9136 (Oracle backend: slicing is using row_number() instead of rownum) created by
- Doing Entity.objects.all()[:10] is generating a query like: […] …
- 12:31 Ticket #9135 (http://docs.djangoproject.com/en/dev/ref/contrib/admin/#exclude) closed by
- duplicate: Duplicate of #8899
- 12:10 Ticket #9129 (unicode support on admin delete) closed by
- fixed: (In [9070]) Fixed #9129 -- Restored a force_unicode that was lost when …
- 12:10 Ticket #9135 (http://docs.djangoproject.com/en/dev/ref/contrib/admin/#exclude) created by
- Should say: […] Otherwise, django throws a typeError about tuples …
- 12:10 Changeset [060919af]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9129 -- Restored a force_unicode that was lost when unicode …
- 10:57 Ticket #9121 (Invalid markup in FormPreview documentation) closed by
- fixed: (In [9069]) Fixed #9121: Corrected markup in the form preview docs. …
- 10:57 Changeset [7faa23d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9121: Corrected markup in the form preview docs. Thanks to …
- 10:53 Ticket #9134 (Documentation title) created by
- The url http://docs.djangoproject.com/en/dev/ref/models/options/ has …
- 10:46 Changeset [7976817]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8955: Modified the sphinx configuration to generate LaTeX …
- 10:46 Ticket #8955 (Latex Document Empty) closed by
- fixed: (In [9068]) Fixed #8955: Modified the sphinx configuration to generate …
- 10:08 DjangoJobs edited by
- Added Free Software Foundation job posting; improved layout / added TOC (diff)
- 09:55 Ticket #9133 (Add LockException to locks for completeness) created by
- in django/core/files/locks.py All is well, except for the Specific …
- 08:36 Ticket #9132 (QuerySet. count() doesn't do a Join if tables are inherited) created by
- the sql-query for result with correct joins: SELECT …
- 08:24 Ticket #9131 (Lack of documentation for code under django.utils) created by
- As a user of Django, I have no idea whether or not I should use the …
- 06:44 Version1.1Features edited by
- Some additions. (diff)
- 06:12 Ticket #9130 (Typo in gis/admin/widgets.py) created by
- On line 16 in django/contrib/gis/admin/widgets.py there is an interfaace.
- 05:00 Ticket #9129 (unicode support on admin delete) created by
- Having the admin app in other language (portuguese, btw) and while …
- 02:17 Ticket #9125 (as_p() produces wrong output sometimes) closed by
- fixed: Fixed in [9067]
- 02:16 Changeset [9931c9e1]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9125 -- When displaying errors for a form with only hidden …
09/17/2008:
- 18:55 Ticket #9123 (URL Resolver tag chokes with verbose regex in the urlconf) closed by
- invalid: Backwards-compatible doesn't mean that it necessarily continues to …
- 18:39 Ticket #9128 (ObjectPaginator changed to Paginator in online documentation for v1.0) created by
- Somewhere in the move between v0.96 and v1.0 the ObjectPaginator? in …
- 17:11 Ticket #7625 (admin.list_filter should accept methods with boolean property) closed by
- wontfix: Please don't reopen wontfixed tickets without discussion on the …
- 16:35 Ticket #8899 (Admin "exclude" option should accept both lists and tuples) reopened by
- Actually, I followed the docs and used a tuple and received the …
- 15:17 Ticket #7625 (admin.list_filter should accept methods with boolean property) reopened by
- One posibility would be then a shortcut to be able to define filters …
- 13:27 Ticket #9127 (admin.autodiscover() fails in certain structures) closed by
- invalid: this is simply how python import behavior works - …
- 13:21 Ticket #9127 (admin.autodiscover() fails in certain structures) created by
- Take the following structure: projectfolder -> modules -> …
- 12:31 Ticket #9126 (ByMIbHtGxtNVWVcINR) closed by
- invalid: spam
- 12:29 Ticket #9126 (ByMIbHtGxtNVWVcINR) created by
- yepAF4 <a href="http://ijbtrbjgdbvq.com/">ijbtrbjgdbvq</a>, …
- 12:24 Ticket #9125 (as_p() produces wrong output sometimes) created by
- While investigating on #8720 I ran into the following issue. Consider …
- 11:34 Ticket #9124 (SelectDateWidget not usable with required=False) created by
- At the moment it is not possible to use required=False with …
- 10:31 Ticket #9123 (URL Resolver tag chokes with verbose regex in the urlconf) created by
- Any project that uses python verbose regular expressions in its …
- 09:47 Ticket #9122 (Inline admin on generic relations ignores exclude and max_num) created by
- GenericInlineModelAdmin, in contrib.contenttypes.generic, passes most …
- 09:45 Ticket #725 (missing robots.txt on django websites?) reopened by
- 08:42 Ticket #9121 (Invalid markup in FormPreview documentation) created by
- Invalid intendation in FormPreview documentation causes wrong markup …
- 08:41 Ticket #9120 (Improve error reports for exceptions in models.loading.load_app) created by
- If you old attributes in your model fields or anything else that will …
- 08:03 Ticket #9119 ([patch] Admin change list does not allow custom get parameters) created by
- In customizing the admin list behaviour, one is restricted to not …
- 07:01 Ticket #9118 (Unhelpful handling of UTF_8 encoding bugs in ModelForm field.help_text) created by
- I am modifying a field of a model in ModelForm and adding a help_text …
- 06:32 Ticket #9117 (New-Style Testclient class) closed by
- fixed: (In [9066]) Fixed #9117: Made the test client a new-style class. …
- 06:32 Changeset [eeb230aa]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9117: Made the test client a new-style class. Thanks to Jan …
- 05:02 Ticket #9117 (New-Style Testclient class) created by
- I didn't find any reason why the Client class in django/test/client.py …
- 04:56 Ticket #9116 (different caps in application name producing error) created by
-
I have an application with name
localModels
and … - 04:32 Ticket #8865 (fields.py regression test fails) closed by
- fixed: (In [9065]) Fixed #8865 -- Improved the robustness of some file path …
- 04:32 Changeset [a27ff1c8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8865 -- Improved the robustness of some file path tests. Based …
- 04:02 Ticket #9014 (django admin MultiPartParserError in google chrome) closed by
- fixed: (In [9064]) Fixed #9014 -- Check that we really are processing a POST …
- 04:02 Changeset [36f8b8d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9014 -- Check that we really are processing a POST before …
- 03:59 Changeset [0aff292b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Changed a slightly suspicious usage of request.POST to request.method …
- 03:11 Ticket #9096 (Comment in session middleware doesn't match behaviour) closed by
- fixed: Fixed in [9062].
- 03:10 Changeset [a10fcbdb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9096 -- Fixed a slightly out-of-date comment. git-svn-id: …
- 02:59 Changeset [11e29c88]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 some misordered markup for the ROOT_URLCONF setting in the docs. …
- 02:59 Ticket #9098 (link error in tutorial03.txt) closed by
- fixed: (In [9061]) Fixed some misordered markup for the ROOT_URLCONF setting …
- 02:23 Changeset [e99cd487]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9113 -- Improved exception message reporting when importing …
- 02:23 Ticket #9113 (Misleading error message if sqlite3 is not installed as exception is ...) closed by
- fixed: (In [9060]) Fixed #9113 -- Improved exception message reporting when …
- 01:59 Ticket #8859 (Update the translation more consistency, more natural Mandarin Chinese.) closed by
- fixed: (In [9059]) Fixed #8859 -- Some improvements to the Mandarin Chinese …
- 01:59 Changeset [168c776]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8859 -- Some improvements to the Mandarin Chinese translation. …
- 01:52 Ticket #9108 (Georgian (ka) localization update) closed by
- fixed: Fixed in [9058].
- 01:50 Changeset [b075387]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9018 -- Updated Georgian translation from David Avsajanishvili. …
- 01:50 Changeset [4dcaea8e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #9017 -- Updated Danish translation from Finn Gruwier Larsen. …
- 01:50 Ticket #9017 (Translation update for Danish) closed by
- fixed: (In [9057]) Fixed #9017 -- Updated Danish translation from Finn …
- 01:41 Ticket #6415 (Updated Icelandic Localization) closed by
- fixed: (In [9056]) Fixed #6415. Updated Icelandic translation from Jökull …
- 01:41 Changeset [47684a1f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6415. Updated Icelandic translation from Jökull Sólberg …
- 00:47 Ticket #6051 (GenericRelation field lookups) closed by
- fixed: I'm having a bit of trouble understanding all this and a lot of it …
- 00:42 Changeset [cc7b0f98]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8409 -- The runserver now uses conditional GET for admin media …
- 00:42 Ticket #8409 (Django built-in server is very slow with Firefox browser when serving ...) closed by
- fixed: (In [9055]) Fixed #8409 -- The runserver now uses conditional GET for …
- 00:41 Ticket #9106 (django.views.static.serve reads entire file in to memory) closed by
- wontfix: I don't think this is worth it. We're not guaranteeing that …
- 00:38 Ticket #9105 (__unicode__ method for models) closed by
- wontfix: No, this is contrary to how Python normally behaves. You don't get a …
- 00:29 Ticket #9099 (File locking on some NFS mounts) closed by
- fixed: I just received confirmation from one person I know was seeing this …
- 00:23 Ticket #9094 (Invoke method after create_update.(create|update|delete)_object methods) closed by
- wontfix: This seems to be making things more and more complicated in generic …
- 00:18 Ticket #8546 (HttpResponse.content should be in an Attributes section, not in Methods) closed by
- fixed: (In [9054]) Fixed #8546 -- Fixed error in request-response.txt where …
- 00:18 Changeset [7a80a9fa]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8546 -- Fixed error in request-response.txt where we were …
- 00:12 Ticket #8573 (inspectdb doesn't make use of FK and uniqueness information when the ...) closed by
- fixed: (In [9053]) Fixed #8573 -- Fixed bug in 'inspectdb' regarding …
- 00:12 Changeset [26a9ac49]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of …
Note: See TracTimeline
for information about the timeline view.