Timeline
06/28/2008:
- 23:07 Ticket #7232 (unexpected results and incorrectly generated SQL using OneToOne models ...) closed by
- fixed: I cannot repeat this problem with current trunk. I went back as far as …
- 22:28 Ticket #7315 (Forcing Inner join to a nullable foreignkey when it is inherited from ...) closed by
- fixed: Closing on the grounds that it's almost certainly a dupe of #7181. …
- 22:07 Changeset [b67164fb]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
- Use create() to create objects in the query regression tests, like all …
- 22:02 Ticket #7277 (after queryset refactor, specifying > 2 OR'ed conditions that span ...) closed by
- fixed: I didn't believe it at first, but this did turn out to be the same …
- 22:01 Changeset [6d79ecc8]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 test to show that #7227 was also fixed by [7778]. …
- 21:36 Changeset [bb218245]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 handling of multiple fields in a model pointing to the same …
- 21:36 Tickets #7110,7125 batch updated by
- fixed: (In [7778]) Fixed handling of multiple fields in a model pointing to …
- 21:35 Changeset [d800c0b]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
- Moved the settings of db_table to Options.contribute_to_class(). Some …
- 19:23 Ticket #7563 (A change in db\models\base.py is not compatible with the dumpscript ...) closed by
- wontfix: It seems to me that this is a problem with dumpscript, not with …
- 17:40 Ticket #7564 (Translated string with unamed arguments) created by
- When executing django/bin/make-messages.py on newforms-admin branch, …
- 17:35 Ticket #7294 (Same Classname and Fieldnames clash in edit inline) closed by
- invalid: This fails long before trying to save an Apple. What you have …
- 16:34 DynamicModels edited by
- changing more instances of maxlength to max_length (diff)
- 16:28 Ticket #7412 (i18n crash on non-ASCII (UTF-8 encoded) doctrings) closed by
- invalid: I was able to recreate using the TestModel exactly as shown. However …
- 15:16 Ticket #6978 (Checkboxes are weird in inline forms) closed by
- worksforme: I can't see the problem you are describing. I have an in-line edited …
- 14:29 Ticket #7563 (A change in db\models\base.py is not compatible with the dumpscript ...) created by
- A change in db\models\base.py is not compatible with the dumpscript …
- 14:15 Ticket #7528 (Foreign keys in search_fields give wrong results some hits duplicated, ...) closed by
- duplicate: The remaining problem (missing DISTINCT) has been fixed as part of the …
- 13:18 DynamicModels edited by
- fixing max_length in the second example (diff)
- 13:17 DynamicModels edited by
- fixing the deprecated maxlengh to max_length in example (diff)
- 13:09 Ticket #7383 (MySql error "Truncated Incorrect Double Value" using extra()) closed by
- invalid: The quoting done by extra params= is not correct for column names in …
- 09:57 Ticket #7562 (updated macedonian translation) created by
- Please update the macedonian (mk) translation. django.po is attached.
- 05:55 Changeset [be6ff148]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 the fix from [7775]. The previous change was failing Django's …
06/27/2008:
- 18:44 Ticket #7561 (post_syncdb signal should be emitted when syncdb actually finishes) created by
- Currently the post_syncdb signal is emitted when all models are synced …
- 17:25 Ticket #7560 (Delegate (most) type conversion to backends) created by
- As discussed on the …
- 16:47 Changeset [40d2b419]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 #7559 -- Updated newforms unit tests to reflect the fact that …
- 16:47 Ticket #7559 (http://www.jfoiwjfoi23jfoijoaijfoiwjofiwjefewl.com is no longer invalid) closed by
- fixed: (In [7775]) Fixed #7559 -- Updated newforms unit tests to reflect the …
- 15:54 Ticket #7172 (registration/password_reset_form.html, does not show the form errors) closed by
- fixed: This was fixed in [7734]
- 15:41 Ticket #7559 (http://www.jfoiwjfoi23jfoijoaijfoiwjofiwjefewl.com is no longer invalid) created by
- A domain squatter has taken …
- 11:40 Ticket #7558 (svn:ignore properties missing) created by
- I've found that svn:ignore properties are missing for *.pyc at least …
- 11:20 Ticket #7557 (ValueError does not catch all cases when trying to determine type of ...) created by
- […] In my case "var" was a dict. obviously dict is not a …
- 10:35 NewformsAdminBranch edited by
- Grammar Nazi (diff)
- 10:32 Ticket #7556 (inspectdb fails in MySql if a table references a table outside the ...) created by
- If a table contains a foreign key that refers to another table that …
- 09:35 Ticket #7555 (Django admin bug: Can't edit content not in Queryset) closed by
- worksforme: Using newforms-admin, I don't get items excluded by the default …
- 08:43 Ticket #7555 (Django admin bug: Can't edit content not in Queryset) created by
- When the default manager's get_query_set() is overridden to narrow …
- 08:33 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 08:33 DjangoSpecifications/Contrib/Sessions edited by
- (diff)
- 00:34 BackwardsIncompatibleChanges edited by
- (diff)
- 00:33 BackwardsIncompatibleChanges edited by
- (diff)
- 00:31 BackwardsIncompatibleChanges edited by
- Changed title casing so link worked (diff)
06/26/2008:
- 22:48 Changeset [8aec66f1]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
- Removed a dead line that was left in [7773] by accident. git-svn-id: …
- 22:40 Ticket #7554 (python manage.py dbshell does not enter password from settings.py) closed by
- wontfix: Most of the database shells require the password to be entered at …
- 22:36 BackwardsIncompatibleChanges edited by
- documented internal where-node changes in 7773. (diff)
- 22:29 Ticket #7506 (Unable to pickle certain QuerySet objects due to use of curry function ...) closed by
- fixed: Fixed in [7773].
- 22:28 Ticket #7128 (Infinite Recursion in new QuerySet Refactor when using a post_init signal) closed by
- fixed: Fixed in [7773].
- 22:28 Ticket #7204 (QuerySet cloning can sometimes fail) closed by
- fixed: Fixed in [7773].
- 22:27 Changeset [ade4a124]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
- Reorganised the internals of the Where node a bit to fix some copying …
- 21:51 Ticket #7554 (python manage.py dbshell does not enter password from settings.py) created by
- When using "python manage.py dbshell" the password from settings.py is …
- 21:47 Ticket #7553 (return None in sites.py doesn't work with decorators) created by
- Simply, adding the cache to the login view in the new admin broke the …
- 21:30 Ticket #7552 ([Spam]) closed by
- invalid
- 21:29 Ticket #7552 ([Spam]) created by
- asdf
- 17:37 Ticket #7150 (patch to implement view pemission in admin) closed by
- duplicate: I believe #820 was meant as the dup number. It was closed 'wontfix' …
- 16:40 Ticket #7279 (Form wizard get_template bug) closed by
- duplicate: Duplicate of #6893
- 16:21 Ticket #7551 (GenericForeignKey fails if initialized to None during model init) created by
- Supposing you have a model with a GenericForeignKey... […] If you …
- 16:05 Ticket #7550 (Django doesn't work when called from a subdirectory using (Fast)CGI) created by
- If a CGI calls django with an empty PATH_INFO (as may happen if the …
- 14:27 Ticket #7150 (patch to implement view pemission in admin) reopened by
- Replying to ubernostrum: > This is a duplicate of #520, …
- 12:49 InitdScriptForLinux edited by
- Minor note for RHEL4 (and possibly other RedHat systems) (diff)
- 12:44 Changeset [c237ef6]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 a "column" instance that wis massed in [7743]. git-svn-id: …
- 11:53 Ticket #7541 (newforms-admin: doesn't respect overridden querysets in formfields) closed by
- fixed: (In [7771]) newforms-admin: Fixed #7541 -- RelatedFieldWidgetWrapper …
- 11:47 Ticket #7546 (Exact lookups on DateTimeField() with datetime.date object does not work) created by
- In http://www.djangoproject.com/documentation/db-api/ there are …
- 11:25 Ticket #7545 (Can't create an abstract model with 2 foreign keys to the same model) closed by
- invalid: See …
- 11:18 Ticket #7545 (Can't create an abstract model with 2 foreign keys to the same model) created by
- I am using newforms-admin revision 7770. If you create an abstract …
- 10:10 Ticket #7544 (Documentation mistake when using an escaping example) created by
- On: http://www.djangoproject.com/documentation/templates/, it gives an …
- 09:57 NewformsHOWTO edited by
- (diff)
- 09:51 Ticket #1621 (manytomany admin widget broken under IE6.0 when in collapsed group) closed by
- duplicate: This, #3110, and #7278 are all reporting the same problem. Confirmed …
- 09:31 Ticket #7540 (Minus signs cause OGRGeometry JSON parsing to fail) closed by
- fixed: (In [7767]) gis: Fixed #7540 -- fixed the GeoJSON regex to accept …
- 08:25 Changeset [36cb4383]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 #7312 -- Fixed handling of custom Q-like objects in …
- 08:25 Ticket #7312 (QuerySet.complex_filter() chokes on custom Q objects (with ...) closed by
- fixed: (In [7766]) Fixed #7312 -- Fixed handling of custom Q-like objects in …
- 07:21 Ticket #7235 (filtering on an EmptyQuerySet raises an Exception) closed by
- invalid: This isn't a valid problem, since creating an EmptyQuerySet directly …
- 06:42 QuerysetRefactorBranch edited by
- Removed something that was a bug, rather than a backwards-incompatible … (diff)
- 06:42 Changeset [9e23c3c]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
- EmptyQuerySet classes can now be merged with normal querysets. …
- 05:52 Ticket #7543 (Typo in model-api) created by
- Small Documentation typo.
- 05:50 Ticket #7105 (dates queryset method doesn't work for parent date fields) closed by
- fixed
- 05:50 Changeset [0e692fda]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 the way symmetrical many-to-many relations are recorded in the …
- 05:50 Ticket #7107 (ManyToMany self-referential models *need* a related_name) closed by
- fixed: (In [7764]) Fixed the way symmetrical many-to-many relations are …
- 02:51 Changeset [279fc859]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 #7105 -- Fixed dates() queries in light of model inheritance. …
- 02:04 Ticket #7215 (related_name argument for ForeignKey ignored when inheriting from ...) closed by
- fixed: (In [7762]) Fixed #7215 -- Create correct reverse-relation accessors …
- 02:04 Changeset [d2ce1df0]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 #7215 -- Create correct reverse-relation accessors when using …
- 01:50 Ticket #7181 (Meta ordering on foreign key field which can be None) closed by
- fixed: (In [7761]) Fixed #7181 -- when ordering by a potentially NULL field, …
- 01:50 Changeset [ba015e0a]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 #7181 -- when ordering by a potentially NULL field, use a …
- 00:48 Ticket #7142 (QuerySet: Distinct + Values + order by doesn't behave as one would expect) closed by
- invalid: I gather there's some ordering on the model that's not mentioned here …
- 00:36 Ticket #7076 (qs.exclude(something=123) should not exclude objects with something=None) closed by
- fixed: Fixed in [7760].
- 00:34 Changeset [e41df5ad]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 #7076 -- Include NULL values when excluding non-NULL items. …
- 00:26 Ticket #7291 (Django weblog doesn't include dates of entries in feed) closed by
- fixed: (In [7759]) Fixed #7291 -- djangoproject.com weblog RSS feed now …
- 00:24 Ticket #7417 (Warning on /admin/doc/tags/) closed by
- fixed: (In [7758]) Fixed #7417 -- Fixed ReST error in do_if() docstring. …
- 00:24 Changeset [2c08986f]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 #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard …
- 00:21 Ticket #7482 (Wording in model documentation) closed by
- fixed: (In [7757]) Fixed #7482 -- Fixed an awkward wording in …
- 00:21 Changeset [82d0994]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 #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, …
- 00:19 Ticket #7481 (Sites in admin interface documentation) closed by
- invalid
- 00:16 Changeset [9ef491b0]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
- Optimized {% cycle %} template tag so that it creates the Variable …
- 00:07 Ticket #7542 (urlize changing link text as well as url) closed by
- fixed: (In [7755]) Fixed #7542 -- Fixed bug in urlize where it was appending …
- 00:07 Changeset [b7fea94]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 #7542 -- Fixed bug in urlize where it was appending 'http://' to …
06/25/2008:
- 23:57 Ticket #6986 (Multiple conditions in Q objects are connected with differrent ...) closed by
- fixed: Just discovered where I'm doing a similar query in some more serious …
- 23:54 Ticket #6201 (Improved cache tag to allow timeout to be a template variable) closed by
- fixed: (In [7754]) Fixed #6201 -- Improved the {% cache %} template tag to …
- 23:54 Changeset [74f0408f]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 #6201 -- Improved the {% cache %} template tag to allow the …
- 23:42 Ticket #7542 (urlize changing link text as well as url) created by
- The autoescaping introduced in [7079] had the unintended side-effect …
- 23:33 Changeset [5ee4a09]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 infuriating lack of apostrophe in a comment git-svn-id: …
- 23:30 Changeset [dbde7fc]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 #6322 -- Fixed bug in 'ifchanged' template tag where it wasn't …
- 23:30 Ticket #6322 (ifchanged doesn't properly reset itself if not evaluated each time ...) closed by
- fixed: (In [7752]) Fixed #6322 -- Fixed bug in 'ifchanged' template tag where …
- 23:25 Changeset [65437a95]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
- Improved our tests so that they don't raise an error if setuptools …
- 23:22 Changeset [345a096]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
- Negligible formatting changes to …
- 23:11 Changeset [fbef599f]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 #6306 -- redirect_to_login() helper function now quotes the URL …
- 23:11 Ticket #6306 (auth's redirect_to_login method doesn't correctly quote url argument) closed by
- fixed: (In [7749]) Fixed #6306 -- redirect_to_login() helper function now …
- 23:09 Changeset [54f7da3a]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 #7274 -- Improved the django.contrib.auth password_reset() view …
- 23:09 Ticket #7274 (Reset password view shouldn't require sites application) closed by
- fixed: (In [7748]) Fixed #7274 -- Improved the django.contrib.auth …
- 23:05 Ticket #7319 (DatabaseFeatures.needs_upper_for_iops is not used anywhere) closed by
- fixed: (In [7747]) Fixed #7319 -- Removed unused DatabaseFeatures attribute …
- 23:05 Changeset [2b926d4]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 #7319 -- Removed unused DatabaseFeatures attribute …
- 23:03 Ticket #7527 (extraneous entry in django.core.servers.basehttp.__all__) closed by
- fixed: (In [7746]) Fixed #7527 -- Removed an unused value from all in …
- 23:03 Changeset [8089eec]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 #7527 -- Removed an unused value from all in …
- 22:59 Changeset [31ee5510]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
- Various documentation edits git-svn-id: …
- 22:16 Changeset [5dabaf3]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
- A forgotten file from [7743] (test the new DictWrapper class). …
- 22:11 Ticket #7109 (__dict__ substitution in Field.db_type() does no quoting) closed by
- fixed: (In [7743]) Fixed #7109 -- Quote certain values before passing them …
- 22:11 Changeset [915001ad]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 #7109 -- Quote certain values before passing them for …
- 21:22 Ticket #7113 (The `ChangeList` does not support custom queryset subclasses) closed by
- fixed: Fixed in [7742] (by removing the overly-strict error checking).
- 21:20 Changeset [002dbd16]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
- Removed the bulk of the sanity checking when merging QuerySets. It …
- 20:02 Changeset [588eeb3]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 a problem when constructing complex select_related() calls. …
- 20:01 Changeset [18344286]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 a problem with values() and values_list() queries and nullable …
- 18:50 QuerysetRefactorBranch edited by
- (diff)
- 18:04 Ticket #7268 (Have a consistent handling of Django scripts for upstream distributors) closed by
- duplicate: Ok; Closing remaining parts of ticket in favour of #5522.
- 17:03 Ticket #7541 (newforms-admin: doesn't respect overridden querysets in formfields) created by
- Given this code: […] one would expect the dropdown list for …
- 14:15 Ticket #7540 (Minus signs cause OGRGeometry JSON parsing to fail) created by
- The regex for recognizing a GeoJSON string doesn't accept minus signs, …
- 13:11 Ticket #7539 (Add ON DELETE and ON UPDATE support to Django) created by
- The attached patch adds two levels of ON DELETE and ON UPDATE support …
- 10:36 Ticket #7538 (add signal when all models are loaded) created by
- Currently there is no signal when the models cache is fully populated. …
- 10:17 Ticket #7537 (Make RegexURLResolver easier to subclass) created by
- Referencing …
- 10:12 VersionOneRoadmap edited by
- added table of contents and note about how we are setting ticket milestones (diff)
- 08:38 Ticket #7155 (dates() querysets don't work after qsrf) closed by
- fixed: (In [7739]) Fixed #7155 -- Corrected DateQuerySet to handle nullable …
- 08:38 Changeset [b8f7b39c]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 #7155 -- Corrected DateQuerySet to handle nullable fields. …
- 07:09 Ticket #7531 (Usage of fixtures to set up sites breaks tests) closed by
- fixed: (In [7738]) Fixed #7531 -- Modified the sites test so that …
- 07:09 Changeset [87a704c]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 #7531 -- Modified the sites test so that user-provided initial …
- 06:43 Ticket #7533 (Unlinked pages in the documentation TOC) closed by
- wontfix: A major rework of the documentation in on the todo list for v1.0. This …
- 05:58 Ticket #7536 (mysql inspectdb unable to handle newdecimal) created by
- Description: doing inspectdb on a mysql newdecimal field is …
- 04:26 Ticket #7197 (Incorrect use of IEXACT in manipulator_validator_unique_together) closed by
- duplicate: Same as #4562 This ticket seems to be the same as #4562 and …
Note: See TracTimeline
for information about the timeline view.