Timeline
06/24/2010:
- 22:03 Ticket #13828 (Refactor `dictsort` and `dictsortreversed` to make them more DRY) created by
-
In
django.template.defaultfilters
,dictsort
anddictsortreversed
… - 17:42 Ticket #13827 (Remove a bunch of unescesary calls) created by
- Django has a bunch of totally pointless calls to delattr, getattr, and …
- 16:19 Ticket #13826 (Impossible to create indexes on PostGIS fields) created by
- I've included a patch which addresses the request below. This adds a …
- 13:30 Ticket #10115 (Allow test client to guess files' mimetypes) closed by
- duplicate: Duplicate of #11159 (I know that one's newer but it has a test and …
- 13:00 Ticket #13824 (ModelValidation ignores blank=True) closed by
- invalid: You need both blank=True and null=True. The first allows blanks to be …
- 12:55 Ticket #13825 (Primary key is not displayed properly on an editable changelist view ...) closed by
- duplicate: Fixed formatting, please use preview. This problem is already …
- 10:55 DjangoJobs edited by
- (diff)
- 10:54 DjangoJobs edited by
- (diff)
- 10:52 DjangoJobs edited by
- (diff)
- 10:52 DjangoJobs edited by
- (diff)
- 10:44 Ticket #13825 (Primary key is not displayed properly on an editable changelist view ...) created by
- Description of the Problem: Primary key does not display properly on …
- 10:03 Ticket #13824 (ModelValidation ignores blank=True) created by
- Cheers, I'm not quite sure if this is a feature or a bug, so sorry if …
- 08:44 Ticket #13823 (Regression from 1.2.1: admin.site.root_path is None and it breaks ...) created by
- Since admin.site.root_path is None, this value is rendered as 'None' …
- 06:21 Changeset [867d6907]stable/1.2.x by
- [1.2.X] Fixed error in AnonymousUser docs since [12316] Backport of …
- 06:10 Changeset [c724ad9c]stable/1.10.xstable/1.11.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 error in AnonymousUser docs since [12316] git-svn-id: …
- 04:06 Ticket #13822 (ForeignKey's attname is counter-intuitive when referencing to a field ...) created by
- […] Also, currently we have: […] which also looks strange.
06/23/2010:
- 16:39 Ticket #13821 (Tests don't pass on python2.4 and 2.5 on postgresql) created by
- Trunk r13400 on Ubuntu 8.04, python2.5 (or 2.4) with psycopg2 (or …
- 15:48 Ticket #13820 (Deprecate mod_python support) created by
- As proposed & discussed in the …
- 15:03 Changeset [6eafd412]stable/1.10.xstable/1.11.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 #13799, a test failure on Postgres. Thanks, Alex. git-svn-id: …
- 15:03 Ticket #13799 (Test failing on Postgres on trunk) closed by
- fixed: (In [13400]) Fixed #13799, a test failure on Postgres. Thanks, Alex.
- 14:49 Ticket #13819 (django.conf.urls.i18n must allow param language as GET) created by
- The description of the set_language method : […] Is not fully …
- 14:31 Ticket #13818 (Check Child IDs before creating parent IDs) created by
- When saving new models that are inherited Django currently creates the …
- 12:38 Changeset [90380b8f]stable/1.2.x by
- [1.2.X] Fixed #13671, #13748 -- Fixed errata and minor updates to …
- 12:34 Changeset [7773a92]stable/1.10.xstable/1.11.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 #13671, #13748 -- Fixed errata and minor updates to GeoDjango …
- 12:34 Tickets #13671,13748 batch updated by
- fixed: (In [13398]) Fixed #13671, #13748 -- Fixed errata and minor updates to …
- 12:19 Changeset [1b5f812a]stable/1.2.x by
- [1.2.X] Fixed #13779 -- Can now discover GDAL 1.7 from debian-based …
- 12:17 Changeset [096c4653]stable/1.10.xstable/1.11.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 #13779 -- Can now discover GDAL 1.7 from debian-based packages. …
- 12:17 Ticket #13779 (GeoDjango doesn't find libgdal 1.7.0) closed by
- fixed: (In [13396]) Fixed #13779 -- Can now discover GDAL 1.7 from …
- 08:20 Changeset [71cecc49]stable/1.2.x by
- [1.2.X] Fixed #12803 - Added styling for 'error' and 'warning' …
- 08:14 Ticket #12803 (Provide styling for warning and error messages) closed by
- fixed: (In [13393]) Fixed #12803 - Added styling for 'error' and 'warning' …
- 08:14 Changeset [5ff262e8]stable/1.10.xstable/1.11.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 #12803 - Added styling for 'error' and 'warning' messages in …
- 08:03 Ticket #13652 (Support error user messages [PATCH]) closed by
- duplicate: Duplicate of #12803
- 05:25 Ticket #13817 (Error message when cache.set has trouble.) created by
- I am using low-level cache in my app, there were some cases when the …
- 03:42 Ticket #13816 (dumpdata should not attempt to dump non-managed models) created by
- Following my e-mail to django-users ( …
- 03:30 Ticket #13815 (Excluding isnull=False testing failing on reverse optional relations) created by
- This one is related to #13768. When executing …
- 02:23 Ticket #13814 (Utility method for getting a Site object) created by
-
Fairly often, I find myself writing code which needs a
Site
and …
06/22/2010:
- 20:53 Ticket #13813 (Comparison of database connections can raise AttributeError) created by
- Database connections can raise AttributeError if compared to objects …
- 09:16 Ticket #13812 ([patch] Change the way BaseContext maintains the dicts) created by
-
In
django.template.context
,BaseContext
is the base class of … - 08:37 Ticket #13811 (Unique checks in model formsets do not ignore null values) created by
- When you have unique_together constraints in which one member can be …
- 08:30 Ticket #13810 (number format routine improvement) created by
- in nuberformat format(), decimal_pos == 0 should effectively remove …
- 06:40 DevelopersForHire edited by
- Just add our team to your Django developers list in Ukraine (diff)
- 02:19 DevelopersForHire edited by
- (diff)
- 01:56 Ticket #13809 (FileField open method is only accepting 'rb' modes) created by
- I have the following model in my application: […] Then I have the …
06/21/2010:
- 14:42 Ticket #13808 (Setting handler404 and/or handler500 in main urls.py does not work.) closed by
- worksforme: I do exactly this in one of my projects so I'm not sure how to …
- 14:00 Ticket #13808 (Setting handler404 and/or handler500 in main urls.py does not work.) created by
- Setting handler404 or handler500 in the projects main urls.py does not …
- 07:30 Ticket #13797 (Login and logout views could optionally post a message to the user) closed by
- wontfix: Closing wontfix; #5612 is the right approach for this.
- 07:19 Changeset [2f2018e0]stable/1.10.xstable/1.11.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 skeleton 1.3 release notes. git-svn-id: …
- 07:09 Ticket #12619 (django-admin's testserver doesn't support --noinput) closed by
- fixed: (In [13365]) Fixed #12619 -- Added support for the --noinput flag to …
- 07:09 Changeset [0dce7b69]stable/1.10.xstable/1.11.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 #12619 -- Added support for the --noinput flag to testserver. …
- 07:01 Ticket #13747 (Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) closed by
- fixed: (In [13364]) [1.2.X] Fixed #13747 -- Reverted documentation suggesting …
- 07:01 Changeset [8f5236fa]stable/1.2.x by
- [1.2.X] Fixed #13747 -- Reverted documentation suggesting the use of …
- 06:48 Changeset [6ab3fea]stable/1.10.xstable/1.11.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 #8901 -- Reapplied r13328 (with extra docs) now that we have a …
- 06:48 Ticket #8901 (Django's guessed postgresql sequence name is incorrect if the ...) closed by
- fixed: (In [13363]) Fixed #8901 -- Reapplied r13328 (with extra docs) now …
- 03:08 Ticket #13807 (Date/Time functions dont work in the admin ( 1.2 ) - ...) closed by
- fixed: it seems like it's relying on my old i18n.py even though i'm using …
- 02:15 Ticket #13806 (ModelAdmin.save_as does not work) closed by
- worksforme: Sorry. This does work. Was a form problem :P
- 01:58 Ticket #13807 (Date/Time functions dont work in the admin ( 1.2 ) - ...) created by
- I grabbed Django 1.2.1 and setup my new project up. Within the admin, …
- 01:29 Ticket #13806 (ModelAdmin.save_as does not work) created by
- The documents …
- 01:15 Ticket #13805 (Unable to use .raw() in multi-db environment) closed by
- worksforme: It works fine for me, and I've got a test suite to back up my …
- 01:12 Ticket #13805 (Unable to use .raw() in multi-db environment) created by
-
I have a model
M
.M.objects.raw('...')
works, but …
Note: See TracTimeline
for information about the timeline view.