mirror / django-trunk (http://djangoproject.com/)

Mirror of the Django trunk.

Clone this repository (size: 29.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mirror/django-trunk/

Shortlog (showing r8142:b929fc82a5cc (tip) → r8118:97ad4cd337ff)

Age Author Message A M D «
7 hours kmtracey Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set, 1 1
7 hours kmtracey Refs: #12286 -- Add a test to verify that a proxied model's table is created in 7
13 hours kmtracey Fixed #13004: Ensure the add page for a model with a ManyToManyField specified 3
14 hours kmtracey Fixed #13170: Make get_level and set_level importable from… 2
25 hours jezdez jezdez Fixed #12778 - Added media handling abilities to admin inlines. Thanks for the… 3
31 hours kmtracey Fixed #12554: Silence exceptions that have specified… 2
31 hours kmtracey Fixed #12239, again: Refined the original fix to avoid the test errors… 1
33 hours kmtracey Fixed #12239: Fixed results of gte and lt queries when comparing floats to… 2
36 hours russellm Fixed #12851 -- Corrected the interaction of defer() with select_related().… 3
36 hours jezdez jezdez Fixed #13054 - Only apply grouping to integer part of numbers if explicitly… 2
36 hours russellm Fixed #12937 -- Corrected the operation of select_related() when following an… 4
36 hours kmtracey Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavin… 2
39 hours russellm Fixed #12850 -- Ensured that constraint names are quoted when they are removed.… 1
41 hours russellm Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Thanks… 2
2 days jbronn Fixed `fieldlookup` docs cross-reference directive, and added it to the… 2
3 days russellm Fixed #13152 -- Ensure the test client saves the session before writing the… 1 2
3 days russellm Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to… 1
3 days russellm Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks to… 2 3
4 days russellm Fixed #12849 -- Corrected the way strings are encoded for display by the… 2
4 days kmtracey Fixed #13138: Ensure required=False on a model form field overrides 3
5 days kmtracey Changed the comments post view code to avoid raising an exception if handed… 4
5 days gwilson Fixed #10361 -- Added documentation for ComboField and MultiValueField form… 1
5 days kmtracey Fixed #12881: Corrected handling of inherited unique constraints. Thanks for… 1 5
5 days kmtracey Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks marcob… 3
5 days kmtracey Fixed #12434: Made pretty_name handle empty string and None as input. Thanks… 2