Timeline
09/01/2013:
- 20:55 Ticket #21018 (Make the implications of order in INSTALLED_APPS more consistent) created by
- There are several subsystems that are affected by the order of the …
- 19:50 Ticket #21016 (IntergerField not working? Confusing documentation?) closed by
- invalid: Actually yes, you are doing something wrong but it doesn't warrant …
- 16:52 Ticket #21017 (code error in v1.5 tutorial 5) created by
- […]
- 15:30 Ticket #21016 (IntergerField not working? Confusing documentation?) created by
- I've read from the docs, that I can declare in my model IntegerFields …
- 13:08 Ticket #21015 (MigrationLoader trips on file modules and empty directories called ...) created by
- […]
- 13:07 Changeset [41feab36]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Converted tests for admin first form widget auto-focus to Selenium. …
- 13:05 Ticket #21014 (MigrationLoader gobbles ImportError despite trying not to.) created by
- […]
- 10:09 Ticket #21013 (Admin history should consider ModelAdmin.get_queryset) created by
- * Model with custom default manager that excludes some objects * …
- 08:47 Changeset [c01cd4c4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Change test added in 3e34005b1b to be more stable. It could fail when …
- 07:58 Changeset [17d898de]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove usage of deprecated module_name model option introduced in …
- 06:02 Ticket #21012 (Provide shared "caches" dict to avoid creating multiple cache class ...) created by
- Pursuant to Florian's recent post on the mailing list, here is a patch …
- 02:37 Ticket #21011 (It should be possible for model classes to have abstract methods) closed by
-
invalid: In this scenario
__metaclass__
must be a subclass of bothModel
's …
08/31/2013:
- 23:46 Ticket #21011 (It should be possible for model classes to have abstract methods) created by
- This is 'abstract' in terms of ABCMeta and has nothing to do with …
- 19:30 Ticket #21008 (MigrationWriter doesn't handle lazy().) closed by
- fixed: In ff9e1161984f43f34f9ecff5ee80959016447cf3: […]
- 19:26 Changeset [ff9e1161]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21008 -- Made MigrationWriter handle Promise objects.
- 16:17 Ticket #21010 (ModelState.fields contain fields from parents in MTI.) created by
- This causes `FieldError: Local field 'field' in class 'Model1' clashes …
- 15:29 Ticket #21009 (Add a versionchanged note that returning cleaned_data is no longer ...) created by
- The two examples of a form clean method at the very bottom of …
- 15:12 Ticket #17074 (Custom widget use hidden input Bug.) closed by
- fixed: In [1c0c879be3a21affec3d5eb2d6b6e4f0a0803aec]: Fixed #17074 -- …
- 14:19 Changeset [1c0c879]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17074 -- Improved first field detection in admin add form …
- 14:07 Ticket #21008 (MigrationWriter doesn't handle lazy().) created by
-
field = Field(verbose_name=_('something'))
is sufficient to trip the … - 10:14 Changeset [92a710cd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated Selenium-based tests after e909ceae9b.
- 09:06 Ticket #20739 (Remove django.test.testcases dependency on django.contrib.staticfiles) closed by
- fixed: In e909ceae9b3e72b72e0a2baaa92bba9714f18cd2: […]
- 09:02 Changeset [e909cea]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made django.test.testcases not depend on staticfiles contrib app. Do …
- 08:52 Changeset [c9a021b0]stable/1.5.x by
- [1.5.x] Made the doc about translating string literals in templates …
- 08:23 Changeset [e0643cb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Properly skipped yaml tests when not installed
- 08:18 Ticket #13182 (Remove useless whitespaces in JSON dump with indent option) closed by
- fixed: In 3e34005b1b4a9a447e3b3fd76e71f0c73d530414: […]
- 08:18 Changeset [3e34005]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13182 -- Prevented trailing spaces in indented json output …
- 07:00 Changeset [64383e8]stable/1.6.x by
- [1.6.x] Made the doc about translating string literals in templates …
- 06:59 Changeset [9885f07]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made the doc about translating string literals in templates more prominent.
- 03:33 Changeset [68ae9f3]stable/1.6.x by
- [1.6.x] Fixed copy/paste error in measurement docs Backport of …
- 03:33 Changeset [e87997d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed copy/paste error in measurement docs
- 01:09 Ticket #21007 (Support for add new fields on proxy model inheritance) created by
- Support for add new fields on proxy model inheritance could simplify …
08/30/2013:
- 20:07 Changeset [0089a9a8]stable/1.6.x by
- [1.6.x] Fixed typo in docs/ref/models/options.txt Backport of …
- 20:05 Changeset [a89c856]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/ref/models/options.txt
- 18:45 Changeset [21a3efcf]stable/1.6.x by
- [1.6.x] Fixed #20999 - Allow overriding formfield class with choices, …
- 18:43 Ticket #20999 (Cannot specify form_class that isn't subclass of TypedChoiceField for ...) closed by
- fixed: In 7211741fc5d50425133ab942181cc095c56d7387: […]
- 18:43 Changeset [7211741]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20999 - Allow overriding formfield class with choices, without …
- 14:31 Ticket #21005 (Schema tests are language-dependant) closed by
- fixed: In b04f8ddbaa57daaefee9eacbab1eaad437d8ff0a: […]
- 14:28 Changeset [b04f8ddb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21005 -- Made schema tests language-independent Thanks Simon …
- 12:59 Ticket #21006 (Add an example of the formset argument for inlineformset_factory) created by
- https://docs.djangoproject.com/en/1.5/topics/forms/modelforms/#overridi …
- 12:03 Ticket #21005 (Schema tests are language-dependant) created by
- In the new schema tests, there is a check about the content of message …
- 09:58 Ticket #20989 (Remove useless list comprehensions) closed by
- fixed: In 11cd7388f77aa9d12ab6b57285c3801b237e241b: […]
- 09:57 Changeset [11cd7388]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20989 -- Removed useless explicit list comprehensions.
- 06:09 Ticket #21004 (Deprecation Timeline: is_managed(): more info needed) closed by
- wontfix: It's a private API. If you've been using it, you're on your own; …
- 05:32 Ticket #21004 (Deprecation Timeline: is_managed(): more info needed) created by
- According to the Deprecation Timeline is_manged() and some other APIs …
- 05:04 Changeset [1d874ce]stable/1.6.x by
- [1.6.x] Set 'bidi' Urdu property to True Refs #20454. Backport of …
- 05:03 Changeset [e4a67fd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Set 'bidi' Urdu property to True Refs #20454.
- 05:02 Ticket #21003 (BaseGeometryWidget is not idempotent) created by
- Currently, the geometry data is serialized as wkt : …
- 03:50 Ticket #21002 (Document JSON session serialization requires string keys) created by
- Just updated my django 1.6 beta in project; Effectively moved from the …
- 03:05 Ticket #21001 (Non working SQL generated for Oracle when doing .exclude('')) closed by
- invalid: Oracle treats "" and NULL similarly. So, for Oracle the above query is …
- 02:50 Ticket #21001 (Non working SQL generated for Oracle when doing .exclude('')) created by
- I have a query to exclude all entries with an empty char field. This …
- 02:48 Tickets #3544,16147 batch updated by
- fixed: In e2f06226ea4a38377cdb69f2f5768e4e00c2d88e: […]
- 02:36 Changeset [e2f06226]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improved {% include %} implementation Merged BaseIncludeNode, …
- 01:47 Changeset [76e38a2]stable/1.6.x by
- [1.6.x] Fixed #20988 -- Added model meta option select_on_save The …
- 01:46 Changeset [cd10e99]stable/1.6.x by
- [1.6.x] Removed stale add_q() comment Backport of 13be3bfef1 from master
- 01:45 Changeset [13be3bfe]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed stale add_q() comment
- 01:44 Ticket #20988 (Model.save() refactoring incompatibilities) closed by
- fixed: In e973ee6a9879969b8ae05bb7ff681172cc5386a5: […]
- 01:41 Changeset [e973ee6a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20988 -- Added model meta option select_on_save The option can …
08/29/2013:
- 23:02 Ticket #21000 (Session cached_db backend doesn't use SESSION_CACHE_ALIAS) created by
-
cached_db
always usedefault
cache backend - 21:37 Ticket #20999 (Cannot specify form_class that isn't subclass of TypedChoiceField for ...) created by
-
In
Field.formfield()
, ifself.choices
is set, Django overrides any … - 18:45 Ticket #20998 (Form GIS widgets render() lack of modularity) created by
- When subclassing GIS form widgets, there should be a way to override …
- 13:50 Changeset [36bbe3b7]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Altered test introduced in f19a3669b8 for the sake of readability. …
- 13:22 Changeset [50d25a9]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added SplitHiddenDateTimeWidget to django.forms.widgets.all
- 13:18 Ticket #20997 (Documentation for using sessions outside of views should import ...) closed by
- fixed: In be48c6c19915f78f1378dba8b0c6c41ab8e8ab59: […]
- 13:15 Changeset [be48c6c1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20997 -- Added SessionStore note to docs. Thanks jsdalton.
- 12:15 Ticket #20997 (Documentation for using sessions outside of views should import ...) created by
- Briefly, the current documentation for using sessions outside of views …
- 11:49 Changeset [6f44ef16]stable/1.5.x by
- [1.5.x] Added links to file docs. Backport of d72f83c410 from master
- 11:49 Changeset [60df34d4]stable/1.6.x by
- [1.6.x] Added links to file docs. Backport of d72f83c410 from master
- 11:48 Changeset [d72f83c4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added links to file docs.
- 11:21 Ticket #20989 (Remove useless list comprehensions) closed by
- fixed: In c7d0ff0cad24dbf444f2e4b534377c3352c7aa98: […]
- 11:14 Changeset [10d15f79]stable/1.6.x by
- [1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling …
- 11:11 Changeset [c7d0ff0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20989 -- Removed explicit list comprehension inside dict() and …
- 10:48 Ticket #20996 (formset factories override any supplied formset max_num) created by
-
Because of the way
formset_factory
yields a new object based on a … - 10:38 Ticket #20751 (Add option to runfcgi to set socket permissions (also, tests for runfcgi)) closed by
-
wontfix: Closing as "won't fix" since we are deprecating
runfcgi
. Perhaps … - 10:25 Ticket #16423 (ModelForm._post_clean() does not respect Model.clean() ...) closed by
- fixed: I believe this was addressed by [f34cfec0].
- 10:17 Ticket #14786 (get_db_prep_lookup call get_prep_value twice for each value if ...) closed by
- fixed: In f19a3669b87641d7882491c3590d3c1c79756197: […]
- 10:13 Changeset [f19a3669]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice …
- 09:18 Ticket #20995 ({% include %} uses get_template where it could select_template) created by
- It'd be nice if the Include template tag was sensible enough to allow …
- 08:45 Changeset [ef12593]stable/1.6.x by
- [1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction …
- 08:43 Ticket #16433 (Missing 'help_text' in admin form when showing the back reference for ...) closed by
- fixed: In af953c45cc56df28d02675e196eca1b54ce28a43: […]
- 08:39 Changeset [af953c45]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16433 -- Fixed a help_text/read only field interaction that …
- 05:52 Ticket #20881 (Remove contrib.auth.models.AbstractUser arbitrary definition of ...) closed by
- fixed: In cf8d6e910839238ee9b2d0a094d98cb8d48dc530: […]
- 05:36 Changeset [cf8d6e91]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20881 -- Removed …
- 05:25 Ticket #20993 (filtering with F(), then count()ing throws a pickle ValueError) closed by
- duplicate: It's very unlikely to be backported, according to our backwards …
- 04:12 Ticket #20993 (filtering with F(), then count()ing throws a pickle ValueError) closed by
- worksforme: Hi, I tried reproducing your issue butI haven't had much success. …
- 03:55 Ticket #20994 (Referencing a ForeignKey raw value doesn't follow convention) created by
- When we want to look up a ForeignKey via a filter, but don't know the …
- 02:25 Changeset [8d473b2]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #7116 -- Optimize RequestContext construction
- 02:22 Changeset [5cdacbda]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17356 -- Allowed {% include %} to render compiled templates …
- 02:10 Ticket #7116 (Optimize RequestContext construction) closed by
- fixed: In 8d473b2c54035cbcd3aacef0cb83a9769cd05ad3: […]
- 02:05 Ticket #17356 (Allow {% include %} to render compiled templates on the context) closed by
- fixed: In 5cdacbda034af928f5033c9afc7b50ee0b13f75c: […]
- 01:43 Changeset [58157be]stable/1.6.x by
- [1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on …
- 01:39 Ticket #20984 (sqlite3 adaptors tries to "decode" str value when running on Python 3) closed by
- fixed: In 169637649baa012a8a77b17465c5c0c1085336ea: […]
- 01:39 Changeset [1696376]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3 …
- 01:30 Ticket #18296 (Make creating apps inside project folder more intuitive with manage.py ...) closed by
- fixed: […] […] src: …
Note: See TracTimeline
for information about the timeline view.