Timeline
08/11/2013:
- 17:25 Ticket #20894 (type) closed by
- invalid: I'm fairly certain the tutorial is correct -- the suggestion isn't …
- 17:23 Ticket #20896 (Missing a step in "Activate the admin site") closed by
- worksforme: An entry for "example.com" should be created automatically when you …
- 16:03 Ticket #20896 (Missing a step in "Activate the admin site") created by
- If you use Django 1.4.5 and follow the steps on …
- 15:17 Ticket #20895 (Make check management command warn about BooleanFields without default ...) created by
- As …
- 09:28 Changeset [b61b634]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix weird planning issues when already fully migrated.
- 08:28 Changeset [b4c493ec]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove keep_default from add_field
- 08:27 Changeset [d985fd7]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix tablespace command
- 08:23 Changeset [ae19315b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Support index_together during model creation
- 07:01 Ticket #20894 (type) created by
- on https://docs.djangoproject.com/en/1.5/intro/tutorial03/ where the …
- 02:21 Ticket #20893 (Setup config in reusable-apps documetation) created by
- Setup configuration should include "zip_safe=False" as a warg in step …
- 02:06 Ticket #20892 (Allow configuring the memcached Client with CACHES 'OPTIONS') created by
- This appears to be an issue related to the fact that older releases of …
- 01:32 Ticket #20891 (Tutorial 2 in the Django documentation now requires third-party software) created by
- Near the bottom of the Django tutorial part 2, …
08/10/2013:
- 18:01 Changeset [21be9fef]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Stop being overcautious about Field.rel
- 17:58 Changeset [7702819]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Update get_constraints with better comments
- 17:08 Changeset [9e2a2c4]stable/1.5.x by
- [1.5.x] Fixed #20890 -- Added missing import in class-based view docs. …
- 17:08 Changeset [43f12f36]stable/1.6.x by
- [1.6.x] Fixed #20890 -- Added missing import in class-based view docs. …
- 17:08 Ticket #20890 (Missing View import on a Class Based View Introduction documentation ...) closed by
- fixed: In ab680725bfb2f0d79cff26331b30a3d583c55a80: […]
- 17:08 Changeset [ab680725]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20890 -- Added missing import in class-based view docs. Thanks …
- 16:48 Changeset [6e70f47d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #1464 from evildmp/squashing_commits Clarified …
- 16:24 Changeset [e868eaf6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- clarified misleading wording about squashing commits
- 15:04 Changeset [d5a7a3d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add clarifying comment
- 14:32 Changeset [22af1394]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Expand testing of Test LiveServerTestCase static files serving.
- 14:02 Changeset [3f1f91f1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Print all bad apps passed to makemigrations, not just the first one.
- 14:00 Changeset [cb92e339]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Test that django.views.static.serve() generates 404 status codes. …
- 14:00 Changeset [7970d97]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Docs tweaks (thanks timgraham)
- 13:50 Changeset [3c3d308e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Back SortedSet onto OrderedDict, rename it, and a few typo fixes
- 12:26 DevelopersForHire edited by
- (diff)
- 10:37 Ticket #20890 (Missing View import on a Class Based View Introduction documentation ...) created by
- There's a missing import on a Class Based Views introduction …
- 09:20 Ticket #20828 (@permission_required should accept a list of permissions) closed by
- fixed: In 00d23a13ebaf6057d1428e798bfb6cf47bb5ef7c: […]
- 09:10 Changeset [00d23a13]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20828 -- Allowed @permission_required to take a list of …
- 07:57 Ticket #20889 (HttpResponseBase._convert_to_charset complains about newline it ...) created by
- Consider the following snippet: […] This contains a "OSX-Style" …
- 05:03 Ticket #20888 (Allow defining order of column for indexes) created by
- Hi, Currently the index_together tuples do not support index …
08/09/2013:
- 16:26 Ticket #20887 (Document GzipMiddleware security issues) created by
- https://docs.djangoproject.com/en/dev/ref/middleware/#django.middleware …
- 15:02 Changeset [12edced1]stable/1.5.x by
- [1.5.x] Fixed #20868 -- Added an email to django-announce as a …
- 15:02 Changeset [2cd1439c]stable/1.6.x by
- [1.6.x] Fixed #20868 -- Added an email to django-announce as a …
- 15:02 Ticket #20868 (Security policy mentions nothing about sending emails to django-announce) closed by
- fixed: In 5737c57d95cc8c17b1aa2da4809f70ad4c212716: […]
- 15:02 Changeset [5737c57d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20868 -- Added an email to django-announce as a security step. …
- 14:18 Changeset [db0779db]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Merge pull request #1447 from evansd/patch-1
Use
usegmt
flag in … - 11:47 Changeset [f093646]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove pointless comment.
- 11:45 Changeset [9b4a789]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add [y/n] to autodetector questions and allow for default value
- 11:42 Changeset [ae96ad8]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove pointless fetch_results param
- 11:41 Changeset [fb16ee5]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove commented-out print
- 11:39 Changeset [b3cec92]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove other color_style override
- 11:36 Changeset [9f736294]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- utils.importlib is deprecated
- 11:34 Ticket #20882 (Typo in tutorial #4) closed by
- invalid: It's correct as is. Note the preceding sentence: "By default, the …
- 11:34 Changeset [6796276]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove useless override of self.style
- 11:24 Ticket #18356 (Test Client response does not contain Context with nested requests) closed by
- fixed: In 0cac4fbf699bb6a3de5f4a48c6e047a4dc6c2df7: […]
- 11:22 Changeset [0cac4fbf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18356 -- Gave the test client signals.template_rendered call a …
- 09:57 Changeset [453915bb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- SQLite test fix -- refs #9057
- 08:37 Changeset [588b5232]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge remote-tracking branch 'core/master' into schema-alteration …
- 08:31 Changeset [1d1cfd0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Document new field API in release notes
- 08:28 Ticket #9057 (Allow disabling contrib.auth auto creation of permissions) closed by
- fixed: In ddae74b64ccb1173e3f2f06d54dd45643130f9e0: […]
- 08:19 Changeset [ddae74b6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9057 -- Added default_permissions model meta option. Thanks …
- 08:17 Changeset [de64c4d6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge remote-tracking branch 'core/master' into schema-alteration …
- 08:12 Changeset [9c711ee]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failures on Python 3 - refs #12288
- 08:02 Ticket #20886 (auth.forms.AuthenticationForm incompatible with ...) closed by
- invalid: Um sorry, my bad. I had saved plaintext into the password field for my …
- 07:38 Ticket #20886 (auth.forms.AuthenticationForm incompatible with ...) created by
- If you have a custom user model which does not have a field called …
- 07:34 Changeset [b575d690]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failures introduced by #12288
- 07:09 Ticket #12288 (Validate that values in INSTALLED_APPS are unique) closed by
- fixed: In 2ac89012d8ff750ea5443b6f6f347dacb697e059: […]
- 07:08 Changeset [2ac89012]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12288 -- Added unique validation for INSTALLED_APPS
- 07:00 Ticket #20885 (Clarify who is in copy for the various mailboxes of the foundation.) created by
- Would be helpful to clarify: 1. what audience receives mail from the …
- 06:45 Ticket #20884 (Stop using ._clone() in class based views) closed by
- fixed
- 06:40 Ticket #20884 (Stop using ._clone() in class based views) created by
- Based on this ML discussion: …
- 06:06 Changeset [4fa2738]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #1460 from loic/ObjectMixins.get_queryset Improved …
- 05:51 Changeset [f8a6a4eb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
- 03:38 Ticket #20883 (Explicit OneToOneField for multi-table inheritance are not discovered ...) created by
- The following example doesn't work: […]
08/08/2013:
- 22:44 Ticket #20882 (Typo in tutorial #4) created by
- There is a typo in this tutorial: …
- 13:14 Changeset [70cf70ad]stable/1.5.x by
- [1.5.x] Added an anchor for django.forms.Form.clean in docs Backport …
- 13:14 Changeset [7c5d43e]stable/1.6.x by
- [1.6.x] Added an anchor for django.forms.Form.clean in docs Backport …
- 13:13 Changeset [8442268]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added an anchor for django.forms.Form.clean in docs
- 10:30 Ticket #20881 (Remove contrib.auth.models.AbstractUser arbitrary definition of ...) created by
- In AbstractUser class there is this code: […] Firstly... I cannot …
- 09:27 Changeset [d8dc2b1]stable/1.5.x by
- [1.5.x] Clarified meaning of models.User.is_authenticated() Backport …
- 09:27 Changeset [7836bd50]stable/1.6.x by
- [1.6.x] Clarifed meaning of models.User.is_authenticated() Backport …
- 09:27 Changeset [58e4fe46]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #1457 from jaimeirurzun/master Clarified meaning …
- 08:47 Changeset [bf55bbd]stable/1.5.x by
- [1.5.x] Added more on @cached_property, refs #20870 Backport of …
- 08:47 Changeset [9cc7407]stable/1.6.x by
- [1.6.x] Added more on @cached_property, refs #20870 Backport of …
- 08:45 Changeset [7e6af9d4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added more on @cached_property, refs #20870
- 08:34 Ticket #20880 (Remove non-cloning logic from Query.clone() and QuerySet._clone()) created by
- QuerySet and Query clone() methods are doing more than just cloning, …
- 08:27 Changeset [1c4a9bd9]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert change to the default Form.clean() This means it doesn't break …
- 08:10 Ticket #19264 (prefetch_one_level is slow) closed by
- duplicate: It seems #20577 is a duplicate. I think that ticket's patch has better …
- 08:05 Changeset [fb1dd6b1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Form.clean() does not need to return cleaned_data. If it does, that …
- 07:54 Ticket #20879 (BinaryField doesn't work with Oracle on Python3) created by
- I made a repo as a showcase of this bug …
- 06:45 Changeset [f96fe3cd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Clarify meaning of models.User.is_authenticated()
- 06:41 Ticket #20878 (Use of datetime.date throws a 'naive datetime' warning) closed by
- invalid: > a date object has no tzinfo attribute and no concept of time (and …
- 06:32 Ticket #20876 (Change Poll model name in tutorial to Question) closed by
- needsinfo: I assume this is in reference to the tutorial, but the project there …
- 06:05 Ticket #20878 (Use of datetime.date throws a 'naive datetime' warning) created by
-
Use of
datetime.date
to represent a date (not a datetime) throws the … - 05:29 Changeset [6cf33d49]stable/1.5.x by
- [1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x
- 04:36 Changeset [e8ea5521]stable/1.5.x by
- [1.5.x] Fixed #20870 -- Documented …
- 04:36 Changeset [25ce1e0e]stable/1.6.x by
- [1.6.x] Fixed #20870 -- Documented …
- 04:36 Ticket #20870 (django.utils.functional.cached_property should be documented) closed by
- fixed: In 7a2296eb5bb05a4109392f8333e934d576d79d35: […]
- 04:36 Changeset [7a2296eb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20870 -- Documented django.utils.functional.cached_property
- 04:30 Ticket #20877 (Add an "Optimizations" topic guide) created by
- Documentation of optimisation/performance needs tidying up. * there's …
- 04:17 Changeset [6264e39c]stable/1.6.x by
- [1.6.x] Added note to GenericIPAddressField documentation refs #20484 …
Note: See TracTimeline
for information about the timeline view.