Timeline
07/11/2012:
- 20:40 Ticket #18616 (New auth signal: user_login_failed) created by
-
I've implemented a new signal in Django called
user_login_fail
, in … - 20:22 Ticket #18247 (Filtering on aggregate annotations with a Decimal value doesn't work) reopened by
- Per http://article.gmane.org/gmane.comp.db.sqlite.general/75696 , …
- 17:05 Changeset [c9a1f9d1]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #197 from StefanKjartansson/master Fixed typo in docs
- 17:05 Changeset [f4875242]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #199 from mitnk/master Fixed a typo in the …
- 15:31 DevelopersForHire edited by
- Added KL Insight Entry (diff)
- 11:01 Ticket #18615 (Allow retrieval of the signature age using the signing API) created by
- Currently there is no way to retrieve the time a value was dumped when …
- 04:38 Ticket #17285 (Documentation typo: 'SimpleTemplateResponse.add_post_rendering_callback') closed by
- fixed: Yes, this is consistent with our …
- 00:51 Ticket #17285 (Documentation typo: 'SimpleTemplateResponse.add_post_rendering_callback') reopened by
- This bug istill exists in 1.3 docs …
- 00:42 Ticket #18614 (https://docs.djangoproject.com/en/1.4/topics/forms/ missing some ...) created by
- The first two examples should include example file names that the code …
07/10/2012:
- 21:57 Changeset [fe443b11]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- fixed a typo in timezones docs.
- 21:22 Ticket #18613 (DecimalField returns an int in some circumstances) closed by
-
invalid: If you want the object returned from
get_or_create
to have a … - 21:13 DevelopersForHire edited by
- (diff)
- 21:04 DevelopersForHire edited by
- Added Iran to companies (diff)
- 20:56 Ticket #18612 (Design your URLs - tutorial 3) closed by
- worksforme: What to type into the file is detailed in cut-and-pastable fashion …
- 19:15 Ticket #18610 (create internal API for model field validation) closed by
- duplicate: I'm going to call this a duplicate of #16905. It's also related to …
- 18:23 Ticket #18613 (DecimalField returns an int in some circumstances) created by
- […] not sure if this is a bug but it's definetly a gotcha.
- 18:18 Ticket #18612 (Design your URLs - tutorial 3) created by
- working on the URLconf. my first time anything django (or python) am …
- 16:26 Changeset [76d5daa6]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Changed
manage.py shell
's help text to reflect that it can invoke … - 15:00 DjangoWarts edited by
- (diff)
- 14:16 CollaborateOnGithub edited by
- Remove spam link (diff)
- 14:07 Ticket #18611 (Show the date and time when the dev server gets started) created by
- It would be very useful, I think, if the dev server outputted the date …
- 13:31 Ticket #18610 (create internal API for model field validation) created by
- Not to be confused with model instance validation. Currently a …
- 12:48 Ticket #18594 (Passing kwrgs parameter to url function kills django spouriously) closed by
- wontfix: The problem is that I don't think there is a good way of detecting the …
- 12:44 Ticket #18548 (View changes field when 'unique_together' is not satisfied in a Form) reopened by
- Sorry i did edit the code to simplify it a bit but i apparently did it …
- 11:32 Ticket #18609 (When using ModelAdmin.save_model, an existing instance is inserted ...) closed by
- invalid
- 10:47 Ticket #18609 (When using ModelAdmin.save_model, an existing instance is inserted ...) created by
-
When I change an existing
Magasin
instance from the admin, I get an … - 10:27 Changeset [5664338e]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- typo in "django/docs/topics/python3.txt"
- 09:43 Ticket #18608 (Broken monkey-patching in humanize tests) created by
-
The tests for
django.contrib.humanize
monkey-patch thedatetime
… - 08:54 DjangoJobs edited by
- (diff)
- 08:41 DjangoJobs edited by
- (diff)
- 07:49 Ticket #18602 (Misleading error when NAME omitted for Postgres DB) closed by
- fixed: In [828f7b62e8d29f796403606a797d7aec6da98647]: […]
- 07:24 Ticket #18607 (ModelForms do not recognize DateTimeFields with auto_now=True) closed by
- invalid: It seems this is intentional. The user is not supposed to edit the …
- 07:18 Ticket #18607 (ModelForms do not recognize DateTimeFields with auto_now=True) created by
- When creating a model with a DateTimeField(auto_now=True), the field …
- 06:22 Changeset [828f7b6]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18602 -- Improved error message when database NAME is missing …
- 03:25 Ticket #5579 (Trac activation mail is sent from 'webmaster@localhost') closed by
- fixed
- 00:35 Ticket #18603 (Adding support for PEP 302 importers) created by
- Django makes assumptions about the filesystem layout of python …
07/09/2012:
- 17:02 Ticket #5579 (Trac activation mail is sent from 'webmaster@localhost') reopened by
- 15:35 CollaborateOnGithub edited by
- (diff)
- 14:09 DjangoJobs edited by
- (diff)
- 14:08 DjangoJobs edited by
- (diff)
- 14:06 DjangoJobs edited by
- (diff)
- 13:27 Ticket #18602 (Misleading error when NAME omitted for Postgres DB) created by
-
Minor issue, but if you don't set a
NAME
insettings.DATABASES
for … - 13:26 Ticket #18601 (document python minor version requirement of >=2.6.5) created by
- #18269 introduced the use of unicode_literals. however their use in …
- 13:25 Ticket #18600 (group_required decorator) closed by
- worksforme: The expected way to achieve this is to define a custom permission, …
- 10:44 Ticket #18600 (group_required decorator) created by
- To use view authorization together with groups, a decorator is needed …
- 07:11 Ticket #18537 (Error in calculation of check digit in ARCUITField) closed by
- fixed: In [1d2982362df1dbd9b08ffcc1d2506b2e3789250e]: […]
- 07:10 Changeset [d9db1d3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added supplementary check for CUIT number of ar localflavor Thanks …
- 07:10 Changeset [1d298236]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18537 -- Fixed CUIT calculation in ar localflavor Thanks mmoya …
- 05:31 Ticket #18599 (GenericForeignKey field can't be set on init of model) created by
- If we are trying to set GenericForeignKey to non-saved object during …
- 03:59 Ticket #18593 (Admin change list swallows unrelated AttributeErrors from callable ...) closed by
- duplicate
- 01:48 Ticket #18598 (Django template language comparisons with None) closed by
- invalid: PEP 8 is about Python; it doesn't apply to the Django template …
07/08/2012:
- 22:31 Ticket #18598 (Django template language comparisons with None) created by
- PEP 8 says: "Comparisons to singletons like None should always be done …
- 20:19 Ticket #18597 (`BaseInlineFormSet` should attempt to get it's queryset from it's ...) created by
-
The newly introduced
prefetch_related
method can be quite handy to … - 18:30 Changeset [8ba78a0d]stable/1.4.x by
- [1.4.X] Fixed #18577 - Clarified middleware initialization. Thanks …
- 18:29 Ticket #18577 (Undocumented lazy middleware initialization) closed by
- fixed: In [590de18add78945344de049c2d3e7021fd46ce53]: […]
- 18:26 Changeset [590de18]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18577 - Clarified middleware initialization. Thanks Lukasz …
- 17:38 Changeset [dcede047]stable/1.4.x by
- [1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for …
- 17:36 Ticket #18173 (Modeladmin documentation for get_changelist suggests its an attribute) closed by
- fixed: In [d44aa98184ced66d95ba95d0e4a255d09c15df0c]: […]
- 17:35 Changeset [d44aa981]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18173 - Corrected ModelAdmin documentation for get_changelist. …
- 16:30 Ticket #18530 (Inconsistent error handling on admin filter url's) reopened by
- It appears linked to having a list_filter on the tested date such as …
- 16:23 Ticket #18568 (django admin interface not behaving properly in firefox.) closed by
- needsinfo
- 16:19 Ticket #18596 (Documentation of JavaScriptCatalog isn't very clear) created by
- This is the documentation part of #18394. The …
- 16:06 Ticket #18522 (Incosistencies and redundant checks in wizard view) closed by
-
invalid: It's just an optimization to avoid calling
self.get_form_list()
when … - 16:04 Ticket #18554 (Template rendering based on value of hidden BooleanFields) closed by
- worksforme: I can't reproduce this in current master. The following three …
- 15:40 Ticket #18434 (Limit ModelFormSet queryset parameter) closed by
- needsinfo: The intended way to use ModelFormSets is: - 1 - on a GET request, …
- 13:35 Ticket #18595 (Wrong table used in get_query_set when two Models have ManyToMany ...) created by
- Summary: Wrong table used in get_query_set when two Models have …
- 13:24 Ticket #18548 (View changes field when 'unique_together' is not satisfied in a Form) closed by
- invalid: You must have edited the code before posting it. As is it will crash …
- 13:08 Ticket #18590 (Remove workaround for a Python 2.4 bug in Model.__reduce__) closed by
- fixed: In [146aff3bac974e56ec8cb597c2720d1cd4f77b26]: […]
- 13:08 Changeset [146aff3b]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18590 - Reverted Python 2.4 workaround for Model pickling …
- 11:25 Ticket #18487 (CachedStaticFilesStorage raises an exception when trying to deal with ...) closed by
- fixed: In [1aa0d8ac4d3149fad6ebe80834d9e6f83021cf55]: […]
- 11:25 Changeset [1aa0d8ac]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18487 -- Made sure that protocol-relative URLs aren't processed …
- 11:19 Ticket #18050 (CachedStaticFilesStorage eats @import statement) closed by
- fixed: In [3047981517ffa0c75c97f05446bd0d41865e323b]: […]
- 11:17 Changeset [30479815]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18050 -- Fixed a rather glaring bug in the handling of @import …
- 08:19 Ticket #18594 (Passing kwrgs parameter to url function kills django spouriously) created by
-
Consider following urls.py
[…]
url
functions have incorrectly … - 07:08 Ticket #15620 (ClerableFileInput should render initial value in a flexible way) closed by
- duplicate: Sorry, I understand why you are re-opening, but I'm going to close …
- 05:57 Ticket #18430 (CachedFilesMixin crashed when CSS files contains non-ascii utf-8 character) closed by
- fixed: In [3727f6d09681e4cb23d67e14ecc677a364c991bd]: […]
- 05:57 Changeset [effc2ca]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge branch 'master' of github.com:django/django
- 05:56 Changeset [3727f6d0]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file …
- 04:54 Ticket #18374 (ImageField not validating due to missing libraries) closed by
- fixed: In [5e94ef293cb1cfe4dc43cbd5509653c0e0bf66cf]: […]
- 04:53 Changeset [5e94ef29]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18374 -- Explained "corrupt image" error Thanks fabian and …
- 04:21 Ticket #18593 (Admin change list swallows unrelated AttributeErrors from callable ...) created by
- If a callable display field on a model or model admin raises either an …
Note: See TracTimeline
for information about the timeline view.