| 3 years ago |
Justin Bronn |
Merged w/trunk up to r10333. This will probably be the last commit to this repo because all important functionality here has been merged into trunk.
trunk tip
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10333] Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10332] Fixed #10460: the logout view can now redirect like the rest of the auth views. Thanks, chronos and steingrd.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10331] Fixed #10106: added is_active to user admin's list_display.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10330] Fixed #9881: Added the to the login view context, not just the site's name. Thanks, nessita.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10328] Fixed #9474: user_passes_test may now be applied multiple times.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r10327] Forgot to include the SpatiaLite test SQL files.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r10326] Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples returned by `values()` and `values_list()`, respectively; updated `GeoQuery` methods to be compatible with `defer()` and `only`; removed defunct `GeomSQL` class; and removed redundant logic from `Query.get_default_columns`.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10324] Fixed #10693: updated params in the docs.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10323] Fixed #10684: updated Carl's name in AUTHORS.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10319] Fixed a bug introduced by [10316].
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10318] Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10317] Fixed #9908: allow individual app index templates in the admin. Thanks, arne.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10316] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10315] Fixed #8853: don't automatically append .html in the admindoc :template: role. Thanks, Ben Spaulding.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10314] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default manager. Thanks, Alex Gaynor.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10311] Fixed #10031: updated SQLite database docs to more strongly indicate the problems with versions before 3.3.6. Thanks, ramiro.
trunk
|
changeset |
files
|
| 3 years ago |
jkocherhans |
[svn r10309] Fixed #9452. InlineModelAdmin docs now mention the right default for 'form'.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10304] Fixed a silly typo in databases ref. Thanks, Alex.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10303] A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,
trunk
|
changeset |
files
|
| 3 years ago |
jkocherhans |
[svn r10283] Forms in model formsets and inline formsets can now be deleted even if they don't validate. Related to #9587.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10281] Reformated the source of the doc index to be more friendly to human readers.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10280] Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10278] Fixed #10513: floatformat now works with floatish things, not just real floats. Thanks, Alex.
trunk
|
changeset |
files
|
| 3 years ago |
ubernostrum |
[svn r10276] Fixed #9012: Changed inappropriate title of models documentation.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r10275] Forgot to remove import of defunct `GeoMixin`.
trunk
|
changeset |
files
|
| 3 years ago |
ubernostrum |
[svn r10273] Fixed #10367: Added note to generic-relation docs explaining when it's necessary to pass in field names to create a reverse relation.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10272] Fixed a corner case from [10258]; thanks, Alex.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10271] Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
trunk
|
changeset |
files
|
| 3 years ago |
ubernostrum |
[svn r10269] Fixed #10306: Corrected form action in auth login example.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10267] Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10265] Fixed #10120 -- Added a `return` to a doc example, patch from andrews.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10263] Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10261] Fixed #10332 -- Added new provinces to IT localflavor, patch from gogna.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10259] Fixed #10375 -- Added documentation about the default format strings used for the `date` and `time` filters when no format string is passed to the filter, based on patch from kgrandis.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10258] Added row highlighting when selecting action checkmarks.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10256] Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r10254] Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks, mattxbart.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10252] Fixed #10575 -- Fixed wording in database docs, patch from rduffield.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10250] Fixed #10577 -- Fixed doc typo, patch from Zoramite.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10249] Fixed #10612 -- Removed duplicate word in docs, patch from adamfast.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r10248] Fixed #10676 -- Make transaction nop routine used during testing accept any args/kwargs it might be called with. Thanks seanl.
trunk
|
changeset |
files
|
| 3 years ago |
zgoda |
[svn r10246] Updated Polish translation
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10244] Fixed #10667 -- Added missing sys import.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10242] Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10241] Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10240] Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor.
trunk
|
changeset |
files
|
| 3 years ago |
jkocherhans |
[svn r10239] Fixed #9863. A ForeignKey with editable=False to the parent in an inline no longer raises an exception. Thanks to keithb for the test case and Alex Gaynor for the patch.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10237] Fixed #9946 -- Removed redundant mention of needing to define `list_display`.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10235] Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks, Alex and jezdez.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10234] Fixed #8749: add better breadcrumbs in the change password template. Thanks, SmileyChris.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10233] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin
trunk
|
changeset |
files
|
| 3 years ago |
ubernostrum |
[svn r10230] Ensure Django's test suite is included when we build release packages.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r10229] Fixed the `add_postgis_srs` routine to support SpatiaLite.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10228] Fixed #9978 -- Fixed a KeyError exception that was being raised when using the logout method on the test client on an unauthenticated user, based on patch from ericholscher.
trunk
|
changeset |
files
|
| 3 years ago |
jkocherhans |
[svn r10227] Fixed #10149. FileFields in a form now validate max_length. Based on a patch by Massimo Scamarcia.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10226] Fixed #10413: RelatedManager.add no longer fails silenty when trying to add an object of the wrong type. Thanks, dgouldin.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10225] Fixed #9883: no longer do strange things with whitespace in the linebreaks filter. Thanks, keithb.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10224] Fixed #10157: correctly set the related objects pk when assigning a reverse OneToOne. Thanks, dgouldin.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10223] Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Travis Swicegood.
trunk
|
changeset |
files
|